Changelog (v6.1.6...v6.2.0-BETA1)
- feature #47943 Nicer config syntax for PSR-4 route loading (derrabus)
- feature #46053 Add option
allow_no_senders
to enable throwing when a message doesn't have a sender (babeuloula) - feature #47483 Make Logger implement DebugLoggerInterface (MatTheCat)
- feature #47916 PSR-4 directory loader (derrabus)
- feature #46161 Add
PhpAstExtractor
(welcoMattic) - feature #47890 Deprecate the
enable_authenticator_manager
option (chalasr) - feature #47711 deprecate attach/embed methods in favor of Email::addPart() (fabpot)
- feature #47496 Make the Router
cache_dir
configurable (mpdude) - feature #47377 Use Accept-Language header even if there are no enabled locales (MatTheCat)
- feature #47630 Add semantic config for new terminate_on_cache_hit HttpCache option (wouterj)
- feature #47445 Allow secrets vaults to be used directly outside Symfony (AndreasA)
- feature #38996 Remove the default values from setters with a nullable parameter (derrabus, nicolas-grekas)
- feature #47515 Add MaxUuid and MaxUlid (nicolas-grekas)
- feature #39622 Be able to get raw data when a message in not decodable by the PHP Serializer (lyrixx)
- feature #47311 Update ContainerDebugCommand to add parial search for tags (vshevelev, BOB41K1987)
- feature #47373 Add Chatwork Notifier Bridge (Ippey)
- feature #47363 Replace ArgumentValueResolverInterface by ValueResolverInterface (nicolas-grekas)
- feature #41171 Add simple transport based rate limiter to Messenger (bobvandevijver)
- feature #42593 Add the
When
constraint and validator (wuchen90) - feature #46000 Mark registry as internal and deprecate the service (lyrixx)
- feature #47190 Add a way to change the Bus transport dynamically (fabpot)
- feature #46571 Add new
messenger:count
command that return a list of transports with their "to be processed" message count. (ktherage, ogizanagi, EXT - THERAGE Kevin) - feature #46715 A new component to decouple applications from the system clock (nicolas-grekas)
- feature #46895 Introduce PHPUnit constraints and assertions for the Notifier (ismail1432)
- feature #47040 Add a mailer:test command (fabpot)
- feature #46814 Add service and alias deprecation message to debug:container output (94noni)
- feature #46211 Add Infobip bridge (B-Galati)
- feature #38903 Add "Usages" to debug:container output (Bert ter Heide, bertterheide)
- feature #46821 Add
resolve-env
option to debug:config command (alexandre-daubois) - feature #46880 Add
#[Cache()]
to describe the default HTTP cache headers on controllers (nicolas-grekas) - feature #46752 Use lazy-loading ghost object proxies out of the box (nicolas-grekas)
- feature #46183 Hide sensitive information with
SensitiveParameter
attribute (GromNaN) - feature #46846 Add Zendesk Notifier Bridge (stloyd)
- feature #46854 Make
AbstractController::render()
able to deal with forms and deprecaterenderForm()
(nicolas-grekas) - feature #46831 Add deprecation when the session is not FlashBagAware (VincentLanglet)
- feature #46564 Add Enum Env Var Processor (jack-worman)
- feature #45997 Add deprecation warning to show
HttpKernel::handle()
will catch throwables (Nyholm) - feature #46395 Add Contact Everyone Bridge (franckranaivo)
- feature #46724 Add SMSFactor bridge (Gwemox)
- feature #46663 Deprecate autowiring aliases pointing to concrete normalizers (chalasr)
- feature #46094 Move the
Security
helper to SecurityBundle (chalasr)