This week, Symfony 4.4.22 and 5.2.7 maintenance versions were published. In addition the second beta of Symfony 5.3 was released and we started publishing the New in Symfony 5.3 blog posts to showcase its most important new features.
Symfony development highlights
4.4 changelog:
a88c7fa: [HttpFoundation] fixes for PHP 8.1 deprecations 061ac77: [Yaml] expose references detected in inline notation structures c92acf4: [Security] add missing French translations for logging throttling
5.2 changelog:
56b664e: [Security] do not try to rehash null-passwords
5.x changelog:
88abb39: [Config] remove typehints in Builder and allow for EnvConfigurator 5506f2a: [Config] remove double semicolons from autogenerated config classes c78358f: [Translation] use proven DSN class from Notifier and rename package 01602ef: [Config] set FQCN as properties type instead of class name in ConfigBuilder 32534fb: [Messenger] fix manual amqp setup when autosetup disabled 1882d26: [FrameworkBundle] make debug:event-dispatcher search case insensitive 0489ffc: [OptionsResolver] add prototype definition support for nested options 610c263: [Config] remove log message when no configuration is found in ConfigBuilder 4cc0ab3: [Routing] allow extending Route attribute 942847f: [FrameworkBundle, HttpKernel] move IDE file link formats from FrameworkExtension to FileLinkFormatter
Newest issues and pull requests
Add support for $requestStack->getCurrentRequest(throwOnNull: true) [Messenger] Prevent a specific message to be sent to the failure transport [Security] Add a way to hook into PersistentRememberMeHandler [HttpFoundation] Deprecate Request::get
They talked about us
Improve your Symfony proficiency with these tips and tricks! Combine custom logging from Symfony packages Handling arbitrary set of document types in a Symfony application Vue.js and Symfony — User Authentication
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/7ENtbgjDeXI/a-week-of-symfony-748-26-april-2-may-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