- Add support for Rails 7.1.4+
- Fix rubocop rules and configure Github actions to run the specs for supported Rails / Ruby versions.
- Remove support for end of life versions of Ruby and Rails.
- Add support for rails 7.1 Shout out to @bronislav for getting this done!!
- Add feature
after_event_block
it gets called with every notification
- Fix a bug where when
enqueued_at
was not set on instance variable lead to failure
- Add enqueued_total counter
- Change metric names such that they no longer sound repetitive when using the word job, eg
activejob_job_success_total
is nowactivejob_success_total
. See Readme for more details. - Added some badges to repo
- Remove erroneous put statement
-
Initial release of yabeda-activejob gem. @etsenake
Yabeda metrics around rails activejobs. See Readme for more details.