Breaking Changes
- Ruby requirement:
>= 2.3.0→>= 3.0.0 - Resque dependency:
>= 1.27→>= 3.0 - Redis dependency:
>= 3.3→>= 4.0
What's Changed
- Require rack < 3 (to get test suite green) by @and9000 in #799
- Fix
Resque::Scheduler.print_scheduleby @codealchemy in #794 - Remove circular require for resque from resque-scheduler by @zzak in #795
- Add Ruby 3.4 to the CI matrix by @and9000 in #804
- Prepare for resque 3.0 compatibility by @PatrickTulskie in #809
- CI now tests Ruby 3.0-3.4 + head only (removed Ruby 2.x)
- Simplified to test against resque master only
- Modernized
.rubocop.ymltoDisabledByDefault: trueapproach - Set
TargetRubyVersion: 3.0 - Updated rubocop:
~> 0.40.0→~> 0.80
- Add a devcontainer for developing by @PatrickTulskie in #818
New Contributors
Full Changelog: v4.11.0...v5.0.0