This week, the upcoming Symfony 5.3 version added new integrations to the Notifier bridge, such as the Microsoft Teams integration, and introduced the concept of required badges to Security passports.
Symfony development highlights
This week, 55 pull requests were merged (27 in code and 28 in docs) and 31 issues were closed (23 in code and 8 in docs). Excluding merges, 38 authors made 5,371 additions and 1,097 deletions. See details for code and docs.
4.4 changelog:
e357dbb: [Debug, ErrorHandler] avoid warning with Xdebug 3 with develop mode disabled b946077: replace easy occurences of ?: with ?? e2f430d: fix some union type cases ed576b2: [Yaml] fix infinite loop when parser goes through an additional and invalid closing tag
5.2 changelog:
2ad08d5: [Security] improve DX and document AuthenticationException 74056a7: [Console] add Helper::width() and Helper::length() 3a14868: [Form] fix 'invalid_message' use in multiple ChoiceType
5.x changelog:
de14349: [Notifier] bump dependencies in Mercure bridge 71a407d, 0cc982c: [Notifier] add LightSms notifier bridge 345eb75: [Notifier] add the FakeChat bridge 8925dc7: [FrameworkBundle] fix fragment.uri_generator definition 30b73c7: [Serializer] construct annotations using named arguments 8bc0a8f: [Notifier] add notifier for Microsoft Teams 3977d7a: [Security] add concept of required passport badges
Symfony CLI
Symfony CLI is a must-have tool when developing Symfony applications on your local machine. It includes the Symfony Local Server, the best way to run local Symfony applications. This week Symfony CLI released its new 4.23.4 and 4.23.5 versions with the following changes:
Bump Mercure Fix requirements for the book (for Symfony 5.2) Make book requirements pass if only optional requirements are missing
Newest issues and pull requests
[Validator] Allow @Valid to use different groups for validation [Notifier] Notification email customization
They talked about us
End-to-end testing with Symfony and Panther Why is JoliCode backing the Symfony 5.3 release Symfony UX Turbo: Do You Still Need JavaScript?! Integrating rokka.io with the Sculpin Static Site Generator using a Symfony bundle Autenticación basada en tokens y cómo aplicarla en tu aplicación Symfony Tests bout à bout avec Symfony et Panther Pourquoi JoliCode sponsorise la release 5.3 de 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/cgIMRos5npY/a-week-of-symfony-745-5-11-april-2021
Autentifică-te pentru a adăuga comentarii
Alte posturi din acest grup

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