Releases: mhenrixon/sidekiq-unique-jobs
Releases · mhenrixon/sidekiq-unique-jobs
v8.0.10
v8.0.9
What's Changed
- NOTE: The RCE vulnerability was a false alarm;
sidekiq-unique-jobs
was not vulnerable to RCE. You can find additional information in the PR linked below. - fix(rce): prevent remote code execution by @mhenrixon in #833
Full Changelog: v8.0.8...v8.0.9
v8.0.8
What's Changed
- fix(digest): write digest on middleware call by @mhenrixon in #774
- fix: ensure a new lock isn't conflicting with itself by @mhenrixon in #830
Full Changelog: v8.0.7...v8.0.8
v7.1.33
What's Changed
- NOTE: The RCE vulnerability was a false alarm; sidekiq-unique-jobs was not vulnerable to RCE. You can find additional information in the PR linked below.
- fix: backport xss and rce fixes to v7.1 by @mhenrixon in #834
Full Changelog: v7.1.32...v7.1.33
v8.0.7
What's Changed
- Fix Testing Instructions by @jherdman in #827
- fix(xss): sanitize parameters by @mhenrixon in #829
- chore(ci): add test coverage from bropoplpush by @mhenrixon in #828
New Contributors
Full Changelog: v8.0.6...v8.0.7
v8.0.6
What's Changed
- fix: skip unless reaper was registered by @mhenrixon in #820
- fix: various minor issues by @mhenrixon in #826
Full Changelog: v8.0.5...v8.0.6
v8.0.5
What's Changed
- Bump postcss from 8.4.21 to 8.4.31 in /myapp by @dependabot in #811
- Bump semver from 6.3.0 to 6.3.1 in /myapp by @dependabot in #798
- Bump actions/checkout from 3 to 4 by @dependabot in #808
- Bump @babel/traverse from 7.22.8 to 7.23.3 in /myapp by @dependabot in #819
- Because
replace
is a client strategy, it should only remove client locks aka queue locks. by @bigzed in #778 - fix:
while_executing
should not invoke conflict strategy when the job was successfully executed [v8] by @cuzik in #810
New Contributors
Full Changelog: v8.0.4...v8.0.5
v8.0.4
What's Changed
- chore(deps): bump'n lint'n such by @mhenrixon in #797
- Fix CI status badge by @tagliala in #802
- fix(web): don't show bogus lock digests by @Earlopain in #804
- fix(ci): allow tests to run in docker by @Earlopain in #805
- fix: Sidekiq 7.2 throws TypeError: Unsupported command argument type: TrueClass when using byscore: true by @Amnesthesia in #815
- Add sidekiq_option for on-conflict-reschedule perform_in time by @mgmarlow in #813
- Handle strategy fallbacks properly by @matejrisek in #809
- fix: ignore reek for now by @mhenrixon in #818
New Contributors
- @tagliala made their first contribution in #802
- @Earlopain made their first contribution in #804
- @Amnesthesia made their first contribution in #815
- @mgmarlow made their first contribution in #813
- @matejrisek made their first contribution in #809
Full Changelog: v8.0.3...v8.0.4
v7.1.31
What's Changed
- fix:
while_executing
should not invoke conflict strategy when the job was successfully executed. by @leandrogoe in #806
New Contributors
- @leandrogoe made their first contribution in #806
Full Changelog: v7.1.30...v7.1.31
v7.1.30
What's Changed
- fix(v7.1): backport fixes from v8 by @mhenrixon in #799
Full Changelog: v7.1.29...v7.1.30