Releases: mhenrixon/sidekiq-unique-jobs
Releases · mhenrixon/sidekiq-unique-jobs
v8.0.3
What's Changed
- fix(unlock): ensure callback and unlock by @mhenrixon in #771
- chore(ci): better ci job output by @mhenrixon in #772
- chore(ci): improve matrix by @mhenrixon in #775
- fix(doc): improve information on unlock_failed by @mhenrixon in #776
- Fix rubocop failure by expecting array to be empty by @GabrielaGuedes in #784
- fix(locksmith): replace deprecated rpoplpush w/lmove by @GabrielaGuedes in #781
- Add unlocked reflect to locksmith unlock! by @ttstarck in #783
- Add lock to item when lock_type is pulled from Job class sidekiq options by @ttstarck in #786
New Contributors
- @GabrielaGuedes made their first contribution in #784
- @ttstarck made their first contribution in #783
Full Changelog: v8.0.2...v8.0.3
v8.0.2
What's Changed
- fix rubocop by @JeremiahChurch in #764
- Hide lock info debug suggestion on lock page if it's already enabled. by @JeremiahChurch in #763
- update debug_lua check to match passed in arg type by @JeremiahChurch in #765
- fix lock & changelog times on web interface by @JeremiahChurch in #762
New Contributors
- @JeremiahChurch made their first contribution in #764
Full Changelog: v8.0.1...v8.0.2
v8.0.1
v8.0.0
What's Changed
- feat: sidekiq v7 support by @mhenrixon in #751
- chore(deps): upgrade rails app by @mhenrixon in #753
- fix: backport the fix for the return value of #deep_transform_keys by @fixtheclouds in #750
New Contributors
- @fixtheclouds made their first contribution in #750
Full Changelog: v7.1.29...v8.0.0
v7.1.29
What's Changed
- fix(digests): ensure consistent digests by @mhenrixon in #743
- fix(after_unlock): regression from #707 by @adamcreekroad in #737
New Contributors
- @adamcreekroad made their first contribution in #737
Full Changelog: v7.1.28...v7.1.29
v7.1.27
What's Changed
- Feat(logging): Allow disabling logging by @mhenrixon in #729
- Fix(namespace): Prevent self-conflict when redis-namespace is present by @mhenrixon in #732
Full Changelog: v7.1.26...v7.1.27
v7.1.26
What's Changed
- Add Dependabot for GitHub Actions by @petergoldstein in #717
- Bump actions/checkout from 2 to 3 by @dependabot in #718
- Chore: Update dependencies by @mhenrixon in #722
- Avoid skipping ranges when looping through queues by @francesmcmullin in #720
- Move until_expired digests to separate zset by @francesmcmullin in #721
- Fix Sidekiq::Worker.clear_all override not being applied by @dsander in #714
- Ensure batch delete removes expiring locks by @francesmcmullin in #724
- Fix(until_expired): Fix test and implementation by @mhenrixon in #725
- Fix(until_and_while_executing): Improve timeouts slightly by @mhenrixon in #728
- Fix(unlock): Delete primed keys on last entry by @mhenrixon in #726
New Contributors
- @dependabot made their first contribution in #718
Full Changelog: v7.1.25...v7.1.26
v7.1.25
What's Changed
- Fix: Include the correct middleware by @mhenrixon in #716
Full Changelog: v7.1.24...v7.1.25
v7.1.24
What's Changed
- Use sidekiq/testing
Worker.clear
API in sidekiq_unique_jobs/testing by @dsander in #713 - Chore: Sidekiq 6.5 compatibility by @mhenrixon in #715
Full Changelog: v7.1.23...v7.1.24