Skip to content

Symfony Blog

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

This week, development activity focused on finishing some pending features, because Symfony 3.3 "feature freeze" is just two weeks away. First, we merged a new way to see Monolog logs. Then we added support to register a guard expression in the Workflow configuration. Lastly, we introduced container.service_locator tag to replace ServiceLocatorArgument.
March 19, 2017 #A week of symfony
In Symfony 3.3 it will be easier to write applications that don't use bundles thanks to the new build() method added to the Kernel class.
March 17, 2017 #Living on the edge
Symfony 3.3 has deprecated the X-Status-Code HTTP header used to set custom status codes when dealing with exceptions.
March 16, 2017 #Living on the edge
The SymfonyLive conference in Germany returns to Cologne on April 5th-7th with workshops, talks and a hackday.
March 15, 2017 #Community #Conferences
Symfony 3.3 has deprecated the entire ClassLoader component because, in the new PHP 7 era, it doesn't provide any significant performance improvement.
March 13, 2017 #Living on the edge
This week, the Symfony community proposed another massive optimization for the Routing component matcher as well as support for anonymous services in Yaml config files. In addition, we published the Symfony Community Survey 2017 where you can help us shape the future of the Symfony project.
March 12, 2017 #A week of symfony
March 10, 2017 #Releases
Symfony announces its "Community Survey 2017" to better know how do you use Symfony and how can we improve it. Please take 5 minutes to help us shaping Symfony's future.
March 9, 2017 #Community #Symfony
March 9, 2017 #Releases
Symfony 3.3 added support for preloading web assets with HTTP/2 Push, a technique that allows web servers to send resources to a web browser before the browser gets to request them.
March 6, 2017 #Living on the edge