This week, Symfony 5.3.2 was released to address a potential security issue related to authentication. In addition, Symfony celebrated the SymfonyWorld Online 2021 Summer Edition conference with great success. During the conference, the Symfony UX initiative introduced the new Twig components and Live components.
Symfony development highlights
This week, 30 pull requests were merged (15 in code and 15 in docs) and 23 issues were closed (17 in code and 6 in docs). Excluding merges, 25 authors made 494 additions and 104 deletions. See details for code and docs.
4.4 changelog:
ffb0d2d: updated Greek translation
5.2 changelog:
a026c67: [FrameworkBundle] fix Could not find service "test.service_container" 9399e2c: [Messenger] remove TLS related options when not using TLS
5.3 changelog:
f8222f7: [Messenger] fix RequestContext not updated 35bae6b: [Security] restore extension point in MessageDigestPasswordEncoder 66f7b7a: [Security] fix deprecation notice on TokenInterface::getUser() stringable return 9fb0fc9: [Uid] fix performance and prevent collisions with the real clock_seq a8c0033: [Security] make the getter usable if no user identifier is set 853c916: [Security] fix invalid cookie when migrating to new Security fe366a0: [Security] fix invalid RememberMe value after update
6.0 changelog:
448d97c: [String] conflict with Translation contracts 1.x 0f1f173: [Form] remove deprecated constants 0dc4d3b: [Form] remove remaining deprecation layers
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.25.3 and 4.25.4 versions with the following changes:
Fix server interrupt signal handling on Windows Don't add _test suffix to the DB name in env var if already present Remove adding _test suffix to the DB name in env var as it conflicts with Doctrine Bundle 2.4
Newest issues and pull requests
Split utilities from AbstractRecursivePass out to a trait for easier reuse Idea: Use parameter in constraint validator [RFC][Lock] Metadata aware locks
They talked about us
Stabilizing Symfony: Testing out the pre-release Differential serving with webpack encore Scaling the Symfony Demo app to the extreme with Varnish Doctrine Annotations and Attributes Living Together in Peace Build a Command Line Tool With Symfony Lo que todo el mundo debe saber sobre 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/0U52PhaCgzQ/a-week-of-symfony-755-14-20-june-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