Symfony 8.0.10 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.
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 8.0.9
- data #64145 Release v8.0.10
- bug #63761 [Scheduler] Fix checkpoint state expiring when cache has default TTL (@Amoifr)
- bug #64141 [DependencyInjection] Fix lazy-autowiring an already-lazy service (@nicolas-grekas)
- bug #64138 [Translation] Fix TranslationPushCommand::getDomainsFromTranslatorBag (@MatTheCat)
- bug #63744 [Validator] Fix Compound constraint with nested Composite and validation groups (@Amoifr)
- bug #63757 [Messenger][AmazonSqs] Do not override queue-level DelaySeconds when no DelayStamp is set (@psantus)
- bug #64122 [Cache] Ensure compatibility with Relay extension 0.22.0 (@nicolas-grekas)
- bug #64119 [Yaml] fix flow collection drops &anchor and !!str &anchor items (@ousamabenyounes)
- bug #64016 [Mailer][AzureMailer] Fix inline attachments (@kohlerdominik)
- bug #64086 [Messenger] Move --time-limit handling to Worker for proper capping with --sleep (@Toflar)
- bug #63858 [Cache] Remove conflict with dbal<4.3 (@flack)
- bug #64103 [AssetMapper] Stop baking CSP nonce into the importmap polyfill body (@ousamabenyounes)
- bug #64106 [Config] Normalize backed-enum in array shapes (@MatTheCat)
- bug #64100 [Translation] URL-encode tmp path in XliffUtils::shouldEnableEntityLoader (@ousamabenyounes)
- bug #64095 [RateLimiter] Carry over reserved tokens past fixed window resets (@ousamabenyounes)
- bug #64111 [Serializer] Fix low deps (@nicolas-grekas)
- bug #64099 [Ldap] Cast default_socket_timeout to int (@ousamabenyounes)