Symfony 4.4.31 released

Symfony 4.4.31 has just been released. Here is a list of the most important changes:

bug #43158 [Cache] Fix invalidating tags on Redis <5 (@wouterj) bug #43179 [Ldap] Fix resource type checks & docblocks on PHP 8.1 (@chalasr) bug #43137 [FrameworkBundle] Avoid secrets:decrypt-to-local command to fail (@noniagriconomie) bug #43171 [VarDumper] fix dumping typed references from properties (@nicolas-grekas) bug #43124 [Messenger] [Redis] Allow authentication with user and password (@GaryPEGEOT) bug #39350 [FrameworkBundle] Remove translation data_collector BEFORE adding it to profiler (@l-vo) bug #43115 [DependencyInjection] Fix iterator in ServiceConfigurator (@jderusse) bug #43031 [Form] Do not trim unassigned unicode characters (@simonberger) bug #43058 [WebProfilerBundle] Fix displaying certain configs (@HypeMC) bug #43022 [PhpUnitBridge] Track unsilenced deprecations only for userland (@nicolas-grekas) bug #42976 [Mime] Allow array as input for RawMessage (@derrabus) bug #42098 [PropertyInfo] Support for intersection types (@derrabus) bug #42904 [Cache] Make sure PdoAdapter::prune() always returns a bool (@derrabus) bug #42896 [HttpClient] Fix handling timeouts when responses are destructed (@nicolas-grekas) bug #42835 [Cache] Fix implicit float to int cast (@derrabus) bug #42831 [Mime] Update mime types (@fabpot) bug #42830 [HttpKernel] Fix empty timeline in profiler (@nicodmf) bug #42819 Fix tests failing with DBAL 3 (@derrabus)

Want to upgrade to this new release? Because Symfony protects backwards-compatibility very closely, this should be quite easy. Use SymfonyInsight upgrade reports to detect the code you will need to change in your project and read our upgrade documentation to learn more. Want to be notified whenever a new Symfony release is published? Or when a version is not maintained anymore? Or only when a security issue is fixed? Consider subscribing to the Symfony Roadmap Notifications.

                Sponsor the Symfony project.

http://feedproxy.google.com/~r/symfony/blog/~3/zQdpZURvg7E/symfony-4-4-31-released

Utworzony 4y | 28 wrz 2021, 09:20:09


Zaloguj się, aby dodać komentarz

Inne posty w tej grupie

A Week of Symfony #960 (May 19–25, 2025)

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

25 maj 2025, 10:10:12 | Symfony
New in Symfony 7.3: New Bridges and Improved Integrations

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

23 maj 2025, 09:30:04 | Symfony
New in Symfony 7.3: Messenger Improvements

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

22 maj 2025, 07:50:11 | Symfony
New in Symfony 7.3: Routing Improvements

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

21 maj 2025, 11:10:07 | Symfony
New in Symfony 7.3: JsonStreamer Component

Contributed by Mathias Arlaud in

20 maj 2025, 09:30:13 | Symfony
Symfony UX CVE-2025-47946: Unsanitized HTML attribute injection via ComponentAttributes

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

19 maj 2025, 12:40:14 | Symfony
New in Symfony 7.3: Yaml Improvements

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

19 maj 2025, 08:10:09 | Symfony