This week, the upcoming Symfony 5.4 version added new integrations to the Notifier component, marked the Request::get() method as internal and introduced a smooth upgrade path for security factories. In addition, the free community-provided Symfony support was moved to GitHub Discussions.
Symfony development highlights
This week, 50 pull requests were merged (40 in code and 10 in docs) and 41 issues were closed (36 in code and 5 in docs). Excluding merges, 31 authors made 1,805 additions and 259 deletions. See details for code and docs.
4.4 changelog:
f2f96a0: [HttpKernel] always close open stopwatch section after handling kernel.request events ed0a307: [Routing] add test for non-callable arrays as controllers 86fd2cc: [Translation] report mismatches between trans-unit id and source text via status script 4f2987d: [Cache] do not add namespace argument to NullAdapter in CachePoolPass
5.3 changelog:
094233f: [HttpKernel] remove preloading legacy event dispatcher e617a9b: [Security] remove time-sensitivity from LoginLinkHandlerTest 3928a45: [Messenger] separate unit tests from integration tests 36ebebb: [HttpFoundation] don't pass null to strpos() a206e77: [DependencyInjection] fix ServiceLocator indexing when service is decorated 2b0c65f: [Console] don't pass null to preg_replace()
5.4 changelog:
07a93b1: [Serializer] better value for constant Serializer::EMPTY_ARRAYS_AS_OBJECT 52ce2af: [Notifier] add TurboSms bridge 7c1820d: [Notifier] add FakeChat Logger transport 7d370f1: [Notifier] add SentMessageEvent and FailedMessageEvent 2d42a8a: [HttpFoundation] mark Request::get() internal 2f8ac04: [FrameworkBundle] remove unused conditions in Translation commands c9f821a: [DependencyInjection] remove unused code in DecoratorServicePass f041e03: [Console] add return type to OutputFormatterInterface::format() fcd3a0c: [HttpFoundation] add SessionFactoryInterface bb68baf: [HttpFoundation] add litespeed_finish_request to Response 810599d: [Security] deprecate PassportInterface 65e1463: [Mime] fix invalid DKIM signature 8e984fa: [SecurityBundle] create a smooth upgrade path for security factories
6.0 changelog:
8258238: [Form] add types to private properties
Symfony CLI
Symfony CLI is a must-have tool when developing Symfony applications on your local machine. It includes the Symfony Local Server, the best way to run local Symfony applications. This week Symfony CLI released its new 4.25.5 version with the following changes:
Fix Mercure env vars
Newest issues and pull requests
[Messenger] Add RabbitMQ streams support [Messenger] Remove ability to delete message in retry command [Form] ResizeFormListener performance issues
They talked about us
From requests to typed objects A way to centrally handle Doctrine/Symfony access control Create a Notifier Transport in Symfony How to delete… not to delete yourself? Capítulo 5. Lo que aprendí de DDD. Eventos de dominio Symfony — Créer des fixtures avec AliceBundle
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/jo0NNXP165s/a-week-of-symfony-762-2-8-august-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