A Week of Symfony #801 (2-8 May 2022)

This week, Symfony continued fixing bugs on its upcoming Symfony 6.1 version. We also finished some new features for it, such as the support for Monolog 3. In addition, Symfony shut down the legacy infrastructure of Symfony Flex, because most people have already upgraded and the migration process is simple for those who haven't upgraded yet.

Symfony development highlights

This week, 40 pull requests were merged (19 in code and 21 in docs) and 39 issues were closed (17 in code and 22 in docs). Excluding merges, 26 authors made 940 additions and 579 deletions. See details for code and docs.

4.4 changelog:

b368ce1: [EventDispatcher] fix removing listeners when using first-class callable syntax 4338337: [Console] better required argument check in InputArgument 932520c: [Workflow] fix deprecated syntax for interpolated strings df2d674: [DoctrineBridge] treat zero first result like null a780f57: [HttpKernel] fix SessionListener without session in request

5.4 changelog:

37b8077: [Translation] refresh local translations on PushCommand if the provider has domains

6.1 changelog:

13350dc: [MonologBridge] add support for Monolog 3 0e6fc82: [DependencyInjection] fix resolving parameters found in #[Autowire] c0dbb90: [HtmlSanitizer] fix node renderer handling of self-closing (void) elements 7e9e713: [Service Contracts] add generics to ServiceProviderInterface

Newest issues and pull requests

[RFC] Observability component [RFC] Resiliency component [Serializer] Improve ExtraAttributesException usefulness: provide attributes path

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 7: Recipe Upgrades: Part 2! (Video) Upgrading & What's New in Symfony 6! course, Chapter 8: Upgrading Encore and your assets/ Setup (Video) Upgrading & What's New in Symfony 6! course, Chapter 9: Upgrading to PHP 8

In addition, it announced that a new course is in the planning stages: Symfony 6 Fundamentals: Services, Config & Environments

They talked about us

Symfony Station Communiqué - 29 April 2022 Symfony 5+ how to view dump output with AJAX requests Symfony without Request Get started with Symfony 6 for beginners Develop Apps Using Symfony & React in Perfect Harmony En tant que développeur, Symfony est mon framework de prédilection Quable à la SymfonyLive 2022 Symfony-Less, ou comment rendre son code indépendant du framework PHP Symfony: introduction Retour sur le Symfony Live Paris 2022

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-801-2-8-may-2022?utm_source=Symfony%20Blog%20Feed&utm_medium=feed

Created 3y | May 8, 2022, 9:20:10 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