Releases: symfony/http-foundation
Releases · symfony/http-foundation
v6.0.16
Changelog (v6.0.15...v6.0.16)
- bug #48112 Compare cookie with null value as empty string in ResponseCookieValueSame (fancyweb)
- bug #48050 Check IPv6 is valid before comparing it (PhilETaylor)
v5.4.16
Changelog (v5.4.15...v5.4.16)
- bug #48112 Compare cookie with null value as empty string in ResponseCookieValueSame (fancyweb)
- bug #48050 Check IPv6 is valid before comparing it (PhilETaylor)
v4.4.49
Changelog (v4.4.48...v4.4.49)
- bug #48112 Compare cookie with null value as empty string in ResponseCookieValueSame (fancyweb)
- bug #48050 Check IPv6 is valid before comparing it (PhilETaylor)
v6.2.0-RC1
Changelog (v6.2.0-BETA3...v6.2.0-RC1)
- no significant changes
v6.2.0-BETA3
Changelog (v6.2.0-BETA2...v6.2.0-BETA3)
- bug #48112 Compare cookie with null value as empty string in ResponseCookieValueSame (fancyweb)
- bug #48050 Check IPv6 is valid before comparing it (PhilETaylor)
v6.1.7
Changelog (v6.1.6...v6.1.7)
- no significant changes
v6.0.15
Changelog (v6.0.14...v6.0.15)
- no significant changes
v5.4.15
Changelog (v5.4.14...v5.4.15)
- no significant changes
v4.4.48
Changelog (v4.4.47...v4.4.48)
- no significant changes
v6.2.0-BETA1
Changelog (v6.1.6...v6.2.0-BETA1)
- feature #47730 Ban DateTime from the codebase (WebMamba)
- feature #47595 Extract request matchers for better reusability (fabpot)
- feature #38996 Remove the default values from setters with a nullable parameter (derrabus, nicolas-grekas)
- feature #47094 Use xxh128 algorithm instead of sha256 for http cache store key (Pascal Woerde)
- feature #45034 Rename Request::getContentType to getContentTypeFormat (MarkPedron)
- feature #46491 Introduce FlashBagAwareSessionInterface (VincentLanglet)