Releases: symfony/http-kernel
Releases · symfony/http-kernel
v5.0.10
Changelog (v5.0.9...v5.0.10)
- bug #37182 Fix regression where Store does not return response body correctly (mpdude)
v4.4.10
Changelog (v4.4.9...v4.4.10)
- bug #37182 Fix regression where Store does not return response body correctly (mpdude)
v3.4.42
Changelog (v3.4.41...v3.4.42)
- bug #37182 Fix regression where Store does not return response body correctly (mpdude)
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
Store
would 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
Store
would 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
Store
would 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
Store
would 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)