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=""/>
Creată 4y | 8 nov. 2020, 09:42:04


Autentifică-te pentru a adăuga comentarii

Alte posturi din acest grup

A Week of Symfony #939 (23-29 December 2024)

This week, we launched the new Twig playground, a tool that lets you test and experiment with Twig features in a safe, sandboxed environment. While Symfony development activity was lighter than usual

29 dec. 2024, 11:30:09 | Symfony
Introducing the new Twig Playground

I'm very excited to announce the launch of Twig Playground, a new tool that allows you to test and experiment with Twig templates in a sandbox environment. It is entirely web-based, with no backend.

26 dec. 2024, 16:20:14 | Symfony
A Week of Symfony #938 (16-22 December 2024)

This week, Symfony development activity focused on fixing bugs in maintenance versions and adding new features for the upcoming Symfony 7.3 release. Meanwhile, we published blog posts about the new Tw

22 dec. 2024, 10:20:10 | Symfony
New in Twig 3.15 (part 2)

In the first part of this blog post we introduced exciting new Twig features like inline comments, PHP enums support, improved operator precedence, the guard tag, and enhanced deprecation handling. Th

19 dec. 2024, 10:30:05 | Symfony
Case study - Upply: The PHP advantage: How we resisted the switch to Scala, rust, or go

After a pause, we’re excited to relaunch the publication of case studies in the Symfony community. Whether you’ve tackled challenging upgrades, solved complex technical issues, or transformed your tea

18 dec. 2024, 08:50:12 | Symfony
New in Twig 3.15 (part 1)

Twig 3.15 was released a few weeks ago and includes an impressive list of new features and improvements. This two-part blog post highlights the most important ones.

Inline Comments… https://symfony.c

17 dec. 2024, 09:40:11 | Symfony
A Week of Symfony #937 (9-15 December 2024)

This week, Symfony 7.2.1 was released as the first maintenance version of the 7.2 branch. Meanwhile, the upcoming Symfony 7.3 version introduced a new JsonEncoder component that is 10 times faster tha

15 dec. 2024, 09:10:06 | Symfony