A Week of Symfony #829 (14-20 November 2022)

This week, the third beta of Symfony 6.2 was released so you can test it in your own projects before its final release at the end of November 2022. Meanwhile, the SymfonyCon 2022 took place this week in Disneyland Paris and it was a resounding success; gathering a huge and thriving community from around the World to get the latest updates from the Symfony ecosystem.

Symfony development highlights

This week, 21 pull requests were merged (14 in code and 7 in docs) and 18 issues were closed (14 in code and 4 in docs). Excluding merges, 16 authors made 7,068 additions and 6,931 deletions. See details for code and docs.

4.4 changelog:

  • 63221f0: [Messenger] fix time-limit check exception
  • 0eebba6: [PropertyInfo] ensure docblock compatibility with PhpStan's docblock parser

5.4 changelog:

  • b0e1f66: [Console] fix signal handlers called after event listeners and skip exit
  • d4162b3: [Translation] configure replace_breaks to prevent issues with multilines translations in Lokalise provider
  • d4fab7f: [Console] improve error message when shell is not detected in completion command
  • 5882b4f: [Console] support completion for bash functions

6.2 changelog:

  • c6b54c5: [VarExporter] use array
  • f5fca80: [Yaml] restore deprecated php/const: syntax in YAML key
  • 02193c0: [Clock] provide modify() method in MockClock

Newest issues and pull requests

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

  • feat: use the current hostname when serving the PAC file (@tucksaun)
  • ci: make sure the binary can be run after any code update (@tucksaun)
  • Get rid of Github Actions deprecations (@NoResponseMate)
  • Fix table formatting when ANSI terminal links are present in the table (@tucksaun)
  • Fix panic because of flags duplicated with the Platform.sh binary (@tucksaun)
  • Fix local domains are removed if .symfony.local.yaml exists (@tucksaun)

SymfonyCasts Updates

SymfonyCasts is the official way to learn Symfony. Select a track for a guided path through 100+ video tutorial courses about Symfony, PHP and JavaScript.

These were some of the most relevant SymfonyCasts updates of the week:

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>

https://symfony.com/blog/a-week-of-symfony-829-14-20-november-2022?utm_source=Symfony%20Blog%20Feed&utm_medium=feed

Creato 3y | 20 nov 2022, 11:20:10


Accedi per aggiungere un commento

Altri post in questo gruppo

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 mag 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 mag 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 mag 2025, 11:10:07 | Symfony
New in Symfony 7.3: JsonStreamer Component

Contributed by Mathias Arlaud in

20 mag 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 mag 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 mag 2025, 08:10:09 | Symfony
A Week of Symfony #959 (May 12–18, 2025)

This week, development activity focused on polishing Symfony 7.3 ahead of its final release in two weeks. We also continued publishing articles highlighting the new features of Symfony 7.3 and shared

18 mag 2025, 08:50:08 | Symfony