Skip to content

Releases: mhenrixon/sidekiq-unique-jobs

Remove development dependency on ActiveSupport

06 Oct 06:02
Compare
Choose a tag to compare

It was causing trouble with jRuby

Completely refactored locking mechanism

06 Oct 08:47
Compare
Choose a tag to compare

This release is full of breaking changes. Please refer to the readme on how to use the gem starting from 4.0.0

Improve thread safety

15 Dec 19:12
Compare
Choose a tag to compare

See #66 for details

Fix `yield config`

19 Nov 08:26
Compare
Choose a tag to compare
v3.0.10

Bump to 3.0.10

Fixed that worker_class was a string when a class was expected

05 Nov 15:50
Compare
Choose a tag to compare
  • Fixed that worker_class was a string when a class was expected

Release v3.0.3

03 Nov 10:52
Compare
Choose a tag to compare

Fixes unlocking uniqueness when testing inline and faking

Adds unique payload to the redis message

08 Jun 11:15
Compare
Choose a tag to compare

This ensures that workers no using ruby can get access to the payload and decide wether or not to process/add a unique job.

Sidekiq 3 compatibility

08 Jun 11:12
Compare
Choose a tag to compare
v3.0.1

Bump to 3.0.1

Mocking redis when testing in fake mode.

24 Nov 12:52
Compare
Choose a tag to compare

We now mock redis when Sidekiq::Testing has been set to .fake!.