Symfony 4.4.49 has just been released. Here is the list of the most important changes since 4.4.48:
- bug #48273 [HttpKernel] Fix message for unresovable arguments of invokable controllers (@fancyweb)
- bug #48224 [DependencyInjection] Process bindings in ServiceLocatorTagPass (@MatTheCat)
- bug #48198 [Messenger] Fix time-limit check exception (@alamirault)
- bug #48122 [PhpUnitBridge] Fix language deprecations incorrectly marked as direct (@wouterj)
- 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 #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 #48103 [HttpClient] Do not set http_version instead of setting it to null (@Tetragramat)
- bug #48050 [HttpFoundation] Check IPv6 is valid before comparing it (@PhilETaylor)
WARNING: 4.4.49 is the last version for the Symfony 4.4 branch. If some of your projects are still using this version, consider upgrading as soon as possible.
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-4-4-49-released?utm_source=Symfony%20Blog%20Feed&utm_medium=feed
Login to add comment
Other posts in this group

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

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

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

Contributed by Mathias Arlaud in

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

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

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