Skip to content

Releases: symfony/http-foundation

v4.4.46

30 Sep 07:40
v4.4.46
Compare
Choose a tag to compare

Changelog (v4.4.45...v4.4.46)

  • bug #47516 Prevent BinaryFileResponse::prepare from adding content type if no content is sent (naitsirch)
  • bug #47530 Always return strings from accept headers (ausi)
  • bug #47434 move flushing outside of Response::closeOutputBuffers (nicolas-grekas)

v6.1.4

26 Aug 14:55
v6.1.4
Compare
Choose a tag to compare

Changelog (v6.1.3...v6.1.4)

  • bug #47283 Prevent accepted rate limits with no remaining token to be preferred over denied ones (MatTheCat)
  • bug #47273 Do not send Set-Cookie header twice for deleted session cookie (X-Coder264)
  • bug #47130 Fix invalid ID not regenerated with native PHP file sessions (BrokenSourceCode)

v6.0.12

26 Aug 14:50
v6.0.12
Compare
Choose a tag to compare

Changelog (v6.0.11...v6.0.12)

  • bug #47283 Prevent accepted rate limits with no remaining token to be preferred over denied ones (MatTheCat)
  • bug #47273 Do not send Set-Cookie header twice for deleted session cookie (X-Coder264)
  • bug #47130 Fix invalid ID not regenerated with native PHP file sessions (BrokenSourceCode)

v5.4.12

26 Aug 14:44
v5.4.12
Compare
Choose a tag to compare

Changelog (v5.4.11...v5.4.12)

  • bug #47283 Prevent accepted rate limits with no remaining token to be preferred over denied ones (MatTheCat)
  • bug #47273 Do not send Set-Cookie header twice for deleted session cookie (X-Coder264)
  • bug #47130 Fix invalid ID not regenerated with native PHP file sessions (BrokenSourceCode)

v4.4.45

26 Aug 14:40
v4.4.45
Compare
Choose a tag to compare

Changelog (v4.4.44...v4.4.45)

  • bug #47130 Fix invalid ID not regenerated with native PHP file sessions (BrokenSourceCode)

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)