A Week of Symfony #765 (23-29 August 2021)

This week, Symfony development activity focused on fixing various bugs across its entire codebase and implementing some minor new features for the upcoming Symfony 5.4 version.

Symfony development highlights

This week, 49 pull requests were merged (49 in code and 0 in docs) and 24 issues were closed (32 in code and 2 in docs). Excluding merges, 23 authors made 1,970 additions and 656 deletions. See details for code and docs.

4.4 changelog:

9606430: [PropertyInfo] support for the never return type de30363: [Console] fix optional before mandatory parameters 409aff7: [Translation] reverse fallback locales 8c674dc: [Validator] fix Url Validator false positives b921fe3: [FrameworkBundle] fall back to default configuration in debug:config and consistently resolve parameter values 6db1a9d: [HttpFoundation] fix isNotModified determination logic 3ff5db6: [DomCrawler] improve failure messages of the CrawlerSelectorTextContains constraint dd42aec: [FrameworkBundle] allow null for framework.translator.default_path 7080940: [Messenger] remove indices in messenger table on MySQL to prevent deadlocks while removing messages when running multiple consumers ecf55ab: [HttpFoundation] cast ini_get to an integer to match expected type 1a59dc5: [DomCrawler] don't pass null to trim()

5.3 changelog:

40b724c: [Translation] fix message key handling for the Localise provider 50194ed: [Console] fix ProgressBar to correctly clear multi-line formats 8a33e05: [Notifier] Firebase error handling d336926: [Messenger] do not leak any credentials when AMQP connection fails 7d4882c: [Notifier] escape all special characters for parse_mode MARKDOWN_V2 in Telegram bridge 1e91b1a: [Notifier] fix checking whether Smsapi message is sent 67d8a59: [Translation] extract translatable content on Twig set 4d5edae: [Messenger] fix ErrorDetailsStamp denormalization 775306a: [HttpClient] don't pass float to usleep()

5.4 changelog:

dabd127: [HttpKernel] fix timestamp_rfc3339 in LoggerDataCollector 6d70316: [Serializer] deprecate support for returning empty, iterable, countable, raw object when normalizing 8220795: [Notifier] add more explicit error if a SMSChannel doesn't have a Recipient fc47953: add some missing return types to internal/final classes 2310fc8: [Serializer] return an ArrayObject for empty collection objects when PRESERVE_EMPTY_OBJECTS is set 81c2007: [Security] fix AuthenticationTrustResolver::isAnonymous 0cb07c7: [ErrorHandler] turn return-type annotations into deprecations by default + add mode to turn them into native types 0bf0278: [Finder] always return RecursiveDirectoryIterator from its getChildren() method 42197de: [Ldap] fix the behaviour of getting LDAP Attributes fc0bc3f: [FrameworkBundle] add BrowserKitAssertionsTrait::assertThatForBrowser 2073597: [Notifier] autoconfigure chatter.transport_factory 6f112d9: [Notifier] add Esendex message ID to SentMessage object b975e4c: [Config] handle ignoreExtraKeys in config builder f5927d6: [Mailer] add OhMySMTP bridge

6.0 changelog:

4a03601: [DependencyInjection] fix AutowiringFailedException::getMessageCallback() when the message is not a closure

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.6 version with the following changes:

Fix MAILFROM value for SymfonyCloud v2 Fix temp dir for cloud clusters Fix missing env vars on SymfonyCloud v2

Newest issues and pull requests

[RFC][DI] Deprecate ConfigurationExtensionInterface / ExtensionInterface / ConfigurableExtension [Console] Add method for typed option / argument Show user roles in web developer toolbar security widget [RFC][Validator] - Deprecate argument for ExecutionContextInterface::getPropertyPath()

They talked about us

Serialize/Deserialize XML in Symfony Using Fixtures In Testing Symfony Application Doctrine — DQL functions cheat-sheet Symfony 4.4 ile Trendyol Siparişlerim Entegrasyonu

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/yaO7PMwJvvI/a-week-of-symfony-765-23-29-august-2021

Utworzony 4y | 29 sie 2021, 09:20:09


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