A Week of Symfony #823 (3-9 October 2022)

This week, Symfony development activity focused on bug fixes and feature polishing for the upcoming Symfony 6.2 version, such us: improve console scripts security by guarding them from being run in non-CLI contexts, updates related to Unicode 15 in the String component and some more design fixes for the Symfony Profiler redesign.

Symfony development highlights

This week, 37 pull requests were merged (13 in code and 24 in docs) and 22 issues were closed (14 in code and 8 in docs). Excluding merges, 26 authors made 1,016 additions and 334 deletions. See details for code and docs.

4.4 changelog:

  • 35910bf: guard scripts from being run in non-CLI contexts
  • 216b339: [Console] fix Helper::removeDecoration hyperlink bug
  • 300408c: [Messenger] fix default serializer not handling DateTime objects properly

5.4 changelog:

  • 1d07035: [String] update wcswidth data with Unicode 15

6.1 changelog:

  • fdfad3f: [Serializer] fix traceable decoration priorities

6.2 changelog:

  • c2af1fd: [TwigBridge] avoid double render when an exception is thrown in !debug
  • 2a5148b: [WebProfilerBundle] profiler design fixes

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

  • Use the first configured domain when available with local:open (@fabpot)
  • Fix archive name (@fabpot)
  • Enable the local proxy as a service on macOS (@tucksaun)
  • Add more builds (@fabpot)

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.

This week, SymfonyCasts introduced a new course called PHPUnit: Unit Testing with a Bite!.

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-823-3-9-october-2022?utm_source=Symfony%20Blog%20Feed&utm_medium=feed

Vytvořeno 3y | 9. 10. 2022 9:20:07


Chcete-li přidat komentář, přihlaste se

Ostatní příspěvky v této skupině

SymfonyOnline June 2025: Automate Everything with Your Personal Army of Robots

SymfonyOnline June 2025 is almost here, starting in almost 2 months on:

June 10-11: Workshop days. It is possible to attend 1 two-day training or 2 one-day trainings. June 12-13: Online confe

29. 4. 2025 15:10:03 | Symfony
New in Symfony 7.3: Slug and Twig Constraints

The Validator component provides dozens of constraints ready to use in your applications. In Symfony 7.3, we've added two new constraints to the list.

Slug Constraint

29. 4. 2025 10:30:02 | Symfony
SymfonyOnline June 2025: Multi-Tenantize the Symfony components

SymfonyOnline June 2025 is almost here, starting in almost 2 months on:

June 10-11: Workshop days. It is possible to attend 1 two-day training or 2 one-day trainings. June 12-13: Online confe

28. 4. 2025 15:50:10 | Symfony
New in Symfony 7.3: Twig Extension Attributes

Contributed by Jérôme Tamarelle in

28. 4. 2025 8:50:09 | Symfony
A Week of Symfony #956 (April 21–27, 2025)

This week, we kicked off the New in Symfony 7.3 blog series, highlighting all the exciting new features coming in this release. We also unveiled more details about some of the SymfonyOnline June 2025

27. 4. 2025 9:41:08 | Symfony
SymfonyOnline June 2025: How Doctrine Events Ruined My Day(s)

SymfonyOnline June 2025 is almost here, starting in almost 2 months on:

June 10-11: Workshop days. It is possible to attend 1 two-day training or 2 one-day trainings. June 12-13: Online confe

25. 4. 2025 13:40:15 | Symfony
Introducing A Streaming AMQP Transport for Symfony Messenger

Symfony's Messenger component makes it easy to build message-driven applications. However, developers using symfony/amqp-messenger have long faced a limitation: it relies on polling (get()), which can

25. 4. 2025 9:10:02 | Symfony