Releases: symfony/http-foundation
Releases · symfony/http-foundation
v4.4.46
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
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
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
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
Changelog (v4.4.44...v4.4.45)
- bug #47130 Fix invalid ID not regenerated with native PHP file sessions (BrokenSourceCode)
v6.1.3
Changelog (v6.1.2...v6.1.3)
- bug #46957 Fix
\Stringable
support inInputBag::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
inNativeSessionStorage::save()
(chalasr)
v6.0.11
Changelog (v6.0.10...v6.0.11)
- bug #46957 Fix
\Stringable
support inInputBag::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
inNativeSessionStorage::save()
(chalasr)
v5.4.11
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
inNativeSessionStorage::save()
(chalasr)
v4.4.44
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
inNativeSessionStorage::save()
(chalasr)
v6.1.2
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)