This week, Symfony development activity focused on polishing and tweaking the upcoming Symfony 5.4 and 6.0 releases (both will be published before the end of this month). In addition, Symfony announced a new sponsoring program for SaaS providers to back their Symfony bridges.
Symfony development highlights
This week, 39 pull requests were merged (26 in code and 13 in docs) and 43 issues were closed (33 in code and 10 in docs). Excluding merges, 21 authors made 509 additions and 190 deletions. See details for code and docs.
4.4 changelog:
9bc7187: [HttpClient] cURL HTTP client has to reinit curl multi handle on reset 0eacfd9: [DoctrineBridge] add support for the JSON type 3a2b2da: [FrameworkBundle] fix registering late resettable services a8b4e7f: [Cache] fix Memory leak 1403f62: [DependencyInjection] fix inlining when non-shared services are involved b560ec4: [ErrorHandler] fix FlattenException::setPrevious argument typing 24b6bd6: [Yaml] don't try to replace references in quoted strings
5.4 changelog:
8a3cc18: [Loco] fix Loco Provider ID and pull & push local messages reading ba061fc: [HttpKernel] allow ignoring kernel.reset methods that don't exist 82fed8e: [HttpClient] Implement ResetInterface for all HTTP clients 9211bcc: [SecurityBundle] fix listing listeners in profiler when authenticator manager is disabled 0d15daf: [ErrorHandler] fix parsing @param with dollars in the description
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 5 Security, Chapter 14: Remember Me System (Video) Symfony 5 Security, Chapter 15: Always Remember Me & signature_properties (Video) Symfony 5 Security, Chapter 16: Denying Access, access_control & Roles (Video) Symfony 5 Security: Authenticators, Chapter 17: The Entry Point: Inviting Users to Log In (Video) Symfony 5 Security: Authenticators, Chapter 18: AbstractLoginFormAuthenticator & Redirecting to Previous URL
Newest issues and pull requests
[Validator] Attribute can not be applied on Controller method argument [Http] Improve the Content Negotiation handling [Routing] override imported route options via annotations [Messenger] More detailed log message of handling error Message handler chain
They talked about us
Github Actions for Symfony 5 PHPUnit and more Symfony Station Communique - 12 November 2021. A Look at Symfony and PHP News. Bolt CMS for developers Stopping time with PHP Configuring Symfony 2.7 App with Apache 2.4 HTTP Server on Ubuntu 20.04
Retour sur le Forum PHP 2021 (partie 2) Svelte + Symfony, ma cure d’amincissement Comment contrôler la qualité de vos projets PHP & Symfony ? Comment re-générer le sitemap au changement d'une entité Contrôlez la qualité de vos projets PHP & Symfony avec PHP-CS-Fixer
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

Contributed by Mathias Arlaud in

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

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

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

SymfonyOnline June 2025 is almost here, starting in a few weeks on:
June 10-11: Workshop days. June 12-13: Online conference days in English. All talks will be available for replay as soon as

Symfony 7.3 introduces several enhancements to the DependencyInjection component that simplify service configuration, make autoconfiguration more flexible, and enable environment-specific aliasing.
S

Contributed by Nicolas Grekas in