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.4 improves the logout feature so you don't have to define the logout routes explicitly in your applications.
October 31, 2023 #Living on the edge
Symfony 6.4 introduces DatePoint, a drop-in replacement of PHP date/time classes that provides many utilities, full integration with the Clock component and better error handling.
October 30, 2023 #Living on the edge ๐ŸŽ‰ 1
In Symfony 6.4, you can apply the serializer context attribute to the entire class to define the common context configuration for all class properties.
October 27, 2023 #Living on the edge โค๏ธ 2 ๐Ÿ‘ 1
Symfony 6.4 includes new Twig functions to generate the relative/absolute URL needed to impersonate users.
October 26, 2023 #Living on the edge
Symfony 6.4 will define route aliases based on the controller's FQCN for invokable and single-route controllers.
October 25, 2023 #Living on the edge ๐Ÿ‘ 2
Symfony 6.4 introduces a new feature to run subprocesses with the same configuration as their parent PHP processes.
October 24, 2023 #Living on the edge
Symfony 6.4 adds support for CHIPS, a new cookie feature that will be used to replace the traditional third-party cookies.
October 23, 2023 #Living on the edge
Symfony 6.4 includes a new command profiler to collect information about your commands while running them so you can debug issues later.
October 20, 2023 #Living on the edge ๐ŸŽ‰ 3
Symfony 6.3 includes a new Scheduler component that integrates tightly with the Messenger component to create messages that should be handled multiple times on a predefined schedule.
May 30, 2023 #Living on the edge
Symfony 6.3 provides full webhook integration with Mailer and Notifier to abstract the differences in the handling of webhooks of third-party services.
May 29, 2023 #Living on the edge