Skip to content

Releases: mhenrixon/sidekiq-unique-jobs

v7.1.10

01 Dec 19:51
94a203a
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • "IndexError: string not matched" when job is replaced on client #635

Merged pull requests:

  • Update URL for Sidekiq's Enterprise unique jobs #648 (jsantos)

v7.1.8

08 Oct 10:24
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • undefined method delete' for class Sidekiq::Job' #634
  • INFO keys not persisted when job is enqueued #602
  • lock_info set to true but no lock info showing up in web ui #589
  • Prevent too eager cleanup of lock info #645 (mhenrixon)

Closed issues:

  • Compatibility with unreleased Sidekiq 6.3.0 #636

Merged pull requests:

v7.1.7

27 Sep 13:03
17af937
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Fixed bugs:

  • OnConflict::Replace: yield when lock was achieved #640 (mhenrixon)

v7.0.13

27 Sep 13:04
Compare
Choose a tag to compare
v7.0.13 Pre-release
Pre-release

Full Changelog

Compatibility with Sidekiq 6.2.2

v7.1.6

21 Sep 18:26
f09d41b
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • until_and_while_executing is not running the job at all in sidekiq-unique-jobs 7.1.4 #626

Merged pull requests:

v7.1.5

28 Jul 11:40
da53bb2
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

v7.1.4

21 Jul 07:18
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

v7.1.3

21 Jul 07:19
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Locks are not released: seeing 'Might need to be unlocked manually" warnings #594
  • Disable resurrector by default #623 (mhenrixon)
  • Documentation fixes #622 (ursm)

Closed issues:

  • Lock until_and_while_executing not working as expected #613

Merged pull requests:

v7.1.2

02 Jul 11:12
ca3082b
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Ensure limit and timeout are always numbers #620 (pinkahd)

v7.1.1

02 Jul 11:12
d156a6d
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

Closed issues:

  • Max expiration for locks #593