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 hiredis-client from 0.19.0 to 0.22.2 #531

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2024

Bumps hiredis-client from 0.19.0 to 0.22.2.

Changelog

Sourced from hiredis-client's changelog.

0.22.2

  • Fix the sentinel client to properly extend timeout for blocking commands.
  • Fix IPv6 support in RedisClient::Config#server_url.

0.22.1

  • Fix ProtocolError: Unknown sigil type errors when using SSL connection. See #190.

0.22.0

  • Made various performance optimizations to the Ruby driver. See #184.
  • Always assume UTF-8 encoding instead of relying on Encoding.default_external.
  • Add exception flag in pipelined allowing failed commands to be returned in the result array when set to false. See #187.

0.21.1

  • Handle unresolved Sentinel master/replica error when displaying server URL in exceptions. See #182.

0.21.0

  • Include redis server URL in most error messages. See #178.
  • Close Redis Sentinel connection after resolving role. See #176.

0.20.0

  • Accept unix:// schemes as well as simple paths in the url: config parameter. #170.
  • Make basic usage Ractor compatible.

0.19.1

  • Fixed a bug in hiredis-client that could cause a crash if interrupted by Timeout.timeout or other Thread#raise based mecanism.
  • Fixed a GC bug that could cause crashes in hiredis-client.
Commits
  • 6d55f61 Release 0.22.2
  • 72a1607 Merge pull request #199 from redis-rb/dependabot/bundler/minitest-5.23.0
  • 4faf2aa ---
  • 750fc82 Merge pull request #197 from stanhu/sh-fix-brpop-timeouts
  • c65498c Ensure BLPOP/BRPOP returns nil instead of raising ReadTimeoutError
  • a2f16fc Merge pull request #195 from fkmy/fix-readme-typo
  • c3d3326 Fix typo:Configuation -> Configuration
  • 28862c5 Fix typo:explictly -> explicitly
  • 382dda7 fix(config): server_url should return a valid URI for IPv6 hosts (#194)
  • d895cf3 Release 0.22.1
  • Additional commits viewable in compare view

Dependabot compatibility score

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 dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 25, 2024
@iandelahorne iandelahorne self-assigned this Aug 28, 2024
@iandelahorne
Copy link
Contributor

@dependabot rebase

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/hiredis-client-0.22.2 branch from ade07a0 to ec4cfdd Compare August 28, 2024 20:28
@iandelahorne iandelahorne merged commit 88a5623 into main Aug 28, 2024
42 checks passed
@iandelahorne iandelahorne deleted the dependabot/bundler/hiredis-client-0.22.2 branch August 28, 2024 20:35
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.

1 participant