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 redis, sidekiq-pro and sidekiq-unique-jobs #1514

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2024

Bumps redis, sidekiq-pro and sidekiq-unique-jobs. These dependencies needed to be updated together.
Updates redis from 4.8.1 to 5.1.0

Changelog

Sourced from redis's changelog.

5.1.0

  • multi now accept a watch keyword argument like redis-client. See #1236.
  • bitcount and bitpos now accept a scale: argument on Redis 7+. See #1242
  • Added expiretime and pexpiretime. See #1248.

5.0.8

  • Fix Redis#without_reconnect for sentinel clients. Fix #1212.
  • Add sentinel_username, sentinel_password for sentinel clients. Bump redis-client to >=0.17.0. See #1213

5.0.7

  • Fix compatibility with redis-client 0.15.0 when using Redis Sentinel. Fix #1209.

5.0.6

  • Wait for an extra config.read_timeout in blocking commands rather than an arbitrary 100ms. See #1175.
  • Treat ReadOnlyError as ConnectionError. See #1168.

5.0.5

  • Fix automatic disconnection when the process was forked. See #1157.

5.0.4

  • Cast ttl argument to integer in expire, setex and a few others.

5.0.3

  • Add OutOfMemoryError as a subclass of CommandError

5.0.2

  • Fix Redis#close to properly reset the fork protection check.

5.0.1

  • Added a fake Redis::Connections.drivers method to be compatible with older sidekiq versions.

5.0.0

  • Default client timeout decreased from 5 seconds to 1 second.
  • Eagerly and strictly cast Integer and Float parameters.
  • Allow to call subscribe, unsubscribe, psubscribe and punsubscribe from a subscribed client. See #1131.
  • Use MD5 for hashing server nodes in Redis::Distributed. This should improve keys distribution among servers. See #1089.
  • Changed sadd and srem to now always return an Integer.
  • Added sadd? and srem? which always return a Boolean.
  • Added support for IDLE paramter in xpending.
  • Cluster support has been moved to a redis-clustering companion gem.

... (truncated)

Commits
  • 7cc45e5 Release 5.1.0
  • 1db19c9 Merge pull request #1253 from wmontgomery-splunk/wm/clean_up_rubocop
  • f0abed3 Remove Rubocop exclusion for test/remote_server_control_commands_test.rb
  • d53b68c Remove redundant call to #to_s
  • cd88550 Merge pull request #1251 from wholien/jc/add-pexpiretime
  • 1e52c11 Add PEXPIRETIME
  • a51d50c Merge pull request #1248 from wholien/jc/add-expiretime
  • 2e693be Add Expiretime
  • e16cab8 Merge pull request #1247 from redis/dependabot/github_actions/actions/cache-4
  • 09e9bdd Bump actions/cache from 3 to 4
  • Additional commits viewable in compare view

Updates sidekiq-pro from 5.5.8 to 7.2.0

Updates sidekiq-unique-jobs from 7.1.33 to 8.0.9

Release notes

Sourced from sidekiq-unique-jobs's releases.

v8.0.9

What's Changed

Full Changelog: mhenrixon/sidekiq-unique-jobs@v8.0.8...v8.0.9

v8.0.8

What's Changed

Full Changelog: mhenrixon/sidekiq-unique-jobs@v8.0.7...v8.0.8

v8.0.7

What's Changed

New Contributors

Full Changelog: mhenrixon/sidekiq-unique-jobs@v8.0.6...v8.0.7

v8.0.6

What's Changed

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

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

... (truncated)

Changelog

Sourced from sidekiq-unique-jobs's changelog.

v8.0.9 (2024-02-12)

Full Changelog

Fixed bugs:

v8.0.8 (2024-02-12)

Full Changelog

Implemented enhancements:

  • fix: ensure a new lock isn't conflicting with itself #830 (mhenrixon)

Fixed bugs:

  • until_and_while_executing not entering perform method on initial run #824
  • fix(digest): write digest on middleware call #774 (mhenrixon)

Closed issues:

  • incompatibility with sidekiq-failures #790
  • Jobs queued during existing job inherit lock digest #766

v8.0.7 (2024-02-05)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

Merged pull requests:

v8.0.6 (2024-01-24)

Full Changelog

... (truncated)

Commits
  • 8d63c1b fix(rce): prevent remot code execution (#833)
  • e31db68 Bump sidekiq-unique-jobs to 8.0.9
  • 1e39f5b Update changelog
  • 60ec4cb fix(doc): iron out a few wrinkles
  • 242d91f doc(ci): add a ruby version
  • 5d4cbda chore: attempt a workflow for jekyll
  • b1e3573 fix: ensure a new lock isn't conflicting with itself (#830)
  • 63e9431 fix(digest): write digest on middleware call (#774)
  • 7d5e40a Bump sidekiq-unique-jobs to 8.0.8
  • af47234 Update changelog
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 16, 2024
@dependabot dependabot bot force-pushed the dependabot/bundler/redis-and-sidekiq-pro-and-sidekiq-unique-jobs-5.1.0 branch 6 times, most recently from 351c47f to 8485f7d Compare February 21, 2024 13:12
@dependabot dependabot bot force-pushed the dependabot/bundler/redis-and-sidekiq-pro-and-sidekiq-unique-jobs-5.1.0 branch from 8485f7d to c24f88d Compare February 26, 2024 15:15
@dependabot dependabot bot force-pushed the dependabot/bundler/redis-and-sidekiq-pro-and-sidekiq-unique-jobs-5.1.0 branch 8 times, most recently from 68cc40b to 2928a56 Compare March 11, 2024 20:23
@dependabot dependabot bot force-pushed the dependabot/bundler/redis-and-sidekiq-pro-and-sidekiq-unique-jobs-5.1.0 branch 3 times, most recently from 7669627 to dba1c9d Compare March 13, 2024 12:19
Bumps [redis](https://github.com/redis/redis-rb), sidekiq-pro and [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs). These dependencies needed to be updated together.

Updates `redis` from 4.8.1 to 5.1.0
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](redis/redis-rb@v4.8.1...v5.1.0)

Updates `sidekiq-pro` from 5.5.8 to 7.2.0

Updates `sidekiq-unique-jobs` from 7.1.33 to 8.0.9
- [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@v7.1.33...v8.0.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/redis-and-sidekiq-pro-and-sidekiq-unique-jobs-5.1.0 branch from dba1c9d to 4c7e474 Compare March 14, 2024 12:50
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 30, 2024

Superseded by #1564.

@dependabot dependabot bot closed this Apr 30, 2024
@dependabot dependabot bot deleted the dependabot/bundler/redis-and-sidekiq-pro-and-sidekiq-unique-jobs-5.1.0 branch April 30, 2024 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants