Skip to content

Releases: symfony/http-kernel

v5.1.0

31 May 06:18
v5.1.0

Choose a tag to compare

Changelog (v5.1.0-RC2...v5.1.0)

  • no changes

v5.0.9

31 May 06:13
v5.0.9

Choose a tag to compare

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

31 May 05:29
v4.4.9

Choose a tag to compare

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

31 May 05:24
v3.4.41

Choose a tag to compare

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

26 May 07:39
v5.1.0-RC2

Choose a tag to compare

v5.1.0-RC2 Pre-release
Pre-release

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

16 May 12:36
v5.1.0-RC1

Choose a tag to compare

v5.1.0-RC1 Pre-release
Pre-release

Changelog (v5.1.0-BETA1...v5.1.0-RC1)

  • bug #36789 Change priority of KernelEvents::RESPONSE subscriber (marcw)

v5.0.8

28 Apr 18:58
v5.0.8

Choose a tag to compare

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

28 Apr 18:53
v4.4.8

Choose a tag to compare

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

28 Apr 18:47
v3.4.40

Choose a tag to compare

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

30 Mar 15:10
v5.0.7

Choose a tag to compare

Changelog (v5.0.6...v5.0.7)

  • no changes