A Week of Symfony #764 (16-22 August 2021)

This week, Symfony announced the end of the Swiftmailer project in favor of the Symfony Mailer project. Meanwhile, the bundles doc section introduced a redesign that will be used in the future in the entire Symfony docs section.

Symfony development highlights

This week, 39 pull requests were merged (37 in code and 2 in docs) and 26 issues were closed (21 in code and 5 in docs). Excluding merges, 13 authors made 4,664 additions and 1,967 deletions. See details for code and docs.

4.4 changelog:

c2172c2: [Security] don't produce TypeErrors for non-string CSRF tokens 83357b1: [HttpKernel] fix SplFileInfo mock in HttpKernelBrowserTest 6ccc63f: [ExpressionLanguage] remove PHP 8.0 polyfill b8ac437: update Turkish translation 0f7ea2c: update Danish translation

5.3 changelog:

fd0dc96: [Security] fix wrong cache directive when using the new PUBLIC_ACCESS attribute 75ace35: [Mime] ignore X-Transport header while signing email with DKIM

5.4 changelog:

7f63fff: [Security] deprecate built-in authentication entry points d1a2d21: [Security] deprecate legacy remember me services b1115f9: [Form] fix return types in form builder c91322d: cleanup more @return annotations fd0dc96: [Security] fix wrong cache directive when using the new PUBLIC_ACCESS attribute f1643e8: fix incompatibilities with upcoming security 6.0 682b76f: add missing return types to tests/internal/final methods edecf96: [Validator] add support of nested attributes 4822448: [Security] fix AbstractAuthenticator::createToken() BC layer 2fb15cd: [Console] deprecate HelperSet::setCommand() and getCommand() 695a83b: [Security] make TokenInterface::getUser() nullable to tell about unauthenticated tokens a42062d: [DependencyInjection] add service_closure() to the PHP-DSL bf8ecc4: [Mailer] consume a PSR-14 event dispatcher

6.0 changelog:

2aebc94: add more return types 61cf95e: [Security] remove everything related to the deprecated authentication manager b7a1ca9: cleanup legacy authentication manager system leftovers 9abadf3: [Form] remove deprecated code from FormErrorIterator dfccd79: [Security] make AuthenticationTrustResolverInterface::isAuthenticated() non-virtual 695a83b: [Security] make TokenInterface::getUser() nullable to tell about unauthenticated tokens c9dc567: [Security] fix restrictive return annotation

Newest issues and pull requests

Use attributes already formatted in form

They talked about us

Symfony Messenger in microservices: message contracts and resilience El componente Form de 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/mNz4icS0U9k/a-week-of-symfony-764-16-22-august-2021

Utworzony 4y | 22 sie 2021, 10:20:08


Zaloguj się, aby dodać komentarz

Inne posty w tej grupie

New in Symfony 7.3: DX Improvements (part 1)

Symfony 7.3 includes many small improvements aimed at making developers' lives easier and more productive. This blog post highlights some of the most useful DX (Developer Experience) features added in

28 maj 2025, 09:50:15 | Symfony
New in Symfony 7.3: Validator Improvements

Symfony 7.3 introduces several enhancements to the Validator component, focusing on developer experience, better configurability, and more expressive constraint definitions.

Allow to Disable Translat

27 maj 2025, 08:30:20 | Symfony
New in Symfony 7.3: Serializer Improvements

Symfony 7.3 adds a new JsonStreamer component as a high-performance, low-memory JSON encoding and decoding utility. However, the Serializer component still has many valid use cases, even for JSON cont

26 maj 2025, 09:20:09 | Symfony
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