- [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
- [FIX] Fix YARD docblocks. #427
- [FIX] Fix dependency requirement on Sidekiq reverted unintentionally. #429
- [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
- [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.
- [FIX] Drop explicit redis dependency #416
-
[BREAKING CHANGE] Moves all sidekiq-scheduler config options under the
scheduler
key in thesidekiq.yml
file #412- If you're migrating from v4 to v5, any
sidekiq-scheduler
config you may have in yoursidekiq.yml
should be moved under thescheduler
key. - See #412 to see which are the config options that you need to move under the
scheduler
key.
- If you're migrating from v4 to v5, any
-
[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
- [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
- [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
- [FIX] Add support for sidekiq 6.5 #382
- [FIX] Fix CSS not loading on Rails app when Sidekiq < 6 #377
- [BREAKING CHANGE] Drop support for Sidekiq 3 f15e7ca1a5f3ab5b6fd3d7664d67723dba1fa1f1
- [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