This week, Symfony 3.4.49, 4.4.24 and 5.2.9 maintenance versions were released. In addition, the first Release Candidate of Symfony 5.3.0 was published in preparation for its final release at the end of this month. Lastly, the SymfonyWorld 2021 conference (June 17-18) announced more keynotes and more talks.
Symfony development highlights
This week, 83 pull requests were merged (52 in code and 31 in docs) and 51 issues were closed (37 in code and 14 in docs). See details for code and docs.
4.4 changelog:
373528f: [FrameworkBundle, Validator] fix deprecations from Doctrine Annotations+Cache 1ad13fe: [Security] fix user enumeration via response body on invalid credentials a76cdec: [WebProfilerBundle] wrap exception js in Sfjs check and also loading base_js Sfjs if needed 53d9b10: [Messenger] fix merging PrototypedArrayNode associative values 0e3165c, 853b1dc, 5f8035e: update Serbian translations 3ae7e0a: update Chinese translations
5.2 changelog:
2e047c9: [Workflow] remove useless call to Definition::addTag() e83c992: [DataCollector] remove allows anonymous information in datacollector 8ff6542: [SecurityBundle] remove invalid unused service 3dc9802: [VarDumper] don't pass null to parse_url() 3bb1ec3: fix PHP 8.1 deprecations
5.3 changelog:
4382181: [Security\Http] fix handling secure auto using the new RememberMeAuthenticator fef06f2: [Security] deprecate the old authentication mechanisms 69a0b29: [Security] add support for parallel requests doing remember-me re-authentication 08c80e1: [Ldap] avoid calling the deprecated getUsername()
5.4 changelog:
2f7dbed: [Security, SecurityBundle] fix deprecations triggered in tests 755fc03: [Security] add UserAuthenticationProviderTest to legacy group c339649: [FrameworkBundle] add autowiring alias for HttpCache\StoreInterface
Newest issues and pull requests
[Validator] Translate AtLeastOneOf default message [TwigBridge] Display Bootstrap 5 layout errors
They talked about us
Symfony: how to effectively use tagged services Rector - The Power of Automated Refactoring Book Released Comment créer un Captcha maison évolutif sous 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/I7W_lOIEnrI/a-week-of-symfony-751-17-23-may-2021
Autentifică-te pentru a adăuga comentarii
Alte posturi din acest grup

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

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