A Week of Symfony #758 (5-11 July 2021)

This week, Symfony development activity focused on adding more types, including union types, to all components in the upcoming 6.0 version. Meanwhile, Symfony 5.4 added support for the scalar backed enumerations defined by PHP 8.1.

Symfony development highlights

This week, 62 pull requests were merged (57 in code and 5 in docs) and 34 issues were closed (30 in code and 4 in docs). See details for code and docs.

4.4 changelog:

2ed8a90: [Console, DependencyInjection] tighten types ba7e97d: [Lock] fix derivating semaphore from key 305e210, 120f3d6, fa182e6: replace some mocks by actual implementations in tests 7385bc8: [TwigBridge] do not render the same label id attribute twice 92a086c: [Validator] update Ukrainian translations

5.3 changelog:

fee32aa: [Notifier] fix TransportTestCase 03e9081: prepare PasswordUpgraderInterface implementations for 6.0 signature 4a03392: [Console] fix save correct name in setDefaultCommand() for PHP8 9fdc06b: [Messenger] fix use_notify default value for PostgreSqlConnection e33714b: [DependencyInjection] fix TaggedLocator attribute without indexAttribute argument

5.4 changelog:

61f26b6: [Serializer] add support of PHP backed enumerations fe71423: [VarDumper] add ability to style doubles and integers independently b19200c: [Notifier] fix Mailjet bridge tests 4ee32d3: stop using service "session" in our tests 83825c5: [FrameworkBundle] fix removing "action" from route names 356c953: [Security] deprecate "always authenticate" and "exception on no token" 479919d: [Cache] make LockRegistry use semaphores when possible 5056841: [Serializer] fetch type information only once

6.0 changelog:

f25c022: [Asset] add types to private properties e880275: [BrowserKit] add types to private properties 64cad9e: [Config] add types to private properties b6c307f: [CssSelector] add types to private properties 06c9d62: [Dotenv] add types to private properties 617bb4c: [DomCrawler] add types to private properties 30507bd: [Cache] add types to private properties 855b47f: [Cache] implement psr/cache 3 5bd3024: [Cache] add union types fa99245: [Form] add union types 9aa1adc: [Security] remove getPassword() and getSalt() from UserInterface

Newest issues and pull requests

[Form] Restrict types for the label option for form fields Better on limit exit code managment for messenger worker vs supervisor Add has attribute collectors Remove internal from setContainer() method in AbstractController

They talked about us

How to execute multiple GraphQL mutations in a transaction using Overblog GraphQL Bundle Les attributs PHP 8 dans 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.

http://feedproxy.google.com/~r/symfony/blog/~3/zNKgdD82-FM/a-week-of-symfony-758-5-11-july-2021

Utworzony 4y | 11 lip 2021, 08:20:08


Zaloguj się, aby dodać komentarz

Inne posty w tej grupie

Symfony 7.3.0-RC1 released

Symfony 7.3.0-RC1 has just been released. This is a pre-release version of Symfony 7.3. If you want to test it in your own applications before its final release, run the following commands:

26 maj 2025, 00:10:10 | Symfony
A Week of Symfony #960 (May 19–25, 2025)

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

25 maj 2025, 10:10:12 | Symfony
New in Symfony 7.3: New Bridges and Improved Integrations

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

23 maj 2025, 09:30:04 | Symfony
New in Symfony 7.3: Messenger Improvements

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

22 maj 2025, 07:50:11 | Symfony
New in Symfony 7.3: Routing Improvements

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

21 maj 2025, 11:10:07 | Symfony
New in Symfony 7.3: JsonStreamer Component

Contributed by Mathias Arlaud in

20 maj 2025, 09:30:13 | Symfony
Symfony UX CVE-2025-47946: Unsanitized HTML attribute injection via ComponentAttributes

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

19 maj 2025, 12:40:14 | Symfony