Skip to content

Releases: envylabs/rapporteur

v3.8.0

23 Jan 19:53
Compare
Choose a tag to compare
  • Add support for rails 7.0

v3.7.1

25 Sep 14:26
Compare
Choose a tag to compare
  • Fix a Ruby 2.7 keyword argument deprecation warning in MessageList.

v3.7.0

25 Sep 14:27
Compare
Choose a tag to compare
  • Add and test support for Rails 6.0. This also drops explicit testing of Rails 5.0 and 5.1 as they are no longer officially maintained.

v3.6.4

04 Apr 17:59
80dd69e
Compare
Choose a tag to compare
  • Maintenance release, no functional changes.

v3.6.3

04 Oct 00:20
702add9
Compare
Choose a tag to compare
  • Ensure the Rapporteur::ApplicationController is loaded and utilized.

v3.6.2

04 Oct 00:21
Compare
Choose a tag to compare
  • Allow i18n 1.x versions as a dependency.

v3.6.1

21 May 03:16
5949253
Compare
Choose a tag to compare
  • Convert Checker#messages and #errors into Thread-local variables. See #17 and #18, thanks to @nevinera.

v3.6.0

21 May 03:17
Compare
Choose a tag to compare
  • Add expires_now to the Rails controller's status response. This ensures the Cache-Control header instructs the client to not cache the response and avoids the ETag header being generated.

v3.5.1

09 Feb 04:38
Compare
Choose a tag to compare
  • Fix automatic Rapporteur mount detection logic under Rails 4.0 and 4.1. The mapper constraints used in 4.2 were not used in 4.0 and 4.1, causing a method reference error. See #15, thanks to sshaw.