Releases: symfony/http-foundation
Releases · symfony/http-foundation
v4.4.8
Changelog (v4.4.7...v4.4.8)
- bug #36490 workaround PHP bug in the session module (nicolas-grekas)
- bug #35656 Fixed session migration with custom cookie lifetime (Guite)
v3.4.40
Changelog (v3.4.39...v3.4.40)
- bug #36490 workaround PHP bug in the session module (nicolas-grekas)
- bug #35656 Fixed session migration with custom cookie lifetime (Guite)
v5.0.7
Changelog (v5.0.6...v5.0.7)
- no changes
v4.4.7
Changelog (v4.4.6...v4.4.7)
- no changes
v3.4.39
Changelog (v3.4.38...v3.4.39)
- bug #36173 Fix clear cookie samesite (guillbdx)
v5.0.6
Changelog (v5.0.5...v5.0.6)
- bug #36173 Fix clear cookie samesite (guillbdx)
- bug #36103 fix preloading script generation (nicolas-grekas)
v4.4.6
Changelog (v4.4.5...v4.4.6)
- bug #36173 Fix clear cookie samesite (guillbdx)
- bug #36103 fix preloading script generation (nicolas-grekas)
v5.0.5
Changelog (v5.0.4...v5.0.5)
- bug #35709 fix not sending Content-Type header for 204 responses (Tobion)
- bug #35583 Add missing use statements (fabpot)
v4.4.5
Changelog (v4.4.4...v4.4.5)
- bug #35709 fix not sending Content-Type header for 204 responses (Tobion)
- bug #35583 Add missing use statements (fabpot)
v3.4.38
Changelog (v3.4.37...v3.4.38)
- bug #35605 fix support for samesite in session cookies (fabpot)
- bug #35305 Fix stale-if-error behavior, add tests (mpdude)