Skip to content

Releases: symfony/http-kernel

v6.0.10

26 Jun 17:06
v6.0.10
Compare
Choose a tag to compare

Changelog (v6.0.9...v6.0.10)

  • bug #46769 Fix a PHP 8.1 deprecation notice in HttpCache (mpdude)
  • bug #46676 Extend type guessing on enum fields (Gigino Chianese)
  • bug #46697 Disable session tracking while collecting profiler data (nicolas-grekas)

v5.4.10

26 Jun 17:02
v5.4.10
Compare
Choose a tag to compare

Changelog (v5.4.9...v5.4.10)

  • bug #46769 Fix a PHP 8.1 deprecation notice in HttpCache (mpdude)
  • bug #46676 Extend type guessing on enum fields (Gigino Chianese)
  • bug #46697 Disable session tracking while collecting profiler data (nicolas-grekas)

v4.4.43

26 Jun 16:58
v4.4.43
Compare
Choose a tag to compare

Changelog (v4.4.42...v4.4.43)

  • bug #46769 Fix a PHP 8.1 deprecation notice in HttpCache (mpdude)
  • bug #46676 Extend type guessing on enum fields (Gigino Chianese)
  • bug #46697 Disable session tracking while collecting profiler data (nicolas-grekas)

v6.1.1

09 Jun 17:37
v6.1.1
Compare
Choose a tag to compare

Changelog (v6.1.0...v6.1.1)

  • bug #46586 Fix BackedEnumValueResolver already resolved enum value (janatjak)

v6.1.0

27 May 07:53
v6.1.0
Compare
Choose a tag to compare

Changelog (v6.1.0-RC1...v6.1.0)

  • bug #46385 New bundle path convention when AbstractBundle is used (yceruto)
  • bug #46377 Fix missing null type in ErrorListener::__construct() (chalasr)
  • bug #46365 Revert "bug #46327 Allow ErrorHandler ^5.0 to be used" (nicolas-grekas)

v6.0.9

27 May 07:43
v6.0.9
Compare
Choose a tag to compare

Changelog (v6.0.8...v6.0.9)

  • bug #46377 Fix missing null type in ErrorListener::__construct() (chalasr)
  • bug #46327 Allow ErrorHandler ^5.0 to be used in HttpKernel 4.4 (mpdude)
  • bug #46277 Fix SessionListener without session in request (edditor)

v5.4.9

27 May 07:14
v5.4.9
Compare
Choose a tag to compare

Changelog (v5.4.8...v5.4.9)

  • bug #46327 Allow ErrorHandler ^5.0 to be used in HttpKernel 4.4 (mpdude)
  • bug #46277 Fix SessionListener without session in request (edditor)

v4.4.42

27 May 07:08
v4.4.42
Compare
Choose a tag to compare

Changelog (v4.4.41...v4.4.42)

  • bug #46365 Revert "bug #46327 Allow ErrorHandler ^5.0 to be used" (nicolas-grekas)
  • bug #46327 Allow ErrorHandler ^5.0 to be used in HttpKernel 4.4 (mpdude)
  • bug #46277 Fix SessionListener without session in request (edditor)

v6.1.0-RC1

14 May 18:42
v6.1.0-RC1
Compare
Choose a tag to compare
v6.1.0-RC1 Pre-release
Pre-release

Changelog (v6.1.0-BETA2...v6.1.0-RC1)

  • bug #46327 Allow ErrorHandler ^5.0 to be used in HttpKernel 4.4 (mpdude)
  • bug #46277 Fix SessionListener without session in request (edditor)
  • bug #46199 Handle previously converted DateTime arguments (mbabker)

v6.1.0-BETA2

27 Apr 17:53
v6.1.0-BETA2
Compare
Choose a tag to compare
v6.1.0-BETA2 Pre-release
Pre-release

Changelog (v6.1.0-BETA1...v6.1.0-BETA2)

  • no significant changes