Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2025

Bumps hiredis-client from 0.22.2 to 0.24.0.

Changelog

Sourced from hiredis-client's changelog.

0.24.0

  • Allow sentinel_password to be provided as a Proc.
  • Ensure Config#inspect and Config#to_s do not display stored passwords.

0.23.2

  • Fix retry logic not to attempt to retry on an open circuit breaker. Fix #227.

0.23.1

  • Fix a potential crash in hiredis-client when using subcriptions (next_event). See #221.

0.23.0

  • Allow password to be a callable. Makes it easy to implement short lived password authentication strategies.
  • Fix a thread safety issue in hiredis-client when using the pubsub client concurrently.
Commits
  • 5c3ffbe Release 0.24.0
  • 96f8053 Merge pull request #230 from redis-rb/hide-password
  • 02cd89d Always wrap passwords in Proc so they're not exposed through inspect
  • 6c415cc Add missing changelog entry
  • 8dfe1f6 Merge pull request #229 from redis-rb/dependabot/bundler/stackprof-0.2.27
  • fd9e07a Bump stackprof from 0.2.26 to 0.2.27
  • bc69ae9 Release 0.23.2
  • 835ce86 Merge pull request #228 from redis-rb/retry-on-open
  • 45c6484 Add base64 to Gemfile for older rubocop compatibility
  • 1c1ca26 Fix retry logic not to attempt to retry on an open circuit breaker.
  • 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)

Bumps [hiredis-client](https://github.com/redis-rb/redis-client) from 0.22.2 to 0.24.0.
- [Changelog](https://github.com/redis-rb/redis-client/blob/master/CHANGELOG.md)
- [Commits](redis-rb/redis-client@v0.22.2...v0.24.0)

---
updated-dependencies:
- dependency-name: hiredis-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 9, 2025
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.

1 participant