This week, Symfony development activity focused on polishing Symfony 5.3 for its upcoming release and fixing some of the bugs reported for it. In addition, Symfony celebrated the SymfonyLive Online Spanish 2021 conference. The next official conference will be SymfonyWorld Online 2021 (June 17 - 18, 2021).
Symfony development highlights
This week, 63 pull requests were merged (48 in code and 15 in docs) and 47 issues were closed (41 in code and 6 in docs). Excluding merges, 46 authors made 5,337 additions and 1,113 deletions. See details for code and docs.
4.4 changelog:
88dcf52: [ErrorHandler] skip same vendor @method deprecations for Symfony classes e51e651: [VarExporter] add support of PHP enumerations ba38346: [PropertyInfo] fix attribute namespace with recursive traits fab61ee: [PropertyInfo] make ReflectionExtractor correctly extract nullability 0e738ef: [Config, DependencyInjection] uniformize trailing slash handling 899093d: [Security] Update Dutch translations 2f3519b: [Security] Update German translations 98d3201: [Security] Update Czech translations 4d3768f: [Security] Update Spanish translations c1e9ba8: [Security] Update Turksih translations 21e9894: [Security] Update Portuguese translations f9deae0: [Security] Update Brazilian Portuguese translations 4c7a54a: [Security] Update Polish translations beca689: [Security] Update Italian translations 72b6001: [Security] Update Japanese translations e0fe8c1: [Security] Update Russian translations
5.2 changelog:
960891e: [Notifier] make FailoverTransport always pick the first transport ca46f10: [Notifier] fix return SentMessage then Messenger not used ffbf8c2: [Form] add missing TranslatableMessage support to choice_label option of ChoiceType 72cc666: [PropertyInfo] handle true and false property types in PhpDocExtractor d76bfb5: [Notifier] fix missed messageId for SendMessage object in Slack notifier 38a991e: [TwigBridge] fix HTML for translatable custom-file label in Bootstrap 4 theme 897f287: [Security] allow ips parameter in access_control to accept comma-separated string 53e47b3: [Console] fix Windows code page support
5.x changelog:
3f4144b: make Serializable implementation internal and final ef2da6c: [Notifier] add SlackOptions::threadTs() to send message as reply 883899e: [Security] avoid regenerating the remember me token if it is still fresh a44eaf3: [Mime] add support for application/vnd.etsi.asic-e+zip mime type ba38346: [PropertyInfo] fix attribute namespace with recursive traits 173cf48: [WebProfilerBundle] add simple backoff strategy on 404 ad91659: [Runtime] don't display the shebang on the CLI
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.24.0 version with the following changes:
Add support for fuzzy command names (for instance, you can use u:a instead of user:add) Remove error that is not an error: error sending signal urgent I/O condition os: process already finished Fix env:validate when the .symfony.cloud.yaml file is not valid Update available PHP extensions on Cloud Disable auto-updates (only a warning is now displayed with the command to run to update)
Newest issues and pull requests
[HttpFoundation][Session] Reverting the session service deprecation and finding a better approach [Validator] Add shortcut to create a new ConstraintViolationList with one Constraint [Messenger] Message attributes Phase out Serializable
They talked about us
Super-Duper Cookie-based authorization (Symfony + API Platform + ReactJS) Cómo indexar entidades manualmente en Elasticsearch usando FOSElasticaBundle en Symfony 5
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/xVo6DXWkW34/a-week-of-symfony-749-3-9-may-2021
Login to add comment
Other posts in this group
This blog post highlights the key accomplishments of the Symfony project in 2024. We are grateful for your continuous support, which enabled the Symfony project to achieve a remarkable year.
Releases
This week, Symfony 6.4.17, 7.1.10 and 7.2.2 maintenance versions were released. In addition, we published more information about the upcoming SymfonyOnline January 2025 conference.
Symfony developmen
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