Skip to content

Releases: sidekiq-cron/sidekiq-cron

v1.12.0

08 Dec 15:27
3bce29b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11.0...v1.12.0

v1.11.0

03 Nov 16:13
78eb493
Compare
Choose a tag to compare

What's Changed

  • Avoid confusion about queue_name_delimitrer default value on README by @ybiquitous in #413
  • Reduce gem size by excluding test files by @ybiquitous in #414
  • Update to mocha 2.1 to pick up minitest fix by @serprex in #420
  • Undo clear jobs while loading the schedule by @sandip-mane in #427
  • Differentiates b/w schedule vs dynamic jobs + Clears scheduled jobs upon schedule load by @sandip-mane in #431
  • Fix v1.4.0 dark mode support PR link by @tonyciou in #433

New Contributors

Full Changelog: v1.10.1...v1.11.0

v1.10.1

09 May 19:59
7cc3d13
Compare
Choose a tag to compare

What's Changed

  • Use hset instead of deprecated hmset by @haffla in #410

New Contributors

Full Changelog: v1.10.0...v1.10.1

v1.10.0

13 Mar 19:22
fc37958
Compare
Choose a tag to compare

What's Changed

  • Adds Ruby 3.2 to the CI matrix. by @petergoldstein in #390
  • [CI] Allow to test different Sidekiq versions by @markets in #399
  • Allow for keyword args in Poller by @samsm in #398
  • fix argument error problem update from 1.6.0 to newer by @mkusaka in #392
  • Make last_enqueue_time be always an instance of Time. by @ryotarai in #354
  • Added support for ActiveRecord serialize/deserialize using GlobalID for Sidekiq::Cron::Job arguments. by @nyuta01 in #395
  • [deps] upgrade required globalid version to fix a potential security vulnerability by @markets in #401
  • Add new logo ✨ by @markets in #402
  • Refactor logo with proper color contrast 💫 by @markets in #403
  • [ci] move code coverage reporting to Codecov by @markets in #404
  • Clear old jobs while loading the jobs from schedule by @sandip-mane in #405
  • Remove ✂️ Docker support for development by @markets in #406

New Contributors

Full Changelog: v1.9.1...v1.10.0

v1.9.1

22 Dec 00:18
4e78963
Compare
Choose a tag to compare

What's Changed

  • Always enqueue via Active Job interface when defined in cron job config (#381)
  • Fix schedule.yml YAML load errors on Ruby 3.1 (#386)
  • Require Fugit v1.8 to refactor internals (#385)

New Contributors

Full Changelog: v1.9.0...v1.9.1

v1.9.0

01 Dec 20:24
c31c2a8
Compare
Choose a tag to compare

What's Changed

  • Support Sidekiq 7 by @serprex in #369
  • [ci] stabilize performance test by @markets in #371
  • add support for ERB templates in the auto schedule loader by @markets in #373
  • simplify test_helper.rb + remove dev dep redis-namespace + update links to new home by @markets in #374
  • [docs] remove link to gitter chat by @markets in #375

New Contributors

Full Changelog: v1.8.0...v1.9.0

v1.8.0

03 Oct 16:12
b7bde1a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

23 Jul 21:25
2720631
Compare
Choose a tag to compare

What's Changed

  • Enable to use cron notation in natural language (ie every 30 minutes) (#312)
  • Fix date_as_argument feature to add timestamp argument at every cron job execution (#329)
  • Introduce Sidekiq::Options to centralize reading/writing options from different Sidekiq versions (#341)
  • Make auto schedule loading compatible with Array format (#345)

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

30 Jun 19:12
5f6bd48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.1

10 Jun 16:54
251b003
Compare
Choose a tag to compare

What's Changed

  • Fixes an issue that prevented the gem to work in previous versions by @sandip-mane in #335

New Contributors

Full Changelog: v1.5.0...v1.5.1