Changelog (v6.3.6...v6.4.0-BETA1)
- feature symfony/symfony#52079 [HttpKernel] Add parameters
kernel.runtime_mode
andkernel.runtime_mode.*
, all set from env varAPP_RUNTIME_MODE
(@nicolas-grekas) - feature symfony/symfony#52047 [HttpFoundation][Runtime] Add $flush parameter to Response::send() (@fancyweb)
- feature symfony/symfony#52002 [HttpFoundation] Cookies Having Independent Partitioned State (CHIPS) (@fabricecw)
- feature symfony/symfony#50392 Move UriSigner from HttpKernel to HttpFoundation package (@alexander-schranz)
- feature symfony/symfony#51538 [HttpFoundation] Support root-level Generator in StreamedJsonResponse (@Jeroeny)
- feature symfony/symfony#44629 [FrameworkBundle] Allow BrowserKit relative URL redirect assert (@julienfalque)