- Fixed deprecation warning with Rack 3
- Fixed deprecation warning with Rails 7.1
- Dropped support for Ruby < 3 and Rails < 6.1
- Switched to monotonic time
- Dropped support for Ruby < 2.6 and Rails < 5.2
- Use
datetime
type in migration
- Added support for
queued_time
for Active Job 6
- Added support for Rails API
- Fixed blocked requests with Rack::Attack
- Fixed deprecation warning in Ruby 2.7
- Added support for Rack::Attack 6
- Added job-specific slow job threshold
- Dropped support for Rails 4.2
- Added
mask_ips
option
- Added support for Rails 5.1
- Switched to ActiveJob for jobs
- Fixed deprecation warnings
- Switched to
Module#prepend
- Added
track_error
method
- Fixed method name
- First release