This week, the last new features of Symfony 5.3 were merged, such as the new translation providers and the new Target attribute to tell how a dependency is used and to hint named autowiring aliases. In addition, the first beta of Symfony 5.3 was published, so you can start testing it in your apps before its release at the end of May 2021.
Symfony development highlights
This week, 61 pull requests were merged (24 in code and 37 in docs) and 40 issues were closed (30 in code and 10 in docs). Excluding merges, 30 authors made 6,205 additions and 1,508 deletions. See details for code and docs.
4.4 changelog:
f8518ca: [Cache] add full TLS support for RedisCluster df6b1eb: [Yaml] allow tabs as separators between tokens
5.2 changelog:
d4844ef: [DependencyInjection] do nothing in AliasDeprecatedPublicServicesPass when the service is private f1ac7a8: [Mailer] use correct spelling when accessing the SMTP php.ini value cef2f64: [DependencyInjection] add missing bool type in procesValue()
5.x changelog:
59211ce: [DependencyInjection] add #[Target] to tell how a dependency is used and hint named autowiring aliases 1ed5e0c: [DependencyInjection] improve autowiring errors when named autowiring aliases exist 0e924b8: [Semaphore] inline lua scripts used by semaphore f82c118: [Config] use plural name on array values 71c6c42: [Config] make sure one can build cache on Windows and then run in (Docker) Linux be384cf: [FrameworkBundle] deprecate creating public workflow services 6ff9c97: [Translation] adding Translation Providers 8361713: [Config] improve exception messages when extension could not be found
Newest issues and pull requests
[RFC] Container linting using psalm [UID] Add UUID/ULID Environment Variable Processor [Form] Allow custom LabelGuesser Support Google PHP on Cloud Functions
They talked about us
Translations in Vue.js (with TS) and Symfony EasyAdmin bundle: flash message after save EasyAdmin bundle : message flash après sauvegarde Symfony Process : Comment exécuter du shell dans son code Authentification OpenID Connect avec Symfony (1/3) Authentification OpenID Connect avec Symfony (2/3) Authentification OpenID Connect avec Symfony (3/3)
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/FAw2aNi8xm0/a-week-of-symfony-747-19-25-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