Skip to content

« Living on the edge » blog posts

A series of posts showcasing the new features introduced by each Symfony version.

Filter posts by Symfony release

In Symfony 3.3 we decided to enable automatic console logging, so you'll get log messages when an exception occurs during the execution of a command and when the exit status of the command is different than 0.
February 2, 2017 #Living on the edge
Symfony 3.3 adds a new simpler cache based on the PSR-16 standard that complements the existing PSR-6 based cache mechanism and it's optimized to store, fetch and remove items from a cache as easy as possible.
February 1, 2017 #Living on the edge
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
Symfony 3.3 adds a new bundle called WebServerBundle to define the local web server related commands.
January 6, 2017 #Living on the edge
In Symfony 3.3, cookies include the new "max-age" attribute and they can be created via PHP strings thanks to a new named constructor.
December 28, 2016 #Living on the edge
Symfony 3.3 improves the formatting of the JSON and Markdown descriptors for console commands.
December 22, 2016 #Living on the edge