A Week of Symfony #721 (19-25 October 2020)

This week, development activity of the upcoming Symfony 5.2 version focused on the new RateLimiter component to polish its features and fix the reported issues. Meanwhile, the SymfonyWorld 2020 online conference announced even more speakers and its workshops.

Symfony development highlights

This week, 93 pull requests were merged (50 in code and 43 in docs) and 44 issues were closed (33 in code and 11 in docs). See details for code and docs.

3.4 changelog:

  • 0e468e5: enable Doctrine tests on PHP 8
  • 3ff9384: [Filesystem] check if failed unlink was caused by permission denied
  • 1eead3f: [TwigBridge] do not translate null placeholders or titles
  • 85e8de6: [Serializer] fixed decoding float XML attributes starting with 0
  • 5c98c75: [Validator] updated Romanian translations
  • 81d29f3: [Validator] updated Dutch translations

4.4 changelog:

  • b2821ec: [BrowserKit] refactored AbstractBrowserTest to use assertSame()
  • 5a4be68: [Cache] used correct expiry in ChainAdapter
  • e5faa29: [PhpUnitBridge] added missing exporter function for PHPUnit 7
  • 49182e1: [PHPUnitBridge] support PHPUnit 8 and PHPUnit 9 in constraint compatibility trait
  • 9bfd3ee: [PhpUnitBridge] support new expect methods in test case polyfill
  • bfa396d: [DependencyInjection] preload classes with union types correctly
  • 4abbb1d: [HttpClient] relax auth bearer format requirements

5.1 changelog:

  • 4fdacdb: [Messenger, Doctrine] avoid early database access for pgsql detection
  • bbb220c: [Messenger] allowed setting option "login" in Amqp DSN
  • 29684ac: [String] fixed slicing in UnicodeString
  • 310926f: [String] fixed beforeLast() and afterLast() returning the empty string instead of the original one on non-match
  • a623492: [TwigBridge] removed transchoice from the code base

5.x changelog:

  • 2702d81: [HttpFoundation, RateLimiter] fixed RequestRateLimiterInterface::reset()
  • 9556002: [RateLimiter] renamed Limit to RateLimit and add RateLimit::getLimit()
  • 185e9ea: [HttpClient] parameterize list of retryable methods
  • a3dac6a: [FrameworkBundle] removed transport factory service when class does not exist
  • 35dad22: [DoctrineBridge] enabled to use the UniqueEntity constraint as an attribute
  • b801209: [HttpKernel] introduced a new kernel.runtime_environment parameter
  • 508ec9c: [HttpClient] fixed decorating progress info in AsyncResponse
  • 58f4e9d: [RateLimiter] allowed configuration value "no_limit"
  • 7539325: [RateLimiter] be more type safe when fetching from cache
  • e1825e0: [RateLimiter] made sure we actually can use sliding_window and no_limit
  • 6f0a897: [HttpClient] disallow tracing contents of event-stream responses
  • fc615e9: [RateLimiter] moved classes implementing LimiterInterface to a new namespace

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

  • Fix server:status display one-shot jobs
  • Fix server:run fails to restart jobs
  • Fix server:log and server:run might miss some logs
  • Add support for --version=dev for the new command
  • Move yarn-install to nvm-sh/nvm and upgrade to v0.36.0
  • Make yarn-install use the nvm --no-progress flag
  • Use SYMFONY_CACHE_DIR in yarn-install for faster builds
  • Disable autoupdates checks when running in background
  • Disable autoupdates checks when running the help command
  • Improve performance of the help command
  • Improve performance of the projects command

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/dohW5MXM5Ro" height="1" width="1" alt=""/>

http://feedproxy.google.com/~r/symfony/blog/~3/dohW5MXM5Ro/a-week-of-symfony-721-19-25-october-2020

Created 4y | Oct 25, 2020, 10:02:14 AM


Login to add comment

Other posts in this group

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
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

Dec 19, 2024, 10:30:05 AM | 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

Dec 18, 2024, 8:50:12 AM | 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

Dec 17, 2024, 9:40:11 AM | 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

Dec 15, 2024, 9:10:06 AM | Symfony
Symfony 7.2.1 released

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

bug #59145 [TypeInfo] Make Type::nullable method no-op on every nullable type (@mtarld)

bug #5912

Dec 11, 2024, 12:30:06 PM | Symfony