Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sidekiq-unique-jobs from 8.0.3 to 8.0.5 #3290

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Bumps sidekiq-unique-jobs from 8.0.3 to 8.0.5.

Release notes

Sourced from sidekiq-unique-jobs's releases.

v8.0.5

What's Changed

New Contributors

Full Changelog: mhenrixon/sidekiq-unique-jobs@v8.0.4...v8.0.5

v8.0.4

What's Changed

New Contributors

Full Changelog: mhenrixon/sidekiq-unique-jobs@v8.0.3...v8.0.4

Changelog

Sourced from sidekiq-unique-jobs's changelog.

v8.0.5 (2023-11-11)

Full Changelog

Merged pull requests:

  • Bump @​babel/traverse from 7.22.8 to 7.23.3 in /myapp #819 (dependabot[bot])
  • Bump postcss from 8.4.21 to 8.4.31 in /myapp #811 (dependabot[bot])
  • fix: while_executing should not invoke conflict strategy when the job was successfully executed [v8] #810 (cuzik)
  • Bump actions/checkout from 3 to 4 #808 (dependabot[bot])
  • Bump semver from 6.3.0 to 6.3.1 in /myapp #798 (dependabot[bot])
  • Because replace is a client strategy, it should only remove client locks aka queue locks. #778 (bigzed)

v8.0.4 (2023-11-11)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Sidekiq 7: Unsupported command argument type: TrueClass #816
  • fix(web): don't show bogus lock digests #804 (Earlopain)

Closed issues:

  • register_reaper_process nx: true crash Sidekiq on startup #817
  • Should client middleware also be added to the Sidekiq server config? #803
  • 8.0.1 Time on locks & changelog UI is incorrect/wrong #761
  • Job executed twice when reaper runs #738

Merged pull requests:

  • fix: Sidekiq 7.2 throws TypeError: Unsupported command argument type: TrueClass when using byscore: true #815 (Amnesthesia)
  • Add sidekiq_option for on-conflict-reschedule perform_in time #813 (mgmarlow)
  • Handle strategy fallbacks properly #809 (matejrisek)
  • Fix CI status badge #802 (tagliala)

v7.1.30 (2023-07-17)

Full Changelog

Closed issues:

  • Release new gem version with "fix replace deprecated rpoplpush w/lmove" #795
  • Redis has deprecated the rpoplpushcommand #793

... (truncated)

Commits
  • 3f6b013 fix: while_executing should not invoke conflict strategy when the job was s...
  • c6a4138 Because replace is a client strategy, it should only remove client locks ak...
  • 9e3f272 Bump @​babel/traverse from 7.22.8 to 7.23.3 in /myapp (#819)
  • 8e4cadd Bump actions/checkout from 3 to 4 (#808)
  • c69db16 Bump semver from 6.3.0 to 6.3.1 in /myapp (#798)
  • 0a94ab2 Bump postcss from 8.4.21 to 8.4.31 in /myapp (#811)
  • 8980da7 Bump sidekiq-unique-jobs to 8.0.5
  • a366701 Update changelog
  • 28780b8 fix: ignore reek for now (#818)
  • f8ade43 Handle strategy fallbacks properly (#809)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from lagoan as a code owner November 13, 2023 17:22
@dependabot dependabot bot added the ruby Pull requests that update Ruby code label Nov 13, 2023
@dependabot dependabot bot force-pushed the dependabot/bundler/master/sidekiq-unique-jobs-8.0.5 branch 3 times, most recently from 3a083df to 77d91b2 Compare November 28, 2023 19:27
Bumps [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs) from 8.0.3 to 8.0.5.
- [Release notes](https://github.com/mhenrixon/sidekiq-unique-jobs/releases)
- [Changelog](https://github.com/mhenrixon/sidekiq-unique-jobs/blob/main/CHANGELOG.md)
- [Commits](mhenrixon/sidekiq-unique-jobs@v8.0.3...v8.0.5)

---
updated-dependencies:
- dependency-name: sidekiq-unique-jobs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/master/sidekiq-unique-jobs-8.0.5 branch from 77d91b2 to 5fea62b Compare November 29, 2023 00:07
@murny murny merged commit 6169d30 into master Nov 29, 2023
2 checks passed
@murny murny deleted the dependabot/bundler/master/sidekiq-unique-jobs-8.0.5 branch November 29, 2023 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant