A Week of Symfony #723 (2-8 November 2020)

This week, Symfony continued polishing features and fixing bugs for the upcoming Symfony 5.2 version, which will be released at the end of this month. Meanwhile, the SymfonyWorld 2020 online conference announced several keynotes, including a special guest as the last keynote speaker.

Symfony development highlights

This week, 61 pull requests were merged (48 in code and 13 in docs) and 42 issues were closed (38 in code and 4 in docs). See details for code and docs.

4.4 changelog:

  • ca9ef82: [PHPUnitBridge] fixed crash on Windows with PHP 8
  • ed217a1: [Process] don't test TTY if there is no TTY support
  • 8375eee: [DependencyInjection] improved performances in CircualReference detection
  • 5831ab2: [HttpKernel] fixed session initialized several times
  • 61b3872: [DependencyInjection] fixed circular reference with Factory + Lazy Iterrator
  • 75f8ac1: [Console] fixed ANSI when stdErr is not a tty
  • be8fd56: [ProxyManagerBridge] replaced ProxyManager\Version by feature detection
  • b8a5e48: [DoctrineBridge] fixed DBAL deprecations in middlewares
  • 8898c0f: updated Catalan translation
  • 6576fea, 8bc1c76, 7c319be: updated Azerbaijani translation
  • 821c437, ba7c60b, 23fe33c: updated Hebrew translation
  • 9f19435: updated Portuguese translation
  • cd53800: updated Mongolian translation

5.1 changelog:

  • ff7ffdf: [HttpClient] check status code before decoding content in TraceableResponse
  • b8a5e48: [DoctrineBridge] fixed DBAL deprecations in middlewares
  • 01316d6: [Messenger] fixed DBAL deprecations in PostgreSqlConnection

5.x changelog:

  • 5831ab2: [HttpKernel] fixed session initialized several times
  • 0dfbeb4: [Notifier] added unit tests for NullMessage, NullTransport and NullTransportFactory
  • d658164: [FrameworkBundle] register AddErrorDetailsStampListener from the Messenger component as event subscriber
  • 6251c4e: [HttpFundation, FrameworkBundle] deprecated the HEADER_X_FORWARDED_ALL constant
  • d2bac32: [Messenger] improved formatting of exception in failed message
  • 57e39b4: [Messenger] do not call getQueueUrl when the url is known in AmazonSqs transport
  • dc0d45d: [DoctrineBridge] accept converting Uid-as-strings to db-values
  • 50c7c3d: [Validator] override the default option of the choice constraint
  • 7b4d22f: [FrameworkBundle] allow to use attribute-based configuration of routing/serializer without doctrine/annotations
  • 77c82cf: [Validator] allow load mappings from attributes without doctrine/annotations

Newest issues and pull requests

They talked about us

Call to Action

            <hr style="margin-bottom: 5px" />
            <div style="font-size: 90%">
                <a href="https://symfony.com/sponsor">Sponsor</a> the Symfony project.
            </div><img src="http://feeds.feedburner.com/~r/symfony/blog/~4/yXJJRcASYi0" height="1" width="1" alt=""/>
Utworzony 5y | 8 lis 2020, 09:42:04


Zaloguj się, aby dodać komentarz

Inne posty w tej grupie

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
New in Symfony 7.3: Yaml Improvements

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

19 maj 2025, 08:10:09 | Symfony