Releases: envylabs/rapporteur
Releases · envylabs/rapporteur
v3.8.0
- Add support for rails 7.0
v3.7.1
- Fix a Ruby 2.7 keyword argument deprecation warning in MessageList.
v3.7.0
- 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
- Maintenance release, no functional changes.
v3.6.3
- Ensure the Rapporteur::ApplicationController is loaded and utilized.
v3.6.2
- Allow i18n 1.x versions as a dependency.
v3.6.1
- Convert Checker#messages and #errors into Thread-local variables. See #17 and #18, thanks to @nevinera.
v3.6.0
- 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
- 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.