Skip to content

Releases: substancelab/route_downcaser

v2.0.0

01 Dec 10:17
41ecc07
Compare
Choose a tag to compare
  • [BREAKING] We now rely only on rack-spec-compliant values to investigate the URLs. This should improve compatibility with different application servers. In particular, this means we now ignore the REQUEST_URI value and rely solely on PATH_INFO. If your application relies on REQUEST_URI being downcased, this could be a breaking change.

  • Added support for URLs with non-ASCII characters in them. In other words, your application shouldn't get stuck in a an infinite redirect loop when a request contains non-ASCII characters that can be downcased.

  • Added Ruby 3.0, 3.1, 3.2 to the test matrix.

  • Added Rails 6.1.x, 7.0.x, 7.1.x to the build matrix.

  • Dropped support for Rails 4. Going forward we're targetting Rails 5.x (and 6.x). Rails 5 deprecates a few configuration options that we need access to. If you still need support for Rails 4.x, version 1.2.2 of route_downcaser should work just fine.

  • Dropped support for Rails versions older than 5.2 (ie 5.0.x, 5.1.x). They are outside Rails official maintenance policy.

  • Dropped support for Ruby versions older than 2.7 (ie 2.2, 2.3, 2.4, 2.5, 2.6). They are EOL and should not be used in production. We are keeping support for 2.7 around a bit yet, as to have support for at least one 2.x version.

v1.2.0

28 Dec 12:16
Compare
Choose a tag to compare
Updated readme changelog for v. 1.2.0

1.1.5

20 Dec 17:30
Compare
Choose a tag to compare
Bump version for release of namespaced config

v1.1.4

31 May 12:06
Compare
Choose a tag to compare
Version 1.1.4

v1.1.3

30 May 12:23
Compare
Choose a tag to compare
Version 1.1.3

v1.1.2

28 May 20:20
Compare
Choose a tag to compare
Version 1.1.2

v1.1.1

28 May 04:18
Compare
Choose a tag to compare
Version 1.1.1

v0.2.2

19 Dec 18:20
Compare
Choose a tag to compare
Bumped version number for new release