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 5.2 adds support for DKIM, an email authentication mechanism designed to reduce email phishing and spam.
October 2, 2020 #Living on the edge
In Symfony 5.2 the recomputing of cache values can be done asynchronously thanks to the new integration with the Messenger component.
October 1, 2020 #Living on the edge
Symfony 5.2 introduces a new AbstractDataCollector class that configures everything about DataCollectors, so you no longer need to manually register services for them.
September 30, 2020 #Living on the edge
Symfony 5.2 will provide session profiling in the debug toolbar and the profiler, showing you all the session usages and their full details, including PHP backtraces.
September 29, 2020 #Living on the edge
Symfony 5.2 will support PHP 8 attributes/annotations to define routes and required dependencies.
September 28, 2020 #Living on the edge 👍 1
Symfony 5.2 introduces new TranslatableMessage objects which hold all the information needed to make full translations, simplifying both your backend code and your templates.
September 25, 2020 #Living on the edge
Symfony 5.2 provides new Doctrine types to help you work with UUID/ULID values in your entity properties.
September 24, 2020 #Living on the edge
Symfony 5.2 provides a special HTTP client to listen to server-sent events, similar to what you can do with EventSource JavaScript objects.
September 23, 2020 #Living on the edge ❤️ 2 👍 1 🚀 2 🎉 1
In Symfony 5.2, Console applications can use 24-bit colors to define the text and background colors.
September 22, 2020 #Living on the edge
Symfony 5.2 adds support for pseudo-localization, a software testing method used for testing internationalization.
September 21, 2020 #Living on the edge