Skip to content

Symfony Blog

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

In Symfony 3.4, the MicroKernel trait can subscribe to events and handle them using methods defined in the kernel class.
September 20, 2017 #Living on the edge
In Symfony 3.4, configuration options can be deprecated more easily to warn users about future changes.
September 19, 2017 #Living on the edge
Symfony 3.4 will include support for HTTP Immutable Responses thanks to the new immutable option of the Cache-Control directive.
September 18, 2017 #Living on the edge
This week, the upcoming Symfony 3.4 version continued working on improving its performance: most services were made private by default, a new tag was added for resetteable services and features like bundle inheritance were deprecated. Meanwhile, the full schedule of the SymfonyCon conference was announced.
September 17, 2017 #A week of symfony
Symfony 3.4 adds support for validation groups in the Valid constraint, so you can partially validate the embedded objects.
September 15, 2017 #Living on the edge
Symfony 3.4 improves the exceptions displayed in the console to include by default the exact file and line number where the exception occurred.
September 14, 2017 #Living on the edge
Symfony 3.4 improves the user impersonation feature of the Symfony component to make it easier to debug.
September 13, 2017 #Living on the edge
Symfony components surpassed 1 billion downloads on September 5th 2017.
September 12, 2017 #Community #Symfony
September 11, 2017 #Releases
This week, Symfony Components surpassed 1 billion downloads, making Symfony the most popular project in PHP's history in terms of downloads. Meanwhile, the upcoming Symfony 3.4 version continued improving performance of the service container by making more services private and inlining more services.
September 10, 2017 #A week of symfony