A Week of Symfony #793 (7-13 March 2022)

This week, Symfony development focused on fixing bugs and finishing new features for the upcoming Symfony 6.1 version. One of those new features is a button to copy requests as cURL commands in the Symfony Profiler. Meanwhile, the SymfonyLive Paris 2022 conference, which will take place in just 4 weeks, announced its complete workshop and talk schedule.

Symfony development highlights

This week, 47 pull requests were merged (27 in code and 20 in docs) and 23 issues were closed (17 in code and 6 in docs). Excluding merges, 28 authors made 16,338 additions and 5,309 deletions. See details for code and docs.

4.4 changelog:

d742b54: [HttpClient] fix reading proxy settings from dotenv when curl is used ab136f0: [DependencyInjection] fix ServiceSubscriberTrait bug where parent has __call() a2fc328: [Form] fix the usage of the Valid constraints in array-based forms 63be6fa: [Process] don't return executable directories in PhpExecutableFinder

5.4 changelog:

2aa63d1: [HttpKernel] fix using Target attribute with controller arguments 5f1e0c8: [FrameworkBundle] fix container:lint and #[Autoconfigure(binds: ...)] failing daa8283: [Runtime] fix passing $debug parameter to ErrorHandler 486a39c: [Security] fix return value of NullToken::getUser() b7e878c: [Mailer] fix invalid Mailjet error managment fc4700f: [Form] make FormErrorIterator generic

6.1 changelog:

4e033be: [Routing] avoid double encoded slashes in query parameters 3c2c068: [BrowserKit] add toArray to Response 194e274: [WebProfilerBundle] add button to copy a request as a cURL command 2ac4503: make constraint violation interfaces stringable c7dbcc9: [Config] allow using environment variables in EnumNode cd62c2d: [DependencyInjection] use #[Required] for ServiceSubscriberTrait::setContainer()

Newest issues and pull requests

[Cache] Use Lock-Component when locking the recomputation of cache items Add ReStructuredText descriptor for console component Support for constants in collection keys in XML config Rename invalidate-tags command as clear-tags

Symfony CLI

Symfony CLI is a must-have tool when developing Symfony applications on your local machine. It includes the Symfony Local Server, the best way to run local Symfony applications. This week Symfony CLI released its new 5.4.2 version with the following changes:

Start server with fixed port when --port argument is provided (@ruudk) Stand with Ukraine (@fabpot) Fix typo > Prefered > Preferred (@ruudk) Fix order in which we look up for Composer (@fabpot) Add automated Fury uploads (@fabpot)

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) Symfony 6 course, Chapter 1: Hello Symfony (Video) Symfony 6 course, Chapter 2: Meet our Tiny App (Video) EasyAdmin course, Chapter 24: Override all the Templates! (Video) EasyAdmin course, Chapter 25: Permissions (Video) EasyAdmin course, Chapter 26: Restricting Access to an Entire Crud Section (Video) EasyAdmin course, Chapter 27: Entity & Field Permissions (Video) EasyAdmin course, Chapter 28: Security Voter & Entity Permissions

They talked about us

Symfony Internals #2: Data Validation Symfony Station Communiqué - 11 March 2022 EasyAdmin 4 for admin panel based on PHP 8 and Symfony 6: Install and create a sample Cómo manejar las excepciones en API Rest con Symfony Symfony 6 : S’authentifier avec Google, facebook, github, … Symfonyの機能を使ったカスタマイズ

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-793-7-13-march-2022?utm_source=Symfony%20Blog%20Feed&utm_medium=feed

Created 3y | Mar 13, 2022, 9:20:10 AM


Login to add comment

Other posts in this group

SymfonyLive Berlin 2025: Recap and Replay !

SymfonyLive Berlin 2025 took place just 3 weeks ago!

A huge thank you to everyone who joined us!🔥 The conference brought together the local Symfony community in the heart of Berlin for two da

Apr 24, 2025, 2:30:18 PM | Symfony
New in Symfony 7.3: Global Translation Parameters

Contributed by Hubert Lenoir in

Apr 24, 2025, 7:30:24 AM | Symfony
SymfonyOnline June 2025: FormFlow: Build Stunning Multistep Forms

SymfonyOnline June 2025 is almost here, starting in almost 2 months on:

June 10-11: Workshop days. It is possible to attend 1 two-day training or 2 one-day trainings. June 12-13: Online confe

Apr 23, 2025, 3:20:21 PM | Symfony
New in Symfony 7.3: Assets Pre-Compression

Contributed by Kévin Dunglas in

Apr 23, 2025, 8:20:31 AM | Symfony
SymfonyOnline June 2025: Inside a Financial App Breach: Debugging a Million-Dollar Bug

SymfonyOnline June 2025 is almost here, starting in almost 2 months on:

June 10-11: Workshop days. It is possible to attend 1 two-day training or 2 one-day trainings. June 12-13: Online confe

Apr 22, 2025, 1:50:03 PM | Symfony
New in Symfony 7.3: Invokable Commands and Input Attributes

This is the first article in a series showcasing the most important new features introduced by Symfony 7.3, which will be released at the end of May 2025.

Apr 22, 2025, 9:10:36 AM | Symfony
A Week of Symfony #955 (April 14–20, 2025)

This week, the upcoming Symfony 7.3 version improved the AsAlias attribute by adding a new argument, introduced Clock support for UriSigner, and refined the return type of the ContainerInterface::get(

Apr 20, 2025, 8:30:06 AM | Symfony