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
This week Symfony released the last maintenance version of Symfony 3.1. Meanwhile, we also introduced the concept of Experimental Features which will allow us to mark the API of some new features as "not definitive" during some Symfony versions. Lastly, the Cache component added support for the PSR-16 Simple Cache standard.
January 29, 2017
#A week of symfony
Let's formalize the way we deal with experimental features.
January 26, 2017
#Community
This week, Symfony 3.3 added a new data collector and profiler panel for the Cache component. In addition, the autowiring feature was simplified to always autowire the constructors. Finally, the ClassLoader component was deprecated because the advances in Composer and PHP 7 have made it unnecessary.
January 22, 2017
#A week of symfony
The French SymfonyLive conference will be organized in Paris on March 30th & 31st. Enjoy the early bird registration until January 20th.
January 19, 2017
#Community
#Conferences
This week Symfony published the 2.7.23, 2.8.16, 3.1.9 and 3.2.2 maintenance versions. In addition, the upcoming Symfony 3.3 version added a File\Stream class for size-unknown BinaryFileResponse, allowed to reference files directly from kernel.root_dir, added a new Dotenv component and deprecated case-insensitive service identifiers.
January 15, 2017
#A week of symfony
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