Symfony 6.4.0 has just been released.
Check the Living on the Edge category on this blog to learn about the main features of this new stable release; or check the release announcement of BETA1 to get the list of all new features.
Here is the list of the most important changes since 6.4.0-RC2:
- bug #52786 [Serializer] Revert allowed attributes fix (@mtarld)
- bug #52765 [Translation] Remove @internal from abstract testcases (@OskarStark)
- bug #52780 [DependencyInjection] don't check parameter values if they are not set (@xabbuh)
- bug #52762 [VarExporter] Work around php/php-src#12695 for lazy objects, fixing nullsafe-related behavior (@nicolas-grekas)
- bug #52759 [VarExporter] Fix serializing objects that implement __sleep() and that are made lazy (@nicolas-grekas)
- bug #52767 [Serializer] Fix normalization relying on allowed attributes only (@mtarld)
- bug #52727 [String] Fix Inflector for 'icon' (@podhy)
Want to upgrade to this new release? Because Symfony protects backwards-compatibility very closely, this should be quite easy. Use SymfonyInsight upgrade reports to detect the code you will need to change in your project and read our upgrade documentation to learn more.
Want to be notified whenever a new Symfony release is published? Or when a version is not maintained anymore? Or only when a security issue is fixed? Consider subscribing to the Symfony Roadmap Notifications.
Hi, it's a LTS released?
@michaeljpitz It is indeed: https://symfony.com/releases/6.4
At last! I've been waiting for this release for some weeks to update our systems. Thanks!
Thanks for the update! And now on to the fun part, upgrading lots of legacy systems to the new LTS!