Releases: symfony/http-kernel
Releases · symfony/http-kernel
v6.3.8
Changelog (v6.3.7...v6.3.8)
- bug symfony/symfony#52488 [HttpKernel] Fix PHP deprecation (@nicolas-grekas)
- bug symfony/symfony#52428 [HttpKernel] Preventing error 500 when function putenv is disabled (@ShaiMagal)
v5.4.31
Changelog (v5.4.30...v5.4.31)
- bug symfony/symfony#52488 [HttpKernel] Fix PHP deprecation (@nicolas-grekas)
- bug symfony/symfony#52428 [HttpKernel] Preventing error 500 when function putenv is disabled (@ShaiMagal)
v4.4.51
Changelog (v4.4.50...v4.4.51)
- no significant changes
v7.0.0-BETA2
Changelog (v7.0.0-BETA1...v7.0.0-BETA2)
- bug symfony/symfony#52298 [HttpKernel] Update AbstractBundle.php, use !isset($this->path) (@tacman)
v6.4.0-BETA2
Changelog (v6.4.0-BETA1...v6.4.0-BETA2)
- no significant changes
v6.3.7
Changelog (v6.3.6...v6.3.7)
- no significant changes
v5.4.30
Changelog (v5.4.29...v5.4.30)
- no significant changes
v7.0.0-BETA1
Changelog (v6.3.6...v7.0.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#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
$buildDir
argument toWarmableInterface::warmup
to 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#51771 Update the design of the Symfony Welcome Page (@javiereguiluz)
- 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#51626 [TwigBridge][TwigBundle] Drop support for Twig 2 (@derrabus)
- 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#51069 Add types to public and protected properties (@nicolas-grekas)
- feature symfony/symfony#50852 [Components] Convert to native return types (@wouterj)
- feature symfony/symfony#50842 Add missing return types to magic methods (@wouterj)
- feature symfony/symfony#50873 Remove remaining deprecated code paths (@nicolas-grekas)
- feature symfony/symfony#50858 [HttpKernel] Remove deprecated code paths (@nicolas-grekas)
- feature symfony/symfony#50839 Remove BC layers related to new methods and new parameters (@nicolas-grekas)
- feature symfony/symfony#50578 [DependencyInjection] Remove deprecations across the component (@alexandre-daubois)
- feature symfony/symfony#50615 [DependencyInjection] Deprecate
ContainerAwareInterface
,ContainerAwareTrait
andContainerAwareLoader
(@alexandre-daubois) - feature symfony/symfony#50335 [HttpKernel] Add optional
$className
param toControllerEvent::getAttributes()
(@HypeMC) - feature symfony/symfony#50404 Bump to PHP 8.2 minimum (@nicolas-grekas)
v6.4.0-BETA1
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#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
$buildDir
argument toWarmableInterface::warmup
to 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
,ContainerAwareTrait
andContainerAwareLoader
(@alexandre-daubois) - feature symfony/symfony#50335 [HttpKernel] Add optional
$className
param toControllerEvent::getAttributes()
(@HypeMC)
v6.3.6
Changelog (v6.3.5...v6.3.6)
- bug symfony/symfony#52201 [HttpKernel] Resolve EBADP error on flock with LOCK_SH with NFS (@driskell)
- bug symfony/symfony#51972 [HttpKernel] Handle nullable callback of
StreamedResponse
(@elementaire)