Changelog (v7.1.6...v7.2.0-BETA1)
- feature symfony/symfony#58506 [FrameworkBundle] Add
--no-filloption totranslation:extractcommand (@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_HEADERandSYMFONY_TRUSTED_HOSTSenv 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_lengthandsession.sid_bits_per_characterconfig options (@alexandre-daubois) - feature symfony/symfony#58199 [FrameworkBundle] Add
--resolve-env-varsoption tolint:containercommand (@ostrolucky) - feature symfony/symfony#58165 [FrameworkBundle] Remove default value for
gc_probabilityconfig option (@nicolas-grekas) - feature symfony/symfony#58154 [HttpFoundation] Add
PRIVATE_SUBNETSas 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
RequestPayloadValueResolverconsider 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.appadapter 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
exitoption tosecrets:decrypt-to-localcommand (@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:translationscommand (@Kocal) - feature symfony/symfony#56985 [FrameworkBundle] Derivate
kernel.secretfrom the decryption secret when its env var is not defined (@nicolas-grekas) - feature symfony/symfony#57073 [AssetMapper][FrameworkBundle] Do not require
http_clientservice (@ruudk) - feature symfony/symfony#54678 [FrameworkBundle] Add support for setting
headerswithTemplateController(@HypeMC)