Skip to content

Releases: symfony/http-foundation

v6.0.16

28 Nov 18:21
v6.0.16
Compare
Choose a tag to compare

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

28 Nov 18:13
v5.4.16
Compare
Choose a tag to compare

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

28 Nov 18:04
v4.4.49
Compare
Choose a tag to compare

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

25 Nov 10:41
v6.2.0-RC1
Compare
Choose a tag to compare
v6.2.0-RC1 Pre-release
Pre-release

Changelog (v6.2.0-BETA3...v6.2.0-RC1)

  • no significant changes

v6.2.0-BETA3

19 Nov 16:16
v6.2.0-BETA3
Compare
Choose a tag to compare
v6.2.0-BETA3 Pre-release
Pre-release

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

28 Oct 18:20
v6.1.7
Compare
Choose a tag to compare

Changelog (v6.1.6...v6.1.7)

  • no significant changes

v6.0.15

28 Oct 18:05
v6.0.15
Compare
Choose a tag to compare

Changelog (v6.0.14...v6.0.15)

  • no significant changes

v5.4.15

28 Oct 17:59
v5.4.15
Compare
Choose a tag to compare

Changelog (v5.4.14...v5.4.15)

  • no significant changes

v4.4.48

28 Oct 17:50
v4.4.48
Compare
Choose a tag to compare

Changelog (v4.4.47...v4.4.48)

  • no significant changes

v6.2.0-BETA1

24 Oct 13:03
v6.2.0-BETA1
Compare
Choose a tag to compare
v6.2.0-BETA1 Pre-release
Pre-release

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)