Symfony 5.4 was released yesterday, but we still have some blog posts
pending to show its main new features. In this post we're highlighting the
improvements added to the Serializer component.
Symfony 5.4 was released yesterday, but we still have some blog posts
pending to show its main new features. In this post we're highlighting the
improvements added to the Serializer component.
Symfony 6.0.0 has just been released. Here is a list of the most
important changes:
Symfony 5.4.0 has just been released. Here is a list of the most
important changes:
This week, Symfony 4.4.35 and 5.3.12 releases were published to address some potential security vulnerabilities. In addition, Symfony 5.4.0-RC1 and 6.0.0-RC1 were published in preparation for their imminent stable release.
The Notifier component was introduced in Symfony 5.0 as the best way to send
notifications via one or more channels (email, SMS, chats, etc.) The component
is already integrated with dozens of services, but in Symfony 5.4 we've added
many more integrations:
SMS services
Symfony Black Friday 2021 deals will end in just three days, on Monday,
November 29, 2021. Here's a quick recap of this year's deals:
30% discount on Symfony and Twig certifications
In addition to the redesigned logs panel, Symfony 5.4 includes other improvements
related to the Symfony profiler.
The SymfonyWorld Online 2021 Winter Edition conference will take place in just
two weeks, on December 9-10, 2021. The event includes 25 talks covering a
wide range of topics related to Symfony and its ecosystem:
Description
Since the rework of the Remember me cookie in Symfony 5.3, the cookie is not invalidated anymore when the user changes its password.
Attackers can therefore maintain their access to the account even if the password is changed as long as they have had the chance to login once and get a valid remember me cookie.
Resolution
Symfony now makes the password part of the signature by default. In that way, when the password changes then the cookie is not valid anymore.