Skip to content

Symfony Blog

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

January 12, 2017 #Releases
January 12, 2017 #Releases
January 12, 2017 #Releases
In Symfony 3.3, the DependencyInjection component has deprecated the possibility of dumping an uncompiled container, the DefinitionDecorator class and the case-insensitivity of service identifiers.
January 12, 2017 #Living on the edge
In Symfony 3.3, we added a new Cache adapter for Memcached servers.
January 11, 2017 #Living on the edge
In Symfony 3.3, the contents dumped with the "dump()" function include a local search box to help you find any value hidden deep inside complex dumps.
January 10, 2017 #Living on the edge
In Symfony 3.3, the "class" argument of the services is now optional. When it's undefined, Symfony considers that the "id" of the service is the PHP class.
January 9, 2017 #Living on the edge
This week, Symfony added a new Web Server Bundle, implemented lazy collections using generators, made the class optional for named services, added inherit-tags with configurable defaults and changed some default configs from canBeEnabled to canBeDisabled.
January 8, 2017 #A week of symfony
Symfony 3.3 adds a new bundle called WebServerBundle to define the local web server related commands.
January 6, 2017 #Living on the edge
The beginning of a new year is the best moment to review all that happened during the previous year. These are some of the highlights of the 2016 year for the Symfony Project.
January 4, 2017 #Symfony