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

Symfony 3.2 includes tens of minor tweaks and improvements to make your work easier and to improve your productivity. This article summarizes some of those DX improvements.
November 4, 2016 #Living on the edge
Symfony 3.2 introduced a new FirewallConfig class that exposes the full firewall configuration. This class is now used in the Symfony Profiler to dump the entire firewall configuration.
November 3, 2016 #Living on the edge
Symfony 3.2 adds new cache adapters (NullAdapter, PhpFilesAdapter, PdoAdapter), a new way to create tag-aware adapters and a command to clear cache pools.
November 2, 2016 #Living on the edge
In Symfony 3.2, the serializer added a CSV encoder, ideal to export/import data to Excel, and a YAML encoder.
October 17, 2016 #Living on the edge
In Symfony 3.2, console commands can be defined as private (to hide them in the console listings) and they can combine several text styles in their output.
October 14, 2016 #Living on the edge
The web debug toolbar and the profiler were improved in Symfony 3.2 to make them compatible with new technologies (CSP and window.fetch) and to make you more productive improving the way information is displayed.
October 13, 2016 #Living on the edge
In Symfony 3.2 we added full support for environment variables that are resolved during the application runtime.
October 12, 2016 #Living on the edge
In Symfony 3.2 we improved the Filesystem component to add two new functions: readlink(), to normalize the behavior of PHP on different operating systems, and hardlink() to create single or multiple hard links to files.
September 7, 2016 #Living on the edge
Symfony 3.2 will introduce some minor YAML deprecations in order to make the Yaml component fully compliant with the YAML specification: white spaces are required after mapping keys and duplicated keys are no longer allowed.
September 6, 2016 #Living on the edge
Symfony 3.2 has improved the behavior of private services to always work as you expect and prevent them from being accessible via the service container.
September 2, 2016 #Living on the edge