Releases: symfony/http-kernel
Releases · symfony/http-kernel
v7.3.1
Changelog (v7.3.0...v7.3.1)
- bug symfony/symfony#60483 [HttpKernel] Fix
#[MapUploadedFile]
handling for optional file uploads (@santysisi) - bug symfony/symfony#60502 [HttpCache] Hit the backend only once after waiting for the cache lock (@mpdude)
- bug symfony/symfony#60606 [HttpKernel] Fix Symfony 7.3 end of maintenance date (@axzx)
- bug symfony/symfony#60617 [HttpKernel] pass log level instead of exception to resolve the logger (@xabbuh)
- bug symfony/symfony#60569 [HttpKernel] Do not superseed private cache-control when no-store is set (@alexander-schranz)
v7.2.8
Changelog (v7.2.7...v7.2.8)
- bug symfony/symfony#60483 [HttpKernel] Fix
#[MapUploadedFile]
handling for optional file uploads (@santysisi) - bug symfony/symfony#60502 [HttpCache] Hit the backend only once after waiting for the cache lock (@mpdude)
v6.4.23
Changelog (v6.4.22...v6.4.23)
- bug symfony/symfony#60502 [HttpCache] Hit the backend only once after waiting for the cache lock (@mpdude)
v7.3.0
Changelog (v7.3.0-RC1...v7.3.0)
- no significant changes
v7.2.7
Changelog (v7.2.6...v7.2.7)
- no significant changes
v6.4.22
Changelog (v6.4.21...v6.4.22)
- no significant changes
v7.3.0-RC1
Changelog (v7.3.0-BETA2...v7.3.0-RC1)
- no significant changes
v7.3.0-BETA2
Changelog (v7.3.0-BETA1...v7.3.0-BETA2)
- no significant changes
v7.3.0-BETA1
Changelog (v7.2.6...v7.3.0-BETA1)
- feature symfony/symfony#57309 [FrameworkBundle][HttpKernel] Allow configuring the logging channel per type of exceptions (@Arkalo2)
- feature symfony/symfony#59904 [Routing] Add alias in
{foo:bar}
syntax in route parameter (@eltharin) - feature symfony/symfony#59890 [VarExporter] Leverage native lazy objects (@nicolas-grekas)
- feature symfony/symfony#60020 [FrameworkBundle] Make
ServicesResetter
autowirable (@lyrixx) - feature symfony/symfony#58717 [HttpKernel] Support
Uid
in#[MapQueryParameter]
(@seb-jean) - feature symfony/symfony#58564 [HttpKernel] Let Monolog handle the creation of log folder for improved readonly containers handling (@shyim)
- feature symfony/symfony#59301 [Cache][HttpKernel] Add a
noStore
argument to the#
attribute (@smnandre) - feature symfony/symfony#59022 [HttpFoundation] Generate url-safe hashes for signed urls (@valtzu)
- feature symfony/symfony#59157 [HttpKernel] [MapQueryString] added key argument to MapQueryString attribute (@feymo)
v7.2.6
Changelog (v7.2.5...v7.2.6)
- bug symfony/symfony#60165 [HttpKernel] Do not ignore enum in controller arguments when it has an
#[Autowire]
attribute (@ruudk)