Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps hiredis-client from 0.26.1 to 0.26.4.

Changelog

Sourced from hiredis-client's changelog.

0.26.4

  • Further improve rediss:// URLs used with Redis sentinel. Now avoid override explictly set ssl: paramter.
  • Fix compatibility with redis-rb in sentinel mode.

0.26.3

  • Fix rediss:// (ssl) URLs used with Redis sentinel.
  • Handle Ruby 4.0 connection timeout raising an IO::Timeout instead of Errno::ETIMEDOUT.
  • Entirely close the connection on authentication failures.

0.26.2

  • Fix compatibility with connection_pool version 3+.
Commits
  • 4e1a820 Release 0.26.4
  • 9fe99bb Merge pull request #283 from anabeto93/fix-sentinel-call-compatibility
  • d5516be Add test for sentinel client without call method
  • fae62b7 Add missing rubocop dependencies
  • 81f22ea Use call_v instead of call in SentinelConfig to fix NoMethodError when redis-...
  • f4898d5 Merge pull request #281 from redis-rb/dependabot/bundler/megatest-0.6.0
  • 0ac47ce Bump megatest from 0.4.0 to 0.6.0
  • 2b044db Merge pull request #280 from stanhu/sh-fix-issue-279
  • 8d61c2c Only set SSL parameter if it's not explicitly set
  • e9d40c1 Release 0.26.3
  • 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.26.1 to 0.26.4.
- [Changelog](https://github.com/redis-rb/redis-client/blob/master/CHANGELOG.md)
- [Commits](redis-rb/redis-client@v0.26.1...v0.26.4)

---
updated-dependencies:
- dependency-name: hiredis-client
  dependency-version: 0.26.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 26, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 26, 2026
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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants