This week, Symfony continued adding tweaks to fix compatibility with the future PHP 8.1 version. Meanwhile, the upcoming Symfony 5.4 version merged some new features such as basic support for language negotiation and a CssColor constraint to validate that a given value matches any of the formats available to define CSS colors.
Symfony development highlights
This week, 52 pull requests were merged (32 in code and 20 in docs) and 76 issues were closed (45 in code and 31 in docs). Excluding merges, 38 authors made 21,703 additions and 8,361 deletions. See details for code and docs.
4.4 changelog:
5d0a3a0: [HttpFoundation] update IANA response status code tests 4169843: [DependencyInjection] fix support for "new" in initializers on PHP 8.1 57f5df5: [VarDumper] fix handling of "new" in initializers on PHP 8.1 37d26fb: [Cache, Lock] fix SQLSRV throws for method_exists() 1231de6: [Cache] commit items implicitly only when deferred keys are requested e591467: [HttpClient] fix missing kernel.reset tag on TraceableHttpClient services ab7884c: [HttpFoundation] fix PHP 8.1 deprecation notice in IpUtils::checkIp() adeae1a: update Chinese translation 8d203a9: update Finnish translation a449800: update Slovenian translation 73bae10: update Bosnian translation c798618: update Greek translation
5.3 changelog:
fb8d537: [Translation] do not export empty strings in Lokalise bridge e5be65f: [Translation] use symfony default locale when pulling translations from providers cf8d43e: [Form] fix ChoiceType to effectively set and use translator
5.4 changelog:
5a39496: [HttpFoundation] update http response messages of statuses 413 and 422 72cd43a: [Lock] use platform to identify the PDO driver 3e387cf: [HttpClient] add method to set response factory in mock client a9810e0: move array_merge calls out of loops to improve performance 2100d7b: [Messenger] add a middleware to log when transaction has been left open 43f0161: [HttpKernel] add basic support for language negotiation 4868dd0: [MonologBridge] deprecate ResetLoggersWorkerSubscriber ab7f816: [MonologBridge] deprecate the Swiftmailer handler 1c1e2d9: [VarDumper] declare that dd() never returns fd3fba5: [VarDumper] returns a 500 when dd() is executed 428434c: [Validator] add CssColor constraint 7993530: [Messenger] log when worker should stop and when SIGTERM is received 626d9aa: [Messenger] add worker metadata inside logs
6.0 changelog:
143ecb3: add type to final/internal public/protected properties
Newest issues and pull requests
[RFC] Make masterminds/html5 a required dependency of dom-crawler [HttpClient] Add support for client pool [Serializer] Add a more global interface with all method implement by the implemantation Using isGranted() without a Session
They talked about us
Symfony Station Communique — 8 October 2021. A Look at Symfony and PHP News Secure your data using encryption in PHP Acceso a tu server Symfony desde múltiples clientes Sécuriser ses données via le chiffrement en PHP
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/xh75U57DTxM/a-week-of-symfony-771-4-10-october-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