CHANGELOG.md
April 15, 2026 ยท View on GitHub
0.7.0 (2026-04-15)
- Enabled
scrub_invalid_utf8by default - Dropped support for Ruby < 3.3 and Rails < 7.2
0.6.1 (2026-02-07)
- Added
scrub_invalid_utf8option - Improved handling of invalid parameters
0.6.0 (2025-04-03)
- Dropped support for Ruby < 3.2 and Rails < 7.1
0.5.2 (2023-12-26)
- Fixed deprecation warning with Rack 3
0.5.1 (2023-09-05)
- Fixed deprecation warning with Rails 7.1
0.5.0 (2023-07-02)
- Dropped support for Ruby < 3 and Rails < 6.1
0.4.1 (2022-09-26)
- Switched to monotonic time
0.4.0 (2022-01-10)
- Dropped support for Ruby < 2.6 and Rails < 5.2
0.3.4 (2020-09-07)
- Use
datetimetype in migration
0.3.3 (2020-07-26)
- Added support for
queued_timefor Active Job 6
0.3.2 (2020-07-24)
- Added support for Rails API
- Fixed blocked requests with Rack::Attack
0.3.1 (2020-05-20)
- Fixed deprecation warning in Ruby 2.7
0.3.0 (2019-05-28)
- Added support for Rack::Attack 6
- Added job-specific slow job threshold
- Dropped support for Rails 4.2
0.2.2 (2018-05-18)
- Added
mask_ipsoption
0.2.1 (2017-05-01)
- Added support for Rails 5.1
0.2.0 (2017-01-16)
- Switched to ActiveJob for jobs
- Fixed deprecation warnings
0.1.0 (2016-02-20)
- Switched to
Module#prepend
0.0.3 (2015-03-15)
- Added
track_errormethod
0.0.2 (2014-12-22)
- Fixed method name
0.0.1 (2014-12-22)
- First release