Releases: Fullscript/yabeda-activejob
Releases · Fullscript/yabeda-activejob
0.6.0: Support Rails 7.1.4 and 7.2
- Add support for Rails 7.1.4+ and 7.2
- 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.
0.5.0:Rails 7.1 support
- Add support for rails 7.1 Shout out to @bronislav for getting this done!!
0.4.0: after_event_block
-
Add feature
after_event_block
it gets called with every notification -
Add feature
after_event_block
it gets called with every notification
0.3.1: Fix enqueued_at bug
- Fix a bug where when
enqueued_at
was not set on instance variable lead to failure
0.3.0: Add enqueued metric
- Add enqueued_total counter
0.2.0: After further testing on another app
- 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
0.1.0: Initial release
-
Initial release of yabeda-activejob gem. @etsenake
Yabeda metrics around rails activejobs. See Readme for more details.