This week, Symfony 4.4.26, 5.2.11 and 5.3.3 maintenance versions were released. Meanwhile, Symfony deprecated the configuration of tags on RegisterListenersPass and continued adding types, including union types when possible, across the entire codebase.
Symfony development highlights
This week, 69 pull requests were merged (66 in code and 3 in docs) and 37 issues were closed (34 in code and 3 in docs). See details for code and docs.
4.4 changelog:
e2d33fb: [Filesystem] workaround cannot dumpFile into "protected" folders on Windows 2f7bad9: [DependencyInjection] turn $defaultDeprecationTemplate into a constant 3c72d51: [PhpUnitBridge] avoid triggering the autoloader in Deprecation::isLegacy() ed09dc1: [Console] fix type annotations on InputInterface e93f8c0: [Console] fix handling positional arguments 8519cb7: [Security] don't skip UserPasswordValidatorTest 99a8b9f: updated Italian translation 17a156e: updated Chinese translation 43733f7: updated Arabic translation d59f8ee: updated Uzbek translation 06351de: updated Vietnamese translation eb83be4: updated Bulgarian translation
5.2 changelog:
d8c3efb: [Messenger] fix FlattenExceptionNormalizer
5.3 changelog:
e1c020a: fix SessionTokenStorage reuse with Request 2888e40: [Security] handle concurency in Csrf DoctrineTokenProvider 6b3e305: backport type fixes
5.4 changelog:
45dee34: [VarDumper] improve support for AmpHttpClient d33ec7b: [EventDispatcher] deprecate configuring tags on RegisterListenersPass d3757a1: [Notifier] add MessageMedia Bridge f04a2f1: [SecurityBundle] hide security toolbar if no firewall matched 5778f9a: [TwigBundle] improve comment on error silencing 0ff660c: [Validator] add support for ConstraintViolationList::createFromMessage() b28b63c: [Messenger] add StopWorkerException 6402572: [Workflow] add support for getting updated context after a transition cdcf696: add TesterTrait::assertCommandIsSuccessful() helper
6.0 changelog:
e5ef7d7: [Mime] add union types 41ea765: [Messenger] add union types 210dc98: [Doctrine Bridge] add union types d0c7287: [Routing] add missing types 76ee4a5: [Config] add types f4d1e4f: [DependencyInjection] add union types ca39553: [HttpFoundation] add union types dd44cab: [FrameworkBundle] add union types fd0566c: [Security] add union types 6ebc6fd: [Serializer] add union types cf76057: [Console] add union types ff940a0, 7e522cb: add more types e98f0d5: [EventDispatcher] add types to private properties f06eae0: [DependencyInjection] remove deprecated code 99befff: [EventDispatcher] remove ability to configure tags on RegisterListenersPass 4dae21b: [Serializer] remove deprecation layer
Newest issues and pull requests
Messenger Supervisor graceful shutdown [Twig] Allow filtering for file extensions in template paths Nested translatable objects Add CountryCallingCodeType [DotEnv] Additional debug command to get more info about the vars and files
They talked about us
Building a SaaS product with Symfony (part 1/2) Implementing a user workflow with Symfony and EasyAdmin 3 Mise en place d'un workflow utilisateur avec Symfony et EasyAdmin 3
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.
http://feedproxy.google.com/~r/symfony/blog/~3/7Xx8Z51H_HA/a-week-of-symfony-757-28-june-4-july-2021
Autentifică-te pentru a adăuga comentarii
Alte posturi din acest grup

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