This week, Symfony published the videos of the SymfonyWorld Online 2020 conference, allowing attendees to watch all the talks again. As a bonus, two of those videos, related to Symfony UX were published for free. In addition, Symfony published the upcoming online conferences for 2021, which will be organized in Polish, French, German and Spanish.
Symfony development highlights
This week, 108 pull requests were merged (88 in code and 20 in docs) and 52 issues were closed (37 in code and 15 in docs). See details for code and docs.
4.4 changelog:
306914a: [HttpFoundation] fixed a type error in JsonResponse::setJson() a630685: [FrameworkBundle] fixed preserving some special chars in the query string 75a863d: [Intl] updated the ICU data to 68.1 891e2af: [DependencyInjection] fixed Xdebug 3.0 detection 8f331f2: [Config, TwigBundle] fixed syntax error in config example 558ce1b: [Form] fixed StringUtil::trim() to trim ZERO WIDTH SPACE (U+200B) and SOFT HYPHEN (U+00AD) 55d2723: [Config] stop treating multiline resources as globs 2dd4561: [DependencyInjection] fixed not working if only "default_index_method" used f4a02b4: [Cache] prevent notice on case matching metadata trick 9186d14: [Cache] fixed setting "read_timeout" when using Redis 4404e6a: updated Croatian translations 03a072e: updated Portuguese translations
5.1 changelog:
ae2925d: [PropertyInfo, Serializer] fixed extracting ignored properties for Serializer
5.2 changelog:
619d543: [Notifier] added exception for deprecated Slack dsn fd34c9c: [HttpFoundation] fixed parsing some special chars with HeaderUtils::parseQuery() ed46cb5: [FrameworkBundle] access public-deprecated services via the private container to remove false-positive deprecations 5f08c61: [Cache] fixed incorrect usage of UNLINK with PHPRedis with Redis < 4.0 9a7034e: [SecurityBundle] fixed LDAP-based HTTP Basic Auth entry point registration 4df63ab: [HttpClient] use decoration instead of class replacement for mock factory 730b2a5: [Form] fixed UUID exception 9052b2b: [DoctrineBridge] no-op RegisterUidTypePass if DBAL types aren't loaded 14a94dc: [Notifier] made webhookId argument required in Discord 359bcc5: [HttpClient] fixed content swallowed by AsyncClient initializer cb05fab: [FrameworkBundle] fixed enabled key for RateLimiter config
5.x changelog:
8fa2954: [Security] assert voter returns valid decision 219d511: [BrowserKit] allowing body content from GET with a Content-Type 0dce5cf: [ErrorHandler] fixed HTML W3C compliance 9b64be8: [Form] added "choice_translation_parameters" option 97c6be6: [Notifier] added PHP 8 support for bridges d259c84: [DomCrawler] fixed null namespace issue in Crawler e972955: [Notifier] added HeaderBlock for Slack notifier
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.3 version with the following changes:
Disable composer interaction on symfony new, should prevent the command to run indefinitely Fix missing space in php-ext recommendation Fix quotes double escaping in header values in the Local web server when the PHP builtin server is in use
Newest issues and pull requests
Ability to use a placeholder/pattern in routing annotation setting Display aliases in debug:container command [RFC][VarDumper] Add ability to style integer and double values separately Provide ConstraintValidatorTestCase logic as a trait
They talked about us
Mug alert as a Symfony command Implementing Action-Domain-Responder Pattern With Symfony Interacting with Redis Using Symfony Symfony and Hexagonal Architecture [Symfony]: Empty token storage when injecting service in an event listener How to autowire a Symfony console application Symfony: Protéger l’accès de certaines pages avec un OTP Ce que vous devez retenir de SymfonyWorld 2020 1/2 Ce que vous devez retenir de SymfonyWorld 2020 2/2 Symfony Bundle Erweiterungen – Offizielle Bundles für das Sulu CMS [Symfony] DoctrineでWHERE句にDateTimeを使うときはsetParameterの第三引数で型の指定が必要 [Symfony] UniqueEntityで複合ユニークを設定した際に対象のフィールドすべてにエラーを表示する方法 [Symfony] 機能テストでコントローラに注入しているサービスをモックする方法 [Symfony] Doctrine ORMでarray型にオブジェクトの配列を保存しているときに正常に更新ができない問題の解決方法 [Symfony] Security Voterを使って「リソースの所有者でないと編集不可」を実装してみよう
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/ZHxx7bLOuIU/a-week-of-symfony-728-7-13-december-2020
Login to add comment
Other posts in this group
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-
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
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
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
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
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.
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