Changelog (v6.1.6...v6.2.0-BETA1)
- feature #47483 Make Logger implement DebugLoggerInterface (MatTheCat)
- feature #47730 Ban DateTime from the codebase (WebMamba)
- feature #47377 Use Accept-Language header even if there are no enabled locales (MatTheCat)
- feature #38996 Remove the default values from setters with a nullable parameter (derrabus, nicolas-grekas)
- feature #47236 Generate lazy-loading virtual proxies for non-ghostable lazy services (nicolas-grekas)
- feature #47363 Replace ArgumentValueResolverInterface by ValueResolverInterface (nicolas-grekas)
- feature #47094 Use xxh128 algorithm instead of sha256 for http cache store key (Pascal Woerde)
- feature #46514 Add option to render Surrogate fragment with absolute URIs (Kern046)
- feature #42355 Bugfix/last modified response strategy (aschempp)
- 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 #46906 Add
#[Template()]
to describe how to render arrays returned by controllers (nicolas-grekas) - feature #46183 Hide sensitive information with
SensitiveParameter
attribute (GromNaN) - feature #46001 Add
ControllerEvent::getAttributes()
to handle attributes on controllers (nicolas-grekas) - feature #46763 Do not call terminate() on cache hit (Toflar)
- feature #45997 Add deprecation warning to show
HttpKernel::handle()
will catch throwables (Nyholm) - feature #46614 Remove Debug component leftovers (chalasr)