« Living on the edge » blog posts
A series of posts showcasing the new features introduced by each Symfony version.
Filter posts by Symfony release
In Symfony 3.3, the Workflow component will include lots of useful new features.
April 6, 2017
#Living on the edge
In Symfony 3.3, the special SYMFONY__ environment variables have been deprecated and they will no longer work on Symfony 4.0. Use regular environment variables instead.
April 5, 2017
#Living on the edge
Symfony 3.3 adds a new command called "about" to display useful information about your Symfony application and your PHP environment.
March 31, 2017
#Living on the edge
Symfony 3.3 adds a new versioning strategy based on JSON file manifests, which is used by popular tools such as Webpack.
March 30, 2017
#Living on the edge
Symfony 3.3 deprecates the ConsoleEvents::EXCEPTION event in favor of a new ConsoleEvents::ERROR event that is able to handle also the exceptions thrown from listeners.
March 29, 2017
#Living on the edge
Symfony 3.3 adds a new Lock component that supports different stores (flock, semaphore, Redis, Memcache), auto-expiring locks and combining multiple lock stores.
March 27, 2017
#Living on the edge
Symfony 3.3 adds full support for loading config files using glob patterns, both for the container and the routing file loaders.
March 24, 2017
#Living on the edge
Symfony 3.3 deprecates the warmup part of the cache:clear because it does not work well and it doesn't guarantee that the generated cache is exactly the same as the one that would have been generated via cache:warmup.
March 23, 2017
#Living on the edge
Symfony 3.3 adds new features to simplify services configuration thanks to the default config options and the interface-based config options.
March 22, 2017
#Living on the edge
In Symfony 3.3 it will be easier to write applications that don't use bundles thanks to the new build() method added to the Kernel class.
March 17, 2017
#Living on the edge