Activejob Uniqueness Versions Save

Unique jobs for ActiveJob. Ensure the uniqueness of jobs in the queue.

v0.1.1

3 years ago

Fixed

  • #4 Fix NoMethodError on Rails.application.eager_load! in Rails initializer

v0.1.2

3 years ago

Added

  • #5 Release lock for Sidekiq adapter by @vbyno

v0.1.3

3 years ago

Fixed

  • #7 Fix deprecation warnings for ruby 2.7 by @tonobo

Changed

  • #8 Use appraisal gem to control gem versions of tests matrix
  • #9 Refactor of Sidekiq API patch. Fixes #6 Rails boot error for version 0.1.2
  • #10 Refactor changelog to comply with Keep a Changelog