New in Symfony 3.2: Misc. improvements
This is the last article in the "New in Symfony 3.2" series. Symfony 3.2 will be released at the end of this month after six months of work and several hundreds of pull requests (more than 200 of them labeled as "new features").
SymfonyCon Berlin is only 15 days away!
SymfonyCon Berlin will begin in only 15 days! Get the latest conference updates and join us there!
New in Symfony 3.2: DX improvements
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.
New in Symfony 3.2: Firewall config class and profiler
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.
New in Symfony 3.2: Cache improvements
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.