Skip to content

Releases: symfony/routing

v6.0.8

27 Apr 17:29
v6.0.8
Compare
Choose a tag to compare

Changelog (v6.0.7...v6.0.8)

  • bug #46097 fix router base url when default uri has trailing slash (Tobion)

v5.4.8

27 Apr 17:26
v5.4.8
Compare
Choose a tag to compare

Changelog (v5.4.7...v5.4.8)

  • bug #46097 fix router base url when default uri has trailing slash (Tobion)

v4.4.41

27 Apr 17:20
v4.4.41
Compare
Choose a tag to compare

Changelog (v4.4.40...v4.4.41)

  • no significant changes

v6.1.0-BETA1

15 Apr 10:26
v6.1.0-BETA1
Compare
Choose a tag to compare
v6.1.0-BETA1 Pre-release
Pre-release

Changelog (v6.0.7...v6.1.0-BETA1)

  • feature #45803 Add EnumRequirement to help generate route requirements from a \BackedEnum (fancyweb)
  • feature #45658 Avoid double encoded slashes in query parameters (usu)
  • feature #45377 Bump minimum version of PHP to 8.1 (nicolas-grekas)
  • feature #44615 Support the "attribute" type (alias of "annotation") in annotation loaders (fancyweb)
  • feature #45075 Enrich MissingMandatoryParametersException (adrienlucas)
  • feature #45054 Allow using UTF-8 parameter names (nicolas-grekas)

v6.0.5

28 Feb 08:12
v6.0.5
Compare
Choose a tag to compare

Changelog (v6.0.4...v6.0.5)

  • bug #45263 AnnotationDirectoryLoader::load() may return null (mhujer)

v6.0.3

28 Jan 13:09
v6.0.3
Compare
Choose a tag to compare

Changelog (v6.0.2...v6.0.3)

  • no significant changes

v5.4.3

28 Jan 11:58
v5.4.3
Compare
Choose a tag to compare

Changelog (v5.4.2...v5.4.3)

  • no significant changes

v5.3.14

28 Jan 11:04
v5.3.14
Compare
Choose a tag to compare

Changelog (v5.3.13...v5.3.14)

  • no significant changes

v4.4.37

28 Jan 10:54
v4.4.37
Compare
Choose a tag to compare

Changelog (v4.4.36...v4.4.37)

  • no significant changes

v6.0.1

09 Dec 13:48
v6.0.1
Compare
Choose a tag to compare

Changelog (v6.0.0...v6.0.1)

  • bug #44494 Remove FQCN type hints on properties (fabpot)