Releases: symfony/http-kernel
Releases · symfony/http-kernel
v5.1.0
Changelog (v5.1.0-RC2...v5.1.0)
- no changes
v5.0.9
Changelog (v5.0.8...v5.0.9)
- bug #36891 Address deprecation of ReflectionType::getClass() (derrabus)
- bug #36833 Fix that the
Storewould not save responses with the X-Content-Digest header present (mpdude) - bug #36855 Fix error logger when stderr is redirected to /dev/null (fabpot)
- bug #36838 Bring back the debug toolbar (derrabus)
- bug #36789 Change priority of KernelEvents::RESPONSE subscriber (marcw)
v4.4.9
Changelog (v4.4.8...v4.4.9)
- bug #36891 Address deprecation of ReflectionType::getClass() (derrabus)
- bug #36833 Fix that the
Storewould not save responses with the X-Content-Digest header present (mpdude) - bug #36855 Fix error logger when stderr is redirected to /dev/null (fabpot)
- bug #36838 Bring back the debug toolbar (derrabus)
- bug #36789 Change priority of KernelEvents::RESPONSE subscriber (marcw)
v3.4.41
Changelog (v3.4.40...v3.4.41)
- bug #36891 Address deprecation of ReflectionType::getClass() (derrabus)
- bug #36833 Fix that the
Storewould not save responses with the X-Content-Digest header present (mpdude) - bug #36855 Fix error logger when stderr is redirected to /dev/null (fabpot)
v5.1.0-RC2
Changelog (v5.1.0-RC1...v5.1.0-RC2)
- bug #36891 Address deprecation of ReflectionType::getClass() (derrabus)
- bug #36833 Fix that the
Storewould not save responses with the X-Content-Digest header present (mpdude) - bug #36855 Fix error logger when stderr is redirected to /dev/null (fabpot)
- bug #36838 Bring back the debug toolbar (derrabus)
v5.1.0-RC1
Changelog (v5.1.0-BETA1...v5.1.0-RC1)
- bug #36789 Change priority of KernelEvents::RESPONSE subscriber (marcw)
v5.0.8
Changelog (v5.0.7...v5.0.8)
- bug #36434 silence E_NOTICE triggered since PHP 7.4 (xabbuh)
- bug #36342 fix compat with Debug component (nicolas-grekas)
- bug #36239 Prevent keys collisions in the sanitized logs processing (fancyweb)
- bug #36162 Fix profiler nullable string type (mRoca)
v4.4.8
Changelog (v4.4.7...v4.4.8)
- bug #36434 silence E_NOTICE triggered since PHP 7.4 (xabbuh)
- bug #36342 fix compat with Debug component (nicolas-grekas)
- bug #36239 Prevent keys collisions in the sanitized logs processing (fancyweb)
v3.4.40
Changelog (v3.4.39...v3.4.40)
- bug #36434 silence E_NOTICE triggered since PHP 7.4 (xabbuh)
- bug #36239 Prevent keys collisions in the sanitized logs processing (fancyweb)
v5.0.7
Changelog (v5.0.6...v5.0.7)
- no changes