A Week of Symfony #711 (10-16 August 2020)
August 16, 2020 • Published by Javier Eguiluz
This week, the upcoming Symfony 5.2 version reworked the signal integration in the Console component, continued improving the new Security system with new events and a NullToken voter and introduced autoconfiguration for DataCollectors.
Symfony development highlights
This week, 57 pull requests were merged (57 in code and 0 in docs) and 37 issues were closed (33 in code and 4 in docs). Excluding merges, 29 authors made 6,393 additions and 944 deletions. See details for code and docs.
- 1dcb67e: [ClassLoader, Routing] fixed namespace parsing on PHP 8
- b45e3ed: fixed deprecated libxml_disable_entity_loader
- 0e9cd90: [Form] fixed mapping errors from unmapped forms
- a77901d: [Yaml] allowed PHP constant as first key in block
- 92eae57: [Validator] added target guards for Composite nested constraints
- 6972bc2: stop using the deprecated at() PHPUnit matcher
- f0778ce: updated Tagalog translation
- 804b8dd: updated Italian translation
- b2e99e2: fixed Redis connect with empty password
- 0f92b9a: [Console] support table cells with newlines after a cell with colspan >= 2
- f3753e9: [Validator] added BC layer for notInRangeMessage when min and max are set
- 7f2726a: [VarDumper] backport handler lock when using VAR_DUMPER_FORMAT
- 5a6b24b: [FrameworkBundle] removed unused form-resources complex type from XSD file
- 49e047b: [FrameworkBundle] added missing router config
- c5d6c10: [Notifier] added Infobip bridge
- a6c27fd: [HttpKernel] provided status code in fragment handler exception
- 7c522e2: [Serializer] added CompiledClassMetadataFactory
- 8449f70: [FrameworkBundle] do not use deprecated mailer.logger_message_listener service
- d2b5ee0: [Console] allow multiline responses to console questions
- fc8a1ac: [Notifier] add doc for free mobile DSN
- 25095d8: [Workflow] added Context to Workflow Event
- 31c194f: [Security] added event to inspect authenticated token before it becomes effective
- acda2dc: [Notifier] added Mobyt bridge
- fee690a: [FrameworkBundle] allow to leverage autoconfiguration for DataCollectors with template
- a45428c: [Console] different approach on merging application definition
- f3962d4: [Workflow] choose which Workflow events should be dispatched
- ab3b0c9: [VarDumper] added VAR_DUMPER_FORMAT=server format
- 6805d1d: [Messenger] added Beanstalkd bridge
- f99f774: added cache.adapter.redis_tag_aware to use RedisCacheAwareAdapter
- 4703bf8: [Mailer] added a transport that uses php.ini settings for configuration
- ae677cc: [Messenger] don't require doctrine/persistence when installing symfony/messenger
- d6ccc4f: [Console] rework the signal integration
- 1c67261: [Security] added missing NullToken vote
- 08ec459: [Notifier] use Slack Web API chat.postMessage instead of WebHooks
- 8b3df37: [VarDumper] support PHPUnit --colors option
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.18.4 version with the following changes:
- Fix
deploy
does not work when using only-project
flag - Add missing option
prune-branches
to Bitbucket integration - Add support for MySQL/MariaDB Docker images using
MARIADB_
instead ofMYSQL_
for en vars - Allow to use
env:debug
with the main environment of non production projects - Allow to use `env:debug --off with any environment on any project
- Fix parsing of PHP and FPM log lines
Newest issues and pull requests
- [Messenger] ReQueue amqp message without retry strategy
- [HttpClient], allow to change the curl_setopt options
- [Routing] TypeErrors in a controller route should return HTTP 400 (Invalid request) instead of 500
- Add ability for commands to read from STDIN and make testing of this part of CommandTester
They talked about us
- Symfony search engine with elasticsearch
- Symfony user checker(check for login of users with status = active) Easy way
- Symfony. Preparando un entorno de desarrollo web en Windows
- SSR: рендеринг ReactJS приложения на бекэнде используя PHP
Call to Action
- Follow Symfony on Twitter and retweet this article.
- Subscribe to the Symfony blog RSS and never miss a Symfony story again.
Help the Symfony project!
As with any Open-Source project, contributing code or documentation is the most common way to help, but we also have a wide range of sponsoring opportunities.
Comments are closed.
To ensure that comments stay relevant, they are closed for old posts.
Waiting release of Workflow with Context in event! Also nice to have Beanstalkd bridge for messenger component.