This week, Symfony 6.1.1 maintenance version was released to fix all the issues reported since the recent Symfony 6.1 stable release. Meanwhile, the upcoming Symfony 6.2 version added a new feature to get the current firewall configuration in a simpler way. Finally, the SymfonyWorld Online 2022 Summer conference will take place next week.
Symfony development highlights
This week, 48 pull requests were merged (35 in code and 13 in docs) and 27 issues were closed (22 in code and 5 in docs). Excluding merges, 24 authors made 1,309 additions and 586 deletions. See details for code and docs.
- d8212cb: [Console] escape % in command name & description from getDefaultName()
- 19bd831: [FrameworkBundle] fix XML cache config
- 0591cd9: [Messenger] remove redundant interface in DoctrineReceiver
- 2cae93a: [Mime] allow URL as a path in the DataPart::fromPath
- e94f1f6: [Mailer] fix for missing sender name in case with usage of the EnvelopeListener
- 2cbbec4: [Console] fix deprecation when description is null
- ce8e5b7: [Messenger] use the outermost wrapping DBAL connection
- 5346467: [Form] fix choice filter error when loading mix of grouped and non-grouped choices
- 38f4695: [Validator] fix getting class constraints on debug command
- 2faa354: [Mailer] fix Error Handling for OhMySMTP Bridge
- 742c3c2: [HttpKernel] fix BackedEnumValueResolver already resolved enum value
- 3184226: [FrameworkBundle] disable Serializer data collect by default
- 72ab165: [HttpClient] copy as cURL fixes
- 846bc96: [HttpClient, WebProfilerBundle] catch errors when encoding body for curl command line
- bf255fa: [PropertyInfo] fix multi phpdoc covered promoted properties
- a1d6134: [SecurityBundle] add service alias for legacy Security helper
- 09a0edf: remove Debug component leftovers
- 1e85fba: [Security] add an easier way to get the current firewall configuration
- 959b22d: [Security] enforce maximum username length in UserBadge
- aaa821b: [Security] centralize max username length enforcement
- 38f4695: fix getting class constraints on debug command
- ce227a1: [DependencyInjection] fix dumped container
Newest issues and pull requests
- [Form] A programmatic way to get the label of a field
- [DependencyInjection] Add attribute #[Exclude]
- Add Built-in TypeScript project templates
They talked about us
- Symfony Station Communiqué - 10 June 2022
- How to use Dragonfly to store user sessions with Symfony
- Initializing your Symfony project with solid foundations
- Symfony routes with conditions
- The right way to check for empty content in Twig
- Sulu is the Obvious Choice for Leankoala, a Symfony-based Outage Monitoring Service
- Initialisez votre projet Symfony avec des fondations solides
Call to Action
- Follow Symfony on Twitter and retweet this article.
- Subscribe to the Symfony blog RSS and never miss a Symfony story again.
<hr style="margin-bottom: 5px" />
<div style="font-size: 90%">
<a href="https://symfony.com/sponsor">Sponsor</a> the Symfony project.
</div>
Login to add comment
Other posts in this group

This week, development activity focused on putting the final touches on Symfony 7.3 in preparation for its stable release next week. In addition, we published a security fix for a potential vulnerabil

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

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

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

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