Symfony 6.2.0-BETA3 released

Symfony 6.2.0-BETA3 has just been released. Here is the list of the most important changes since 6.2.0-BETA2:

  • bug #48217 [Console] Improve error message when shell is not detected in completion command (@GromNaN)
  • bug #48222 [Translation] [Lokalize] Configure replace_breaks to prevent issues with multilines translations (@Kocal)
  • bug #48210 [Console] Fix signal handlers called after event listeners and skip exit (@GromNaN)
  • bug #48198 [Messenger] Fix time-limit check exception (@alamirault)
  • feature #48189 [Clock] Provide modify() in MockClock (@dbrumann)
  • bug #48207 [Yaml] Restore deprecated php/const: syntax in YAML key (@GromNaN)
  • bug #48209 [VarExporter] Use array
  • bug #48186 [WebProfilerBundle] Minor tweaks in profiler redesign (@javiereguiluz)
  • bug #48122 [PhpUnitBridge] Fix language deprecations incorrectly marked as direct (@wouterj)
  • bug #47998 [Console] Fix console ProgressBar::override() after manual ProgressBar::cleanup() (@maxbeckers)
  • bug #48041 [FrameworkBundle] Split loggers debug compiler pass (@MatTheCat)
  • bug #48032 [SecurityBundle] Set UserValueResolver's priority higher than EntityValueResolver (@kbond)
  • bug #48156 [Mime] When serializing File parts convert to string to allow proper unserialization (@ovrflo)
  • bug #48170 [Routing] Fix PSR-4 directory loader for abstract classes (@derrabus)
  • bug #48173 [HttpClient] Handle Amp HTTP client v5 incompatibility gracefully (@fancyweb)
  • bug #48172 [HttpKernel] Don’t try to wire Response argument with controller.service_arguments (@MatTheCat)
  • bug #48160 Adding missing argument to sprintf (@weaverryan)
  • bug #48085 [Messenger] Tell about messenger:consume invalid limit options (@MatTheCat)
  • bug #48120 [Messenger] Do not throw 'no handlers' exception when skipping handlers due to duplicate handling (@wouterj)
  • bug #48112 [HttpFoundation] Compare cookie with null value as empty string in ResponseCookieValueSame (@fancyweb)
  • bug #48119 [FrameworkBundle][Lock] Allow to disable lock without defining a resource (@MatTheCat)
  • bug #48110 [HttpKernel] Fix deprecation for DateTimeValueResolver with null on non-nullable argument (@GromNaN)
  • bug #48093 [DependencyInjection] don't move locator tag for service subscriber (@RobertMe)
  • bug #48075 [Mailer] Stream timeout not detected fgets returns false (@Sezil)
  • bug #48092 Fix the notification email theme for asynchronously dispatched emails (@krisbuist)
  • bug #48097 Fix search scope when performing fallback mapping driver detection (@spideyfusion)
  • bug #48103 [HttpClient] Do not set http_version instead of setting it to null (@Tetragramat)
  • bug #48077 [FrameworkBundle] Allow UUID v7 in uid configuration (@achterin)
  • bug #48027 [DependencyInjection] Don't autoconfigure tag when it's already set with attributes (@nicolas-grekas)
  • feature #48045 [DependencyInjection] Allow enum as service parameter in php config files (@alexndlm)
  • bug #48062 [Notifier] Mark tokens with #[SensitiveParameter] (@nicolas-grekas)
  • bug #48050 [HttpFoundation] Check IPv6 is valid before comparing it (@PhilETaylor)

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.

            <hr style="margin-bottom: 5px" />
            <div style="font-size: 90%">
                <a href="https://symfony.com/sponsor">Sponsor</a> the Symfony project.
            </div>

https://symfony.com/blog/symfony-6-2-0-beta3-released?utm_source=Symfony%20Blog%20Feed&utm_medium=feed

Creato 3y | 19 nov 2022, 17:20:25


Accedi per aggiungere un commento

Altri post in questo gruppo

New in Symfony 7.3: New Bridges and Improved Integrations

Symfony's bridge packages integrate third-party services, such as mailers, notifiers, and translation providers, into Symfony applications. With more than 120 bridges available today, Symfony supports

23 mag 2025, 09:30:04 | Symfony
New in Symfony 7.3: Messenger Improvements

Symfony Messenger component keeps evolving to meet the needs of complex, modern applications. In Symfony 7.3, we're introducing several powerful features to it.

Run Process Using the Shell… https://s

22 mag 2025, 07:50:11 | Symfony
New in Symfony 7.3: Routing Improvements

The Routing component provides an impressive list of features to map incoming URLs to your application code. Symfony 7.3 pushes it even further with a set of new features that improve developer experi

21 mag 2025, 11:10:07 | Symfony
New in Symfony 7.3: JsonStreamer Component

Contributed by Mathias Arlaud in

20 mag 2025, 09:30:13 | Symfony
Symfony UX CVE-2025-47946: Unsanitized HTML attribute injection via ComponentAttributes

Affected versions

Symfony UX symfony/ux-live-component and symfony/ux-twig-component versions <2.25.1 are affected by this security issue.

The issue has been fixed in the 2.25.1 version of these

19 mag 2025, 12:40:14 | Symfony
New in Symfony 7.3: Yaml Improvements

Symfony has been reducing the need for configuration in applications for several years now. Thanks to PHP attributes, you can now configure most things alongside the relevant code, removing the need f

19 mag 2025, 08:10:09 | Symfony
A Week of Symfony #959 (May 12–18, 2025)

This week, development activity focused on polishing Symfony 7.3 ahead of its final release in two weeks. We also continued publishing articles highlighting the new features of Symfony 7.3 and shared

18 mag 2025, 08:50:08 | Symfony