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
This week, Symfony development activity included some forward-compatibility changes for PHP 7.2, improvements in the PHPdoc @return of hundreds of methods so your IDE provides better information, a new Traceable Cache Adapter to collect the Cache information and integrate it in the web debug toolbar and the profiler and improvements in the workflows to allow multiple transitions with the same name.
January 1, 2017
#A week of symfony