Skip to content

Releases: symfony/http-foundation

v6.1.3

29 Jul 13:08
v6.1.3
Compare
Choose a tag to compare

Changelog (v6.1.2...v6.1.3)

  • bug #46957 Fix \Stringable support in InputBag::get() (chalasr)
  • bug #46931 Flush backend output buffer after closing. (bradjones1)
  • bug #42033 Fix deleteFileAfterSend on client abortion (nerg4l)
  • bug #46790 Prevent PHP Warning: Session ID is too long or contains illegal characters (BrokenSourceCode)
  • bug #46808 Fix TypeError on null $_SESSION in NativeSessionStorage::save() (chalasr)

v6.0.11

29 Jul 12:59
v6.0.11
Compare
Choose a tag to compare

Changelog (v6.0.10...v6.0.11)

  • bug #46957 Fix \Stringable support in InputBag::get() (chalasr)
  • bug #46931 Flush backend output buffer after closing. (bradjones1)
  • bug #42033 Fix deleteFileAfterSend on client abortion (nerg4l)
  • bug #46790 Prevent PHP Warning: Session ID is too long or contains illegal characters (BrokenSourceCode)
  • bug #46808 Fix TypeError on null $_SESSION in NativeSessionStorage::save() (chalasr)

v5.4.11

29 Jul 12:38
v5.4.11
Compare
Choose a tag to compare

Changelog (v5.4.10...v5.4.11)

  • bug #46931 Flush backend output buffer after closing. (bradjones1)
  • bug #42033 Fix deleteFileAfterSend on client abortion (nerg4l)
  • bug #46790 Prevent PHP Warning: Session ID is too long or contains illegal characters (BrokenSourceCode)
  • bug #46808 Fix TypeError on null $_SESSION in NativeSessionStorage::save() (chalasr)

v4.4.44

29 Jul 12:28
v4.4.44
Compare
Choose a tag to compare

Changelog (v4.4.43...v4.4.44)

  • bug #46931 Flush backend output buffer after closing. (bradjones1)
  • bug #42033 Fix deleteFileAfterSend on client abortion (nerg4l)
  • bug #46790 Prevent PHP Warning: Session ID is too long or contains illegal characters (BrokenSourceCode)
  • bug #46808 Fix TypeError on null $_SESSION in NativeSessionStorage::save() (chalasr)

v6.1.2

26 Jun 17:09
v6.1.2
Compare
Choose a tag to compare

Changelog (v6.1.1...v6.1.2)

  • bug #46678 Update "[Session] Overwrite invalid session id" to only validate when files session storage is used (alexpott)
  • bug #46676 Extend type guessing on enum fields (Gigino Chianese)

v6.0.10

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

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

  • bug #46678 Update "[Session] Overwrite invalid session id" to only validate when files session storage is used (alexpott)
  • bug #46676 Extend type guessing on enum fields (Gigino Chianese)

v5.4.10

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

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

  • bug #46678 Update "[Session] Overwrite invalid session id" to only validate when files session storage is used (alexpott)
  • bug #46676 Extend type guessing on enum fields (Gigino Chianese)

v4.4.43

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

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

  • bug #46678 Update "[Session] Overwrite invalid session id" to only validate when files session storage is used (alexpott)
  • bug #46676 Extend type guessing on enum fields (Gigino Chianese)

v6.1.1

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

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

  • bug #46523 Revert "Send Content-Length when calling Response::send() and the content is a non-empty string" (nicolas-grekas)

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 #46249 Regenerate invalid session id (peter17)