Symfony 5.4.15 has just been released. Here is the list of the most important changes since 5.4.14:
- bug #47990 [HttpClient] Fix retrying requests when the content is used by the strategy (@nicolas-grekas)
- bug #48005 [ErrorHandler] s/
/
(@PhilETaylor) - bug #47907 [Console] Update Application.php (@aleksandr-shevchenko)
- bug #47955 [Security][Serializer] Add missing args to trigger_deprecation (@alamirault)
- bug #47932 Throw LogicException instead of Error when trying to generate logout-… (@addiks)
- bug #47918 [Intl] Update the ICU data to 72.1 - 5.4 (@jderusse)
- bug #47857 [HttpKernel] Fix empty request stack when terminating with exception (@krzyc)
- bug #47879 [HttpClient] Fix buffering after calling AsyncContext::passthru() (@nicolas-grekas, @lubo13)
- bug #47878 [HttpKernel] Remove EOL when using error_log() in HttpKernel Logger (@cyve)
- bug #47883 [Console] Fix error output on windows cli (@Maximilian.Beckers)
- bug #47884 [Cache] Reserve numeric keys when doing memory leak prevention (@simoheinonen)
- bug #47831 [Messenger] Fix amqp socket lost (@GurvanVgx)
- bug #47855 [Routing] TypeError in Router when using UrlGenerator (@Maximilian.Beckers)
- bug #47822 [Mailer] fix: use message object from event (@rogamoore)
- bug #47858 [DoctrineBridge] Implement EventManager::getAllListeners() (@derrabus)
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-5-4-15-released?utm_source=Symfony%20Blog%20Feed&utm_medium=feed
Jelentkezéshez jelentkezzen be
EGYÉB POSTS Ebben a csoportban

Symfony 7.3 includes many small improvements aimed at making developers' lives easier and more productive. This blog post highlights some of the most useful DX (Developer Experience) features added in

Symfony 7.3 introduces several enhancements to the Validator component, focusing on developer experience, better configurability, and more expressive constraint definitions.
Allow to Disable Translat

Symfony 7.3 adds a new JsonStreamer component as a high-performance, low-memory JSON encoding and decoding utility. However, the Serializer component still has many valid use cases, even for JSON cont

Symfony 7.3.0-RC1 has just been released. This is a pre-release version of Symfony 7.3. If you want to test it in your own applications before its final release, run the following commands:

This week, development activity focused on putting the final touches on Symfony 7.3 in preparation for its stable release next week. In addition, we published a security fix for a potential vulnerabil

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