Skip to content

Releases: yuki24/rambulance

v3.3.0

16 Aug 05:32
Compare
Choose a tag to compare

New Features

  • Add support for Rails 7.1 (e6d42b5)

v3.2.0

04 Aug 03:04
Compare
Choose a tag to compare

This release includes a breaking change. Please read the details below carefully.

New Features

Breaking Changes

The Rack compatibility fix is related to Rack becoming more compliant with the IANA HTTP Status Code Registry.
As a result:

  • unprocessable_entity has been renamed to unprocessable_content.
  • Rambulance will redirect any request from unprocessable_entity to unprocessable_content for backward compatibility.
  • Users must rename the view file from app/views/errors/unprocessable_entity.html.erb to app/views/errors/unprocessable_content.html.erb.
  • Users should update the hash values in their configurations: Change unprocessable_entity to unprocessable_content in config.rescue_responses/config.action_dispatch.rescue_responses

v3.1.0

04 Jan 10:08
Compare
Choose a tag to compare

New Features

  • The test helper is now compatible with Rails Edge (8.0) (#73, #75)
  • Add support for Ruby 3.3 (#74)

v3.0.0

22 Sep 14:47
Compare
Choose a tag to compare

New Features

  • Add support for Rails 7.1 (be6f129)

Breaking Changes

  • Drop support for Ruby 2.3 and 2.4 (c0d3439)

v2.3.0

05 Jan 05:33
Compare
Choose a tag to compare

New Features

  • Ruby 3.2 is now officially supported.

v2.2.0

13 Feb 07:56
Compare
Choose a tag to compare

Features

  • Add support for Ruby 3.1, Rails 7.0 and JRuby 9.3.3.0

v2.0.0

22 Sep 02:49
Compare
Choose a tag to compare

Breaking Changes

  • Drop support for Rails 4.1 and older (#62, @yuki24)

Features

Bug fixes

v1.1.1

28 May 23:22
Compare
Choose a tag to compare

Bug fixes

  • Fixes a bug where a malformed Content-Type header could break the exceptions app (#55, @gingerlime)

v1.1.0

23 May 02:52
Compare
Choose a tag to compare

Features

  • Add support for Ruby 2.7 (718531c)

Bug fixes

  • Fixes a bug where malformed MIME type in HTTP headers could break the exceptions app (#53, #54, @gingerlime)

v1.0.3

03 Oct 03:39
Compare
Choose a tag to compare

Fixes

  • Fixes a bug where custom exceptions app can not be loaded properly on Rails 6 and Zeitwerk (#52, @sho918)