In Symfony 5.1, the String component uses the Stringable interface from PHP 8, improves methods such as truncate() and adds useful methods such as containsAny() and reverse().
April 3, 2020
#Living on the edge
In Symfony 5.1, routes can be stateless, route conditions can include env vars and the request context is easier to configure.
April 2, 2020
#Living on the edge
In Symfony 5.1, configuring redirections and rendering templates from route configuration will be much simpler.
April 1, 2020
#Living on the edge
CVE-2020-5275 fixes an issue preventing all rules set in "access_control" to be checked when a firewall is configured with the unanimous strategy
March 30, 2020
#Security Advisories
CVE-2020-5255 fixes a cache poisoning issue via a Response Content-Type header
March 30, 2020
#Security Advisories
CVE-2020-5274 fixes Exception message escaping rendered by ErrorHandler.
March 30, 2020
#Security Advisories
Symfony Polyfills 1.15 adds support for new functions and interfaces that will be introduced in PHP 8.0 later this year.
March 30, 2020
#Living on the edge