Changelog (v6.3.6...v6.4.0-BETA1)
- feature symfony/symfony#52079 [HttpKernel] Add parameters
kernel.runtime_modeandkernel.runtime_mode.*, all set from env varAPP_RUNTIME_MODE(@nicolas-grekas) - feature symfony/symfony#51470 [FrameworkBundle][Serializer] Deprecate annotations (@alexandre-daubois)
- feature symfony/symfony#47416 [Console][FrameworkBundle][HttpKernel][WebProfilerBundle] Enable profiling commands (@HeahDude)
- feature symfony/symfony#50391 [FrameworkBundle][HttpKernel] Introduce
$buildDirargument toWarmableInterface::warmupto warm read-only artefacts inbuild_dir(@Okhoshi) - feature symfony/symfony#50734 [ErrorHandler] Improve fileLinkFormat handling (@nlemoine)
- feature symfony/symfony#51832 [DependencyInjection] Add
#[AutowireIterator]attribute and improve#[AutowireLocator](@nicolas-grekas, @kbond) - feature symfony/symfony#50392 Move UriSigner from HttpKernel to HttpFoundation package (@alexander-schranz)
- feature symfony/symfony#51772 [WebProfilerBundle] Support
!negation operator in url filter (@SzymonKaminski) - feature symfony/symfony#51712 Deprecate
Kernel::stripComments()(@alamirault) - feature symfony/symfony#51425 [FrameworkBundle][Validator] Deprecate annotation occurrences (@alexandre-daubois)
- feature symfony/symfony#51392 [DependencyInjection] add
#[AutowireLocator]attribute (@kbond) - feature symfony/symfony#51284 [FrameworkBundle][HttpKernel][MonologBridge] Revisit wiring of debug loggers (@nicolas-grekas)
- feature symfony/symfony#51004 [HttpKernel] Support backed enums in
#[MapQueryParameter](@andersmateusz) - feature symfony/symfony#47715 [Form] Removing self-closing slash from
<input>(@ThomasLandauer) - feature symfony/symfony#50767 [HttpKernel] RequestPayloadValueResolver Add support for custom http status code (@zim32)
- feature symfony/symfony#50911 [HttpKernel] Enhance exception if possible (@lyrixx)
- feature symfony/symfony#50842 Add missing return types to magic methods (@wouterj)
- feature symfony/symfony#50615 [DependencyInjection] Deprecate
ContainerAwareInterface,ContainerAwareTraitandContainerAwareLoader(@alexandre-daubois) - feature symfony/symfony#50335 [HttpKernel] Add optional
$classNameparam toControllerEvent::getAttributes()(@HypeMC)