Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

25 lines (18 loc) · 1.91 KB

4.0.2

  • [FIX] Fix sidekiq deprecation warning when Sidekiq 6.5+ #385
  • [FIX] Fix #print_schedule calling a method that doesn't exist in rufus scheduler #388

4.0.1

  • [FIX] Add support for sidekiq 6.5 #382

4.0.0

4.0.0.alpha1

  • [FIX] Fix deprecated uses of Redis#pipelined #357
  • [DOCS] Add docs for running multi-sidekiq configurations #362
  • [FIX] Prevent sidekiq_options from overriding ActiveJob queue settings #367
  • [ENHANCEMENT] Highlight disabled jobs #369
  • [BREAKING CHANGE] Require redis 4.2.0 #370
  • [FIX] Fixes redis deprecation warning regarding exists #370
  • [BREAKING CHANGE] Remove dependecy on thwait and e2mmap #371
  • Support Ruby 3.1 #373
  • [BREAKING CHANGE] Set rufus_scheduler_options via sidekiq.yml file as configuration option #375