Skip to content

Symfony Blog

All about Symfony releases, new Symfony features, and other important announcements

October 30, 2017 #Releases
This week Symfony continued polishing the new features introduced in the upcoming Symfony 3.4 and 4.0 versions. The main change was the introduction of a new config option to opt-out from legacy autowiring. In addition, the Symfony Community Awards 2017 were announced in preparation for SymfonyCon Cluj 2017, which will take place in just three weeks.
October 29, 2017 #A week of symfony
Symfony 3.4 implements PHP's SessionUpdateTimestampHandlerInterface to prevent session fixation issues and provide lazy-write in session handlers.
October 27, 2017 #Living on the edge
Symfony 3.4 includes a new debug:autowiring command so you can quickly know which type-hints must be used to inject the services.
October 26, 2017 #Living on the edge
Vote now for the Symfony Community Awards until November 16th!
October 23, 2017 #Community
This week, the first beta of Symfony 3.4 and Symfony 4.0 were released, so you can test them more easily in your applications before their final release at the end of November. Meanwhile, we continued fixing bugs and polishing the new features, such as the new secure and lazy sessions and the new debug:autowiring command.
October 22, 2017 #A week of symfony
Sylius, an e-commerce project based on Symfony components, recently released its 1.0.0 stable version. We chatted with Paweł Jędrzejewski, founder and leader of the project, to celebrate this milestone.
October 20, 2017 #Community
October 19, 2017 #Releases
October 18, 2017 #Releases
In Symfony 3.4 you can disable global form themes for specific forms thanks to the new "only" keyword added to the "form_theme" Twig tag.
October 18, 2017 #Living on the edge