Skip to content

Symfony Blog

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

Symfony 3.4 includes an Argon2i password hasher , a modern alternative to Bcrypt natively supported by PHP 7.2.
October 2, 2017 #Living on the edge
This was the last week before Symfony 3.4 feature freeze period. That's why lots of pending new features were merged (including a new Argon2i password encoder, a better integration of the Lock component and a new minimalist default PSR-3 logger) and some existing features were deprecated (including HTTP Digest authentication and security ACL).
October 1, 2017 #A week of symfony
Symfony 3.4 provides new configuration options so you can generate the right URL for assets out of the HTTP context, for example in a command console.
September 29, 2017 #Living on the edge
Symfony 3.4 deprecates bundle inheritance, but Symfony still provides lots of alternatives to override the resources of third-party bundles in your application.
September 28, 2017 #Living on the edge
Symfony 3.4 adds a new CoverageListener to the PHPUnit Bridge component to create more precise code coverage reports.
September 27, 2017 #Living on the edge
Symfony 3.4 introduces a new (optional) PHP-based configuration format to define routes and services using a fluent interface.
September 26, 2017 #Living on the edge
The "feature freeze" period for Symfony 3.4 and 4.0 start at the end of this week and you can help us bringing more new features to them.
September 25, 2017 #Symfony
This week Symfony continued polishing and merging new features before the "feature freeze" deadline at the end of this month: now it's possible to create kernels that define compiler passes, routes and services can be configured with a fluent PHP DSL and all services and aliases are now private by default.
September 24, 2017 #A week of symfony
Symfony 3.4 allows to define the data type of the value stored in environment variables and also defines some operators to transform their values before using them.
September 22, 2017 #Living on the edge
In Symfony 3.4, comparison constraints can get the value of any other property without having to define a full expression.
September 21, 2017 #Living on the edge