This week, Symfony 4.4.29, 5.2.14 and 5.3.6 maintenance versions were released. This was the last release for the 5.2.x branch; if your projects are still using it, please consider upgrading them to Symfony 5.3..
Symfony development highlights
This week, 53 pull requests were merged (34 in code and 19 in docs) and 38 issues were closed (35 in code and 3 in docs). See details for code and docs.
4.4 changelog:
6f2df38: [WebProfilerBundle] fix a Twig filter error in Mailer panel 192e360: [Dotenv, Yaml] remove PHP 8.0 polyfill 4a28597: [Mailer] fix decode exception when sendgrid response is 202 af897a1: [Security] fix str_contains type mismatch in ChannelListener 0c5a79d: update Basque translation
5.3 changelog:
20d740d: [Security] fix Check if it has session before getSession() a1055ae: [VarDumper] HtmlDumper::setDumpHeader() accepts null c522cc9: [PasswordHasher] fix usage of PasswordHasherAdapter in PasswordHasherFactory
5.4 changelog:
a19735b: [ErrorHandler] add button to copy the path where error is thrown ff54513: [Mailer] add support of ping_threshold to SesTransportFactory d8e91b6: [Security] deprecate remaining LogoutHandlerInterface implementations 62d4f44: [Serializer] add support for serializing empty array as object 350674e: [Notifier] add FakeSMS Logger transport
Newest issues and pull requests
Command translation:update doesn't take into account domain Circular reference detected for service
They talked about us
How to ensure PHP code quality? Static analysis using PHPStan with Symfony Compile a PHP/Symfony application for CLI in Docker and deploy it Redesigning EasyAdmin, a Symfony admin generator
Call to Action
Follow Symfony on Twitter and retweet this article. Subscribe to the Symfony blog RSS and never miss a Symfony story again.
Sponsor the Symfony project.
Zaloguj się, aby dodać komentarz
Inne posty w tej grupie

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