A Week of Symfony #732 (4-10 January 2021)

This week, Symfony added support for binary/negatable options in console commands and introduced a feature in PhpUnitBridge to log deprecations into a file. In addition, it fixed some PHP 8 compatibility in DependencyInjection component and added future PHP 8.1 compatibility in VarDumper component.

Symfony development highlights

This week, 75 pull requests were merged (50 in code and 25 in docs) and 82 issues were closed (58 in code and 24 in docs). Excluding merges, 28 authors made 2,954 additions and 1,454 deletions. See details for code and docs.

4.4 changelog:

e8d5d29: [WebProfilerBundle] take query and request parameters into account when matching routes ef11c2c: [TwigBridge] removed full head content in HTML to text converter 1dead9a: [Finder] applied the sort callback on the whole search result e1b81d5: [DependencyInjection] do not break when loading schemas from network paths on Windows eb74e5e: [HttpFoundation] parse cookie values containing the equal sign a147705: [DependencyInjection] fixed InvalidParameterTypeException for function parameters d223a5e: [VarDumper] fixed mutating $GLOBALS while cloning it 3ee310f: [DependencyInjection] support PHP 8 builtin types in CheckTypeDeclarationsPass 4cba31e: [Yaml] quote all dumped unicode spaces

5.1 changelog:

b76d560: [FrameworkBundle] dump abstract arguments 929b4b5: [Validator] propagate groups to nested constraints 1dead9a: [Finder] apply the sort callback on the whole search result 6a953f4: [Uid] inline UuidV*::TYPE constants dcd3bad: [Uid] use the Uuid constructor when reconstructing an Ulid from its RFC-4122 version

5.2 changelog:

467d8d2: [FrameworkBundle] rename parameter of magic method configureContainer

5.x changelog:

1e8fe94: [PropertyAccess] throw type error when incompatible types are passed 85af7a2: [FrameworkBundle] fixed UidNormalizer priority 70ed003: [Lock] created flock directory 47e4b8e: [WebProfilerBundle] possibility to dynamically set mode a0bbf53, eb3aa16: [Console] support binary / negatable options 80bde1e: [PhpUnitBridge] added log file option for deprecations fe91b86: [Notifier] added Dsn::getRequiredOption() 4e0d424: [Serializer] add UidNormalizer normalization formats

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.21.4, 4.21.5 and 4.21.6 versions with the following changes:

Fix the Content-Length header of the toolbar modified and sent by the local web server Fix empty response are converted to a 1 byte response by local web server Fix Docker support when DOCKERHOST is set to a unix:// path Fix support for wildcard domains Fix server:start when PHP FPM is already running Fix server:start issue when an old PID file still exists Remove stopped workers from output in server:status Fix early logs not displayed when streaming logs of the local web server Fix using plain PHP files with local web server not running PHP FPM Fix log in the header of HTTP responses Fix randomly missing RABBITMQ/MAILER_ env var (local web server) Fix missing headers in responses (local web server)

Newest issues and pull requests

Add Symfony template to Github Actions starter workflows [Security] Refresh user roles without having to log out [Feature] Task scheduling [Security] Change Encode to Hash to avoid any confusion Implement VirtualProperty in Serializer Request::getContentType() method name is confusing Redoing profiler pages, so that they can be used when targeting strict Content Security Policy

They talked about us

5 New Combos opened by Symfony 5.2 and PHP 8.0 How to create service bundles for a Symfony application Symfony - Ce que j'aurai aimé savoir plus tôt

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/D1clxRUBdVo/a-week-of-symfony-732-4-10-january-2021

Created 4y | Jan 10, 2021, 10:20:14 AM


Login to add comment

Other posts in this group

SymfonyOnline January 2025: Join us in 2 weeks!

Get ready for the exciting SymfonyOnline January 2025, kicking off shortly on January 16-17! There’s still time to register and join the international online Symfony conference—along with pre-

Jan 2, 2025, 12:50:08 PM | Symfony
Symfony 6.4.17 released

Symfony 6.4.17 has just been released. Here is the list of the most important changes since 6.4.16:

bug #59304 [PropertyInfo] Remove @internal from PropertyReadInfo and PropertyWriteInfo (Dario G
Dec 31, 2024, 4:50:11 PM | Symfony
Symfony 7.1.10 released

Symfony 7.1.10 has just been released. Here is the list of the most important changes since 7.1.9:

bug #59304 [PropertyInfo] Remove @internal from PropertyReadInfo and PropertyWriteInfo (Dario Gu
Dec 31, 2024, 4:50:10 PM | Symfony
Symfony 7.2.2 released

Symfony 7.2.2 has just been released. Here is the list of the most important changes since 7.2.1:

bug #59304 [PropertyInfo] Remove @internal from PropertyReadInfo and PropertyWriteInfo (Dario Gua
Dec 31, 2024, 4:50:10 PM | Symfony
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

Dec 29, 2024, 11:30:09 AM | 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.

Dec 26, 2024, 4:20:14 PM | 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

Dec 22, 2024, 10:20:10 AM | Symfony