Symfony blog posts for January 2017
19 blog posts were published on January 2017
Filter posts by publication date
This week Symfony released the last maintenance version of Symfony 3.1. Meanwhile, we also introduced the concept of Experimental Features which will allow us to mark the API of some new features as "not definitive" during some Symfony versions. Lastly, the Cache component added support for the PSR-16 Simple Cache standard.
January 29, 2017
#A week of symfony
Let's formalize the way we deal with experimental features.
January 26, 2017
#Community
This week, Symfony 3.3 added a new data collector and profiler panel for the Cache component. In addition, the autowiring feature was simplified to always autowire the constructors. Finally, the ClassLoader component was deprecated because the advances in Composer and PHP 7 have made it unnecessary.
January 22, 2017
#A week of symfony
The French SymfonyLive conference will be organized in Paris on March 30th & 31st. Enjoy the early bird registration until January 20th.
January 19, 2017
#Community
#Conferences
This week Symfony published the 2.7.23, 2.8.16, 3.1.9 and 3.2.2 maintenance versions. In addition, the upcoming Symfony 3.3 version added a File\Stream class for size-unknown BinaryFileResponse, allowed to reference files directly from kernel.root_dir, added a new Dotenv component and deprecated case-insensitive service identifiers.
January 15, 2017
#A week of symfony
Symfony 3.3 includes a new component called Dotenv to parse and load .env files that define environment variables for your applications.
January 13, 2017
#Living on the edge
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