Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 5.31 KB

CHANGELOG.md

File metadata and controls

77 lines (50 loc) · 5.31 KB

5.0.3

  • [FIX] Fix "uppercase character in header name: Cache-Control" #432
  • [ENHANCEMENT] Add gd translation #433
  • [ENHANCEMENT] Add French translation #435
  • [FIX] Remove usage of deprecated Redis command zrangebyscore #437
  • [ENHANCEMENT] Add the ability to force a job args hash to be deconstructed to keyword arguments #440

5.0.2

  • [FIX] Fix YARD docblocks. #427
  • [FIX] Fix dependency requirement on Sidekiq reverted unintentionally. #429

5.0.1

  • [ENHANCEMENT] Adds Ruby 3.2 to the CI matrix. #420
  • [DOCS] README: refer to v5 as released. #421
  • [FIX] Fix dependency on Rails .present? method. #425

5.0.0

  • [FIX] Ensure generated scheduled time has a precision of 3 miliseconds. #418

Note 1: Check # 5.0.0.beta1 & # 5.0.0.beta2 releases for breaking changes.

Note 2: Sidekiq Embedding is yet not supported, see #419 for more details.

5.0.0.beta2

  • [FIX] Drop explicit redis dependency #416

5.0.0.beta1

  • [BREAKING CHANGE] Moves all sidekiq-scheduler config options under the scheduler key in the sidekiq.yml file #412

    • If you're migrating from v4 to v5, any sidekiq-scheduler config you may have in your sidekiq.yml should be moved under the scheduler key.
    • See #412 to see which are the config options that you need to move under the scheduler key.
  • [BREAKING CHANGE] Drop support for EOL Ruby & Sidekiq versions (Ruby: 2.5.x & 2.6.x; Sidekiq: 4.x & 5.x) #411

  • [FIX] Add support for Sidekiq 7 #410

4.0.3

  • [GH Actions] Add dependabot for GitHub Actions #390
  • [ENHANCEMENT] Add «Enable all» and «Disable all» buttons #398
  • [ENHANCEMENT] Allow for multiple applications to share a Redis DB #401
  • [FIX] Fix metadata for Sidekiq strict_args! #403
  • [FIX] Redis 5.0 compatibility #404
  • [FIX] Fix the constantize method #408

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