Changelog (v7.1.6...v7.2.0-BETA1)
- feature symfony/symfony#58506 [FrameworkBundle] Add
--no-fill
option totranslation:extract
command (@jawira) - feature symfony/symfony#58322 [Notifier] Add Sweego bridge (@welcoMattic)
- feature symfony/symfony#58527 [Notifier] Add LINE Bot bridge (@pan93412)
- feature symfony/symfony#58095 [Security] Implement stateless headers/cookies-based CSRF protection (@nicolas-grekas)
- feature symfony/symfony#57829 [FrameworkBundle] Finetune
AboutCommand
(@JoppeDC) - feature symfony/symfony#50324 [Webhook] Add Mailchimp webhook (@johanadivare)
- feature symfony/symfony#58408 [Translation] Allow sort when extracting translation files (@danut007ro)
- feature symfony/symfony#58403 [Mailer][Webhook] Mailtrap webhook support (@kbond)
- feature symfony/symfony#58161 [FrameworkBundle][HttpKernel] Add support for
SYMFONY_TRUSTED_PROXIES
,SYMFONY_TRUSTED_HEADERS
,SYMFONY_TRUST_X_SENDFILE_TYPE_HEADER
andSYMFONY_TRUSTED_HOSTS
env vars (@nicolas-grekas) - feature symfony/symfony#56823 [Serializer] Introduce named serializers (@HypeMC)
- feature symfony/symfony#57611 [DependencyInjection][FrameworkBundle] Introducing container non-empty parameters (@yceruto)
- feature symfony/symfony#58249 [FrameworkBundle] Add ability to use existing service as lock/semaphore resource (@HypeMC)
- feature symfony/symfony#58252 [Mailer] add Mailtrap bridge (@kbond)
- feature symfony/symfony#57805 [FrameworkBundle] Deprecate
session.sid_length
andsession.sid_bits_per_character
config options (@alexandre-daubois) - feature symfony/symfony#58199 [FrameworkBundle] Add
--resolve-env-vars
option tolint:container
command (@ostrolucky) - feature symfony/symfony#58165 [FrameworkBundle] Remove default value for
gc_probability
config option (@nicolas-grekas) - feature symfony/symfony#58154 [HttpFoundation] Add
PRIVATE_SUBNETS
as a shortcut for private IP address ranges toRequest::setTrustedProxies()
(@nicolas-grekas) - feature symfony/symfony#58145 allow Twig 4 (@xabbuh)
- feature symfony/symfony#57683 [Notifier] Support for desktop notifications via
jolicode/JoliNotif
(@ahmedghanem00) - feature symfony/symfony#58060 [Serializer] Add SnakeCaseToCamelCaseNameConverter (@dunglas)
- feature symfony/symfony#57577 [FrameworkBundle][HttpKernel] Let
RequestPayloadValueResolver
consider mapped argument type (@unixslayer) - feature symfony/symfony#57431 [Mailer] Add Sweego bridge (@welcoMattic)
- feature symfony/symfony#57881 [Webhook] decouple the Webhook component from the Serializer component (@xabbuh)
- feature symfony/symfony#57804 [FrameworkBundle] enable detailed error messages by default when debug enabled (@xabbuh)
- feature symfony/symfony#57927 [FrameworkBundle] Deprecate making
cache.app
adapter taggable (@alexandre-daubois) - feature symfony/symfony#57903 [Mailer] Implement Postal mailer (@jonasclaes)
- feature symfony/symfony#57618 [TypeInfo] Add
PhpDocAwareReflectionTypeResolver
(@mtarld) - feature symfony/symfony#57797 [FrameworkBundle] terminate with non-zero exit code when a secret could not be read (@xabbuh)
- feature symfony/symfony#57670 [FrameworkBundle] Add
exit
option tosecrets:decrypt-to-local
command (@dciprian-petrisor) - feature symfony/symfony#57658 [Notifier] Remove the Gitter bridge (@fabpot)
- feature symfony/symfony#57627 [Notifier] Add Sipgate bridge (Lukas Kaltenbach, @sakul95)
- feature symfony/symfony#57456 [Mailer] Add mailomat bridge (@scuben)
- feature symfony/symfony#57518 Unify how --format is handled by commands (@fabpot)
- feature symfony/symfony#57408 [FrameworkBundle] Simpler Kernel setup with
MicroKernelTrait
(@yceruto) - feature symfony/symfony#54747 [Notifier] Add Primotexto bridge (Samael tomas)
- feature symfony/symfony#57101 [Translation] Add
lint:translations
command (@Kocal) - feature symfony/symfony#56985 [FrameworkBundle] Derivate
kernel.secret
from the decryption secret when its env var is not defined (@nicolas-grekas) - feature symfony/symfony#57073 [AssetMapper][FrameworkBundle] Do not require
http_client
service (@ruudk) - feature symfony/symfony#54678 [FrameworkBundle] Add support for setting
headers
withTemplateController
(@HypeMC)