This week, after the successful release of Symfony 6.1, we started working on the upcoming Symfony 6.2 version (to be released at the end of November 2022). The first new features added to it were the deprecation of the loose e-mail validation and the option to override the form label and help contents. Meanwhile, the SymfonyWorld Online 2022 Summer Edition conference is coming in less than two weeks.
Symfony development highlights
This week, 32 pull requests were merged (25 in code and 7 in docs) and 27 issues were closed (26 in code and 1 in docs). Excluding merges, 19 authors made 747 additions and 343 deletions. See details for code and docs.
4.4 changelog:
051f5a4: [WebProfilerBundle] fix AJAX requests info are truncated in the WDT f96da6d: [Cache] do not pass null to strlen() 03bccf1: [Mime] check that the path is a file in the DataPart::fromPath 573d3ea: [WebProfilerBundle] fix dark theme selected line highlight color and reuse css vars
5.4 changelog:
7a9e4e9: [PropertyInfo] fix extracting int range type 8846f64: [Serializer] get attributeContext after converting name
6.1 changelog:
fe1759a: [FrameworkBundle] update docblock to not expose the internal class 6311229: [Serializer] added missing call to TraceableNormalizer and TraceableSerializer fd96959: [Serializer] forget partially collected traces 6bfd145: [Serializer] added missing call to TraceableEncoder 3c4bc1d: [FrameworkBundle, HtmlSanitizer] fix calling allowStaticElements() when setting allow_all_static_elements to true 17b7a59: [WebProfilerBundle] normalizer and encoder can be undefined in template
6.2 changelog:
d096349: [TwigBridge] add form_label_content and form_help_content block to form_div_layout f6f2030: [Validator] deprecate the loose e-mail validation mode
Newest issues and pull requests
[Form] Add variables or id for form_errors + form_help in custom redered forms Set custom lifetime for login link
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.10 version with the following changes:
feat: add check for docker compose plugin (@ArnaudLier) Update supported Platform.sh services (@tucksaun) Rework PATH_INFO computation (@tucksaun) Fix tests (@tucksaun) Fix misleading wording (@tucksaun) Fix docker-compose usage when doing a book checkout (@fabpot) Bump deps (@fabpot) Add automatic update of the generated code (@tucksaun)
They talked about us
Symfony Station Communiqué - 03 June 2022 How to test Symfony Routes to make Huge Refactoring Safe Symfony ElasticSearch – model data layer How to Make Configs like RectorConfig or ECSConfig for your Symfony Project Auth for API in 5 minutes via Symfony 6
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.
Login to add comment
Other posts in this group

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

Contributed by Hubert Lenoir in

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

Contributed by Kévin Dunglas in

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

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.

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(