Symfony 7.2.9 has just been released.
Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your project.
Warning
WARNING: 7.2.9 is the last version for the Symfony 7.2 branch. If some of your projects are still using this version, consider upgrading as soon as possible.
Tip
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.
Changelog Since Symfony 7.2.8
- bug #61276 [DependencyInjection] Escape parameters before resolving env placeholders (@MatTheCat)
- bug #61268 [Console] [Table] Fix unnecessary wrapping (@schlndh)
- bug #61085 [Lock] Fix using fractional TTLs (@manuelderuiter)
- bug #61271 [Messenger] disable detecting modified indexes with DBAL 4.3 (@xabbuh)
- bug #61242 [Console] [Table] Fix invalid UTF-8 due to text wrapping (@schlndh)
- bug #61234 [Cache] RedisTrait::doFetch should use pipeline with GET's instead of MGET for Relay\Cluster (@dorrogeray)
- bug #61246 [VarDumper] Use unique identifier for RequestContextProvider (@ToshY)
- bug #61261 [FrameworkBundle] Fix lint:container --resolve-env-vars (@MatTheCat)
- bug #60296 [Serializer] Handle invalid mapping type property type (@KorvinSzanto)
- bug #58995 [Config] Do not generate unreachable configuration paths (@bobvandevijver)
- bug #60867 [WebProfilerBundle] Fix missing indent on non php files opended in the profiler (@phcorp)
- bug #61223 [Mailer][Brevo] Update Webhook IPs (@jarbey)
- bug #61201 [Console] Fix JSON description for negatable input flags (@nicolas-grekas)
- bug #61220 [Cache] fix compatibility with different Relay versions (@xabbuh)
- bug #61194 [Security] Fix added $token argument to UserCheckerInterface::checkPostAuth() (@nicolas-grekas)
- bug #61161 [Lock] Fallback to eval when LOAD fails due to missing script (@santysisi)
- bug #61158 [FrameworkBundle] Add missing html5-allow-no-tld to XSD file (@nicolas-grekas)
- bug #61144 [VarDumper] Fix dumping on systems that don't have a working iconv (@nicolas-grekas)
- bug #61138 [Console] fix profiler with overridden run() method (@vinceAmstoutz)
- bug #61079 [Config] Fix support for attributes on class constants and enum cases (@ruudk)
- bug #61111 [Translation] fix support of TranslatableInterface in IdentityTranslator (@VincentLanglet)
- bug #61117 [Validator] fix handling required options (@xabbuh)
- bug #61120 [DoctrineBridge] Prevent idle connection listener from running on subrequest (@a.dmitryuk, @dmitryuk)
- bug #61106 Fix @var phpdoc (@fabpot)
- bug #61091 [Lock] [MongoDB] Enforce readPreference=primary and writeConcern=majority (@notrix)
- bug #61105 [FrameworkBundle] fix phpdoc in MicroKernelTrait (@santysisi)
- bug #61076 [ExpressionLanguage] Fix dumping of null safe operator (@ivantsepp)
- bug #61056 [Validator] Allow mixed root on CompoundConstraintTestCase validator (@thePanz)
- bug #61028 [Serializer] Fix readonly property initialization from incorrect scope (@santysisi)
- bug #61073 [VarExporter] Dump implicit-nullable types as explicit to prevent the corresponding deprecation (@nicolas-grekas)
- bug #61062 [Brevo Mailer] Webhook IP Addresses have changed (@richardhj)
- bug #60975 [Form] Fix precision loss when rounding large integers in NumberToLocalizedStringTransformer (@OskarStark)
- bug #60953 [DoctrineBridge] Restore compatibility with Doctrine ODM (@pepeh)
- bug #61020 [Doctrine][FrameworkBundle][Serializer][Validator] Increase minimum version of type-info component (@mitelg)
- bug #61031 [HttpClient] return early if handle has been cleaned up before (@xabbuh)
- bug #60998 [TwigBridge] fix command option mode (InputOption::VALUE_REQUIRED) (@gharlan)
- bug #60958 [Serializer] remove return type from AbstractObjectNormalizer::getAllowedAttributes() (@xabbuh)
- bug #60507 [Console][Messenger] Fix: Allow UnrecoverableExceptionInterface to bypass retry in RunCommandMessageHandler (@santysisi)