Symfony 5.4/6.0 curated new features

Symfony 5.4.0 and 6.0.0 have been released a few days ago. As for any other Symfony release, our backward compatibility promise applies and this means that you should be able to upgrade easily to 5.4 without changing anything in your code.

During the last couple of months, we've blogged about the great 5.4 new features. I highly recommend you to read these articles about Symfony 5.4 as they contain the major changes for this new version:

Console Autocompletion: Symfony 5.4 will add autocompletion to the Console component, allowing commands to autocomplete options, arguments and even their values. Faster Security Voters: Symfony 5.4 introduces a new interface to make some parts of the security voters cacheable to improve your application performance. Nested Validation Attributes: Symfony 5.4 will support PHP 8.1 nested attributes in all its validation constraints. Controller Changes: In Symfony 5.4 we're deprecating some controller shortcuts to encourage other better practices. Route Aliasing: Symfony 5.4 will allow to define route aliases, which are useful to rename and/or deprecate legacy routes. PHP Enumerations Support: Symfony 5.4 will support PHP 8.1 Enumerations in Form, Serializer, Dependency Injection and VarExporter components. New Validation Constraints: Symfony 5.4 adds new validator constraints to validate CIDR notations and CSS colors. Configurable Exceptions: In Symfony 5.4 you can configure the log level and the HTTP status per class. Filesystem Path Class: Symfony 5.4 includes a new Path class in the Filesystem component to manipulate file/dir paths in a consistent manner. Redesigned Profiler Logs: In Symfony 5.4 we've redesigned the logs section of the Symfony profiler to make information easier to find and understand. Language Negotiation: Symfony 5.4 adds new config options to better handle the Accept-Language HTTP header in your applications. Translation Improvements: In Symfony 5.4 you can use translatable objects for form help and for translation parameters. In addition, translation messages now integrates with GitHub Actions. DependencyInjection Improvements: Symfony 5.4 adds features such as autowiring of union and intersection types, improved TaggedIterator and TaggedLocator attributes and autoconfiguration of methods and properties. Messenger Improvements: Symfony 5.4 adds the option to configure handlers with PHP attributes, adds a new way to get worker metadata, allows to reset container services between messages and allows you to handle messages in batches. Profiler improvements: In Symfony 5.4 you can enable the profiler conditionally, you can see more security-related information in the profiler and you can even preview the rendered HTML emails. Notifier integrations: Symfony 5.4 adds new integrations for the Notifier component: sms77, smsc.ru, Mailjet, Telnyx, MessageMedia, Yunpian, Amazon SNS, TurboSMS and Expo Notification. Serializer improvements: Symfony 5.4 allows to configure the serializer globally, to use your own serializer for Messenger and to collect all denormalization errors related to PHP types. Misc. features (part 1): Symfony 5.4 adds a new strict mode for assets, new options for YAML liner, some UX improvements in error pages, a new Nil ULID class and new string functions. Misc. features (part 2): Symfony 5.4 adds new methods to DomCrawler, improves gitignore support in Finder and introduces a new command to debug env vars. Misc. features (part 3): Symfony 5.4 allows using longer RateLimiter intervals, simplifies the creation of constraint errors, allows to lock files when appending to them and introduces a PhpStan extractor for PropertyInfo.

                Sponsor the Symfony project.

https://symfony.com/blog/symfony-5-4-6-0-curated-new-features?utm_source=Symfony%20Blog%20Feed&utm_medium=feed

Created 3y | Dec 5, 2021, 11:20:05 AM


Login to add comment

Other posts in this group

Symfony meetup: Join Nicolas Grekas in Tunis on April 12th!

Nous sommes heureux de vous annoncer le retour des meetups Symfony à Tunis !🎉 Rejoignez dès maintenant le groupe "Symfony User group Tunis" pour suivre les actualités et futurs meetup de la communauté

Apr 2, 2025, 7:10:06 AM | Symfony
A Week of Symfony #952 (March 24–30, 2025)

This week, Symfony 6.4.20 and 7.2.5 maintenance versions were released. In addition, Symfony successfully celebrated the SymfonyLive Paris 2025 conference and continued preparations for next week's Sy

Mar 30, 2025, 9:30:09 AM | Symfony
Symfony 6.4.20 released

Symfony 6.4.20 has just been released. Here is the list of the most important changes since 6.4.19:

bug #60054 [Form] Use duplicate_preferred_choices to set value of ChoiceType (@aleho)

bug #5985

Mar 28, 2025, 3:40:28 PM | Symfony
Symfony 7.2.5 released

Symfony 7.2.5 has just been released. Here is the list of the most important changes since 7.2.4:

bug #60054 [Form] Use duplicate_preferred_choices to set value of ChoiceType (@aleho)

bug #60026

Mar 28, 2025, 3:40:27 PM | Symfony
SymfonyLive Berlin 2025 starts in a week!

SymfonyLive Berlin 2025 is almost here! Join us next week for an exciting event filled with fresh talks, inspiring speakers, and everything you need to make the most of this incredible gatheri

Mar 26, 2025, 8:10:11 AM | Symfony
New Core Team Member, Symfony CLI

After announcing the Symfony UX Core Team and adding more core team members earlier this year, I'm back again with a great addition to the Symfony Core Team. I'm very excited to announce that Tugdual

Mar 24, 2025, 4:40:18 PM | Symfony
A Week of Symfony #951 (March 17–23, 2025)

This week, the upcoming Symfony 7.3 version updated its default configuration to exclude container extensions, entities and messenger messages when registering services, and made some changes related

Mar 23, 2025, 10:40:03 AM | Symfony