Skip to content

Releases: paladinsoftware/sidekiq-debouncer

v3.0.0

22 Oct 16:30
Compare
Choose a tag to compare
  • Complete rewrite of the library (#25)
  • Read only Web UI (#26)
  • Drop support for sidekiq 6.x and ruby 2.7 (#28)
  • Respect sidekiq_options overridden by .set (#27)

Upgrade notes:
Since the job format changed, V3 won't debounce jobs enqueued with V2, although they'll still get executed

v2.0.2

13 Mar 18:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

04 Mar 17:34
Compare
Choose a tag to compare

What's Changed

  • Don't remove the key when job is executed by @kukicola in #18

Full Changelog: v2.0.0...v2.0.1

v2.0.0

01 Mar 21:47
Compare
Choose a tag to compare

Complete rewrite of the library

v1.0.1

25 Oct 10:41
Compare
Choose a tag to compare

Update description, contributors

v1.0.0

25 Oct 10:20
c5ea44d
Compare
Choose a tag to compare

Initial public release