Symfony development highlights
This week, 33 pull requests were merged (20 in code and 13 in docs) and 49 issues were closed (44 in code and 5 in docs). See details for code and docs.
4.4 changelog:
18927fe: [Intl] updated the ICU data to 68.2 64cc4d8: [ProxyManagerBridge] fixed PHP notice and switched to "friendsofphp/proxy-manager-lts" 457c8b1: [Mailer] handle failure when sending the DATA command 018e33a: [VarDumper] fixed displaying 'mixed' as '?mixed' 0ed047f: [VarDumper] fixed display of nullable union return types
5.1 changelog:
1ee1659: [Notifier] introduced abstract test cases fb8935e: [Security] fixed event propagation for globally registered security events
5.2 changelog:
4c9e663: [Notifier] supported empty path for Slack DSN 9e56c00: [Security] added RememberMe Badge to LoginLinkAuthenticator 80c5aeb: [TwigBridge] allowed null values in form helpers
Newest issues and pull requests
[Form] Remove dependency on symfony/intl
They talked about us
Building a Shopping Cart with Symfony On the road with Roadrunner Symfony HTML to PDF with AJAX call [Symfony] @Templateアノテーションを使わないほうがいい理由 それでも僕は@Templateアノテーションを使いたい [Symfony] @IsGranted("ROLE_HOGE")をPOSTリクエスト時のみ適用する方法 フレームワークはどうでもいい」カルテット開発部がSymfonyを選ぶ理由 [2020年末版] 実務でSymfonyアプリを作るときにだいたい共通してやっていること
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.
http://feedproxy.google.com/~r/symfony/blog/~3/4bnEA9HTr4E/a-week-of-symfony-730-21-27-december-2020
Inicia sesión para agregar comentarios
Otros mensajes en este grupo.

SymfonyOnline June 2025 is almost here, starting in almost 2 months on:
June 10-11: Workshop days. It is possible to attend 1 two-day training or 2 one-day trainings. June 12-13: Online confe

The Validator component provides dozens of constraints ready to use in your applications. In Symfony 7.3, we've added two new constraints to the list.
Slug Constraint

SymfonyOnline June 2025 is almost here, starting in almost 2 months on:
June 10-11: Workshop days. It is possible to attend 1 two-day training or 2 one-day trainings. June 12-13: Online confe

Contributed by Jérôme Tamarelle in

This week, we kicked off the New in Symfony 7.3 blog series, highlighting all the exciting new features coming in this release. We also unveiled more details about some of the SymfonyOnline June 2025

SymfonyOnline June 2025 is almost here, starting in almost 2 months on:
June 10-11: Workshop days. It is possible to attend 1 two-day training or 2 one-day trainings. June 12-13: Online confe

Symfony's Messenger component makes it easy to build message-driven applications. However, developers using symfony/amqp-messenger have long faced a limitation: it relies on polling (get()), which can