Symfony blog posts for October 2016
17 blog posts were published on October 2016
Filter posts by publication date
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
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
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
This week Symfony released 2.7.19, 2.8.12 and 3.1.5 maintenance versions. Meanwhile, the upcoming Symfony 3.2 version added new features, such as support for window.fetch calls in the Ajax debug panel. Lastly, the results of the 500 million Symfony Downloads contest were announced.
October 9, 2016
#A week of symfony
The results of the Twitter contest for the 500 Million Symfony downloads are announced!
October 7, 2016
#Community
This week, Symfony development activity focused on performance. First, the FrameworkBundle made a lot of dependencies optional: Asset, Translation, Templating, Security Core, Doctrine annotations, etc. In addition, Twig extensions were refactored to separate their definition from their implementation. Lastly, this week the Symfony project reached the 500 million downloads milestone.
October 2, 2016
#A week of symfony