Skip to content

Releases: symfony/http-kernel

v8.0.8

31 Mar 21:31

Choose a tag to compare

Changelog (v8.0.7...v8.0.8)

  • bug #63724 Fix allowing invalid # references in controller arguments (@valtzu)
  • bug #63676 Reset router locale to default when finishing main request (@guillaumeVDP)
  • bug #63616 Set propertyPath on MapUploadedFile validation violations (@eyupcanakman)

v7.4.8

31 Mar 21:11

Choose a tag to compare

Changelog (v7.4.7...v7.4.8)

  • bug #63724 Fix allowing invalid # references in controller arguments (@valtzu)
  • bug #63676 Reset router locale to default when finishing main request (@guillaumeVDP)
  • bug #63616 Set propertyPath on MapUploadedFile validation violations (@eyupcanakman)

v6.4.36

31 Mar 20:42

Choose a tag to compare

Changelog (v6.4.35...v6.4.36)

  • bug #63724 Fix allowing invalid # references in controller arguments (@valtzu)
  • bug #63676 Reset router locale to default when finishing main request (@guillaumeVDP)

v8.0.7

06 Mar 17:12

Choose a tag to compare

Changelog (v8.0.6...v8.0.7)

  • bug #63555 Fix int-to-float coercion for JSON # with pre-parsed array data (@eyupcanakman)

v7.4.7

06 Mar 16:44

Choose a tag to compare

Changelog (v7.4.6...v7.4.7)

  • bug #63555 Fix int-to-float coercion for JSON # with pre-parsed array data (@eyupcanakman)

v6.4.35

06 Mar 16:30

Choose a tag to compare

Changelog (v6.4.34...v6.4.35)

  • bug #63555 Fix int-to-float coercion for JSON # with pre-parsed array data (@eyupcanakman)

v8.0.6

26 Feb 09:14

Choose a tag to compare

Changelog (v8.0.5...v8.0.6)

  • bug #54703 Fix default locale ignored when Accept-Language has no enabled-locale match (@karimmorel)
  • bug #63428 Fix handling of constructor enum denormalization errors (@vvaswani)
  • bug #63386 Handle invalid backed-enum values gracefully in RequestPayloadValueResolver (@nicolas-grekas)
  • bug #63363 Fix variadic argument handling with # (@nicolas-grekas)
  • bug #63260 Fix handling empty MapUploadedFile arrays (@nicolas-grekas)
  • bug #63238 Fall back to 0 when getCode() does not provide an integer (@makomweb)
  • bug #63234 Fix parsing Target attributes on properties and on controllers (@nicolas-grekas)

v7.4.6

26 Feb 08:41

Choose a tag to compare

Changelog (v7.4.5...v7.4.6)

  • bug #54703 Fix default locale ignored when Accept-Language has no enabled-locale match (@karimmorel)
  • bug #63428 Fix handling of constructor enum denormalization errors (@vvaswani)
  • bug #63386 Handle invalid backed-enum values gracefully in RequestPayloadValueResolver (@nicolas-grekas)
  • bug #63363 Fix variadic argument handling with # (@nicolas-grekas)
  • bug #63260 Fix handling empty MapUploadedFile arrays (@nicolas-grekas)
  • bug #63238 Fall back to 0 when getCode() does not provide an integer (@makomweb)
  • bug #63234 Fix parsing Target attributes on properties and on controllers (@nicolas-grekas)

v6.4.34

26 Feb 08:29

Choose a tag to compare

Changelog (v6.4.33...v6.4.34)

  • bug #54703 Fix default locale ignored when Accept-Language has no enabled-locale match (@karimmorel)
  • bug #63428 Fix handling of constructor enum denormalization errors (@vvaswani)
  • bug #63386 Handle invalid backed-enum values gracefully in RequestPayloadValueResolver (@nicolas-grekas)
  • bug #63238 Fall back to 0 when getCode() does not provide an integer (@makomweb)
  • bug #63234 Fix parsing Target attributes on properties and on controllers (@nicolas-grekas)

v8.0.5

28 Jan 11:02

Choose a tag to compare

Changelog (v8.0.4...v8.0.5)

  • no significant changes