A Week of Symfony #804 (23-29 May 2022)

This week, Symfony 6.1 was released including lots of great new features. In addition, Symfony published its 4.4.42, 5.4.9 and 6.0.9 maintenance releases.

Symfony development highlights

This week, 35 pull requests were merged (24 in code and 11 in docs) and 34 issues were closed (27 in code and 7 in docs). Excluding merges, 16 authors made 1,866 additions and 1,049 deletions. See details for code and docs.

4.4 changelog:

11a87ad: [FrameworkBundle] fix wiring of annotations.cached_reader f6fecb5: [DoctrineBridge] don't reinit managers when they are proxied as ghost objects dffd4e5: [DependencyInjection] fix proxy tag to resolve its parameters and pass it to child definitions

5.4 changelog:

25dd794: [ErrorHandler] update tentative types f79ed9a: [Console] fix missing negative variation of negatable options in shell completion

6.1 changelog:

5eb4306: [Console] complete negatable options (Fish) f79ed9a: [Console] fix missing negative variation of negatable options in shell completion 1b0cb41: [ExpressionLanguage] fix null-safe chaining aa2c93c: [PropertyInfo] fix resolution of partially docblock covered constructors b139196: [MonologBridge] ensure that the $response property is initialized before being read

6.2 changelog:

6cd0da0: [DependencyInjection] add Hydrator::hydrate() and preserve PHP references when using it 4ebfa6b: [DependencyInjection] optimize dumped container 6760559: [ErrorHandler, HttpKernel] add favicon to welcome and error pages 7e485db: [DependencyInjection] optimize autowiring logic by telling it about excluded symbols a10071b: [Routing] add Requirement::POSITIVE_INT for common ids and pagination

Newest issues and pull requests

Support for X-Forwarded-for in assets Singleton Curl initializing for running PHP apps as a daemon

SymfonyCasts Updates

SymfonyCasts is the official way to learn Symfony. Select a track for a guided path through 100+ video tutorial courses about Symfony, PHP and JavaScript.

These were some of the most relevant SymfonyCasts updates of the week:

(Video) Upgrading & What's New in Symfony 6! course, Chapter 16: Upgrading to Symfony 6.0 (Video) Upgrading & What's New in Symfony 6! course, Chapter 17: Final Upgrades & Cleanups (Video) Upgrading & What's New in Symfony 6! course, Chapter 18: Form Improvements for Symfony 6 (Video) Upgrading & What's New in Symfony 6! course, Chapter 19: Enhanced Docker Integration & Testing Emails

They talked about us

Symfony Station Communiqué — 27 May 2022 Server-Sent events with PHP and Symfony The Tick Pattern — A Solution for Temporal Problems in State Machines How to add a fulltext index in Doctrine with Symfony 5+ Get started with Symfony 6 for beginners — Part 3| Database, Doctrine, Entity Easily Share Your Twig Extensions with Symfony 6.1

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.

https://symfony.com/blog/a-week-of-symfony-804-23-29-may-2022?utm_source=Symfony%20Blog%20Feed&utm_medium=feed

Created 3y | May 29, 2022, 9:20:12 AM


Login to add comment

Other posts in this group

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

May 23, 2025, 9:30:04 AM | 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

May 22, 2025, 7:50:11 AM | 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

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

Contributed by Mathias Arlaud in

May 20, 2025, 9:30:13 AM | 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

May 19, 2025, 12:40:14 PM | 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

May 19, 2025, 8:10:09 AM | Symfony
A Week of Symfony #959 (May 12–18, 2025)

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

May 18, 2025, 8:50:08 AM | Symfony