Symfony 7.3.6 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 7.3.5
- bug #62324 [HttpFoundation] Fix parsing hosts and schemes in URLs (@nicolas-grekas)
- bug #62171 [Messenger] Fix commands writing to STDERR instead of STDOUT (@wazum)
- bug #62315 Keep body size limit for AMP redirects (@villermen)
- bug #62237 [Form] Fix EnumType choice_label logic for grouped choices (@yoeunes)
- bug #62283 [Filesystem] Unify logic for isAbsolute() in Path (@yoeunes)
- bug #62091 [BrowserKit] The BrowserKit history with parameter separator without slash. (@biozshock)
- bug #62297 [Twig] Ensure WrappedTemplatedEmail::getReturnPath() returns a string (@yoeunes)
- bug #62294 [Console] Add missing VERBOSITY_SILENT case in CommandDataCollector (@yoeunes)
- bug #62290 [Routing] Fix matching the "0" URL (@cs278)
- bug #62285 [HttpClient] Reject 3xx pushed responses (@nicolas-grekas)
- bug #62267 [Config] Use the empty string instead of null as an array offset (@santysisi)
- bug #62246 [HttpFoundation] Allow Request::setFormat() to override predefined formats (@longwave)
- bug #62242 [MonologBridge] Accept HttpExceptionInterface in HttpCodeActivationStrategy (@GromNaN)
- bug #62222 [Cache] fix ext-redis 6.2.0 compatibility (@xabbuh)
- bug #62197 [Validator] Fix call to undefined getParser() in YamlValidator (@yoeunes)
- bug #62201 [HtmlSanitizer] Remove srcdoc from allowed attributes (@Spomky)