Skip to content

« Living on the edge » blog posts

A series of posts showcasing the new features introduced by each Symfony version.

Filter posts by Symfony release

Symfony 6.3 adds compatibility with OpenID Connect servers via two new OIDC token handlers.
April 25, 2023 #Living on the edge
Symfony 6.3 includes a password strength validator to check that the given passwords reach a certain security level based on their entropy.
April 24, 2023 #Living on the edge
Symfony 6.3 introduces a new ValueResolver attribute to explicitly select the argument resolver to use in the controller arguments.
April 21, 2023 #Living on the edge ❤️ 1
Symfony 6.3 introduces two new PHP attributes to map the incoming request data into typed objects like DTOs and validates them automatically.
April 20, 2023 #Living on the edge 🚀 2
Symfony 6.3 introduces two new attributes to configure the status code, headers and log level of your HTTP exceptions.
April 19, 2023 #Living on the edge ❤️ 1
Symfony 6.3 includes a new NoSuspiciousCharacters constraint to avoid spoofing security attacks based on using characters that are different but look the same.
April 18, 2023 #Living on the edge
Symfony 6.3 adds support for Early Hints, which allows browsers to download assets while servers are still preparing a response. This improves perceived performance significantly.
April 17, 2023 #Living on the edge