New
v2.2.0
What's Changed
- Add support for Sidekiq v8 by @leoarnold in https://github.com/sidekiq-cron/sidekiq-cron/pull/531
- Always show parsed cron expression in web UI by @krystof-k in https://github.com/sidekiq-cron/sidekiq-cron/pull/535
- Add fallback to
.yamlextension by @krystof-k in https://github.com/sidekiq-cron/sidekiq-cron/pull/534 - Properly support Sidekiq v8 new UI by @eqladios in https://github.com/sidekiq-cron/sidekiq-cron/pull/538
- Refactor constantize helper to use
Object.const_getby @dmeremyanin in https://github.com/sidekiq-cron/sidekiq-cron/pull/541 - Allow testing of schedule by library consumers by @tttffff in https://github.com/sidekiq-cron/sidekiq-cron/pull/543
New Contributors
- @krystof-k made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/535
- @eqladios made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/538
- @dmeremyanin made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/541
- @tttffff made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/543
Full Changelog: https://github.com/sidekiq-cron/sidekiq-cron/compare/v2.1.0...v2.2.0