Skip to content

Releases: Fullscript/yabeda-activejob

0.6.0: Support Rails 7.1.4 and 7.2

29 Oct 19:17
Compare
Choose a tag to compare
  • 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

01 Nov 17:41
Compare
Choose a tag to compare
  • Add support for rails 7.1 Shout out to @bronislav for getting this done!!

0.4.0: after_event_block

04 Nov 12:22
Compare
Choose a tag to compare
  • 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

29 Oct 20:18
Compare
Choose a tag to compare
  • Fix a bug where when enqueued_at was not set on instance variable lead to failure

0.3.0: Add enqueued metric

29 Oct 17:37
Compare
Choose a tag to compare
  • Add enqueued_total counter

0.2.0: After further testing on another app

22 Oct 17:51
Compare
Choose a tag to compare
  • Change metric names such that they no longer sound repetitive when using the word job, eg activejob_job_success_total is now activejob_success_total. See Readme for more details.
  • Added some badges to repo
  • Remove erroneous put statement

0.1.0: Initial release

22 Oct 05:48
Compare
Choose a tag to compare
  • Initial release of yabeda-activejob gem. @etsenake

    Yabeda metrics around rails activejobs. See Readme for more details.