All notable changes to this project will be documented in this file.
- Support for
:class
option name for job class name in scheduler config;
- Fixed
ActiveSupport
's dependnecy lock which did not allow the use of Rails@7;
- Support for Rails@7;
- Support for Sidekiq@6 and experimental Sidekiq@7;
- Updated development dependencies;
- Updated core dependencies (
qonfig
,active_support
,fugit
); - Minimal Ruby version -
>= 2.5
;
- Sidekiq's job retry mechanism emulation;
- Added missing
Sidekiq::Portal::UnsupportedCoreDependencyError
exception class;
- Release 😈