« Living on the edge » blog posts
A series of posts showcasing the new features introduced by each Symfony version.
Filter posts by Symfony release
In Symfony 5.2 the Notifier component is easier to debug and provides integration with lots of new third-party services.
October 23, 2020
#Living on the edge
Symfony 5.2 introduces a Semaphore component to complement the existing Lock component and provide access to a shared resource to multiple concurrent processes.
October 22, 2020
#Living on the edge
Symfony 5.2 provides support for "login links" (or "magic links") which allow users to fully authenticate in your application by clicking on a specially crafted link.
October 21, 2020
#Living on the edge
In Symfony 5.2, you can use PHP 8 attributes to define the validation constraints.
October 20, 2020
#Living on the edge
Symfony 5.2 introduces new form field helpers to get each field part value without any HTML code around it.
October 19, 2020
#Living on the edge
Symfony 5.2 includes a new "login throttling" feature to mitigate brute-force attacks against login forms.
October 16, 2020
#Living on the edge
In Symfony 5.2 the behavior of the front controller can be modified with configuration options, without having to edit the index.php file.
October 15, 2020
#Living on the edge
Symfony 5.2 introduces a new Rate Limiter component to allow you implement protection measures such as limiting the number of HTTP requests or login attempts.
October 14, 2020
#Living on the edge
Symfony 5.2 introduces support for handling and responding to signals (e.g. SIGINT, SIGTERM, SIGUSR1) in your console commands.
October 13, 2020
#Living on the edge
Symfony 5.2 adds support for shared locks, which is a synchronization primitive used to solve one of the readers–writers problems.
October 12, 2020
#Living on the edge