Skip to content

Symfony Blog

All about Symfony releases, new Symfony features, and other important announcements

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
This week Symfony published the first beta of Symfony 3.2.0. In addition, it enhanced Google App Engine compatibility by removing some realpath() calls and improved support for PHP \Throwable exceptions.
October 30, 2016 #A week of symfony
October 27, 2016 #Releases
October 27, 2016 #Releases
October 27, 2016 #Releases
October 27, 2016 #Releases
This week Symfony continued polishing the new features and fixing bugs in preparation of the Symfony 3.2 release at the end of the next month: PhpUnitBridge dropped the ErrorAssert utility in favor of PHPUnit @expectedDeprecation annotation, the Serializer component added support to specify the date format in DateTimeNormalizer::denormalize and the Validator component allowed validating multiple groups in one GroupSequence step.
October 23, 2016 #A week of symfony
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
This week Symfony continued fixing some minor bugs and integrating the last new features after the recent "feature freeze" for the upcoming 3.2 version. A new option was added to select the repository used by the UniqueEntity validator and the HttpCache was fixed to not cache requests with the OPTIONS HTTP method. Lastly, the new SecurityUserValueResolver and the controller `getUser()` method was undeprecated.
October 16, 2016 #A week of symfony