RSS3-Network / Node

In the vast RSS3 Network, the RSS3 Node delivers Open Information with efficiency, it is a steadfast cruiser in the byte-filled sea.
MIT License
25 stars 3 forks source link

build(deps): bump github.com/redis/rueidis from 1.0.48 to 1.0.49 #649

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps github.com/redis/rueidis from 1.0.48 to 1.0.49.

Release notes

Sourced from github.com/redis/rueidis's releases.

1.0.49

Fixes for refreshing cluster topology

We strongly encourage everyone to upgrade to version 1.0.49 to address the issues related to refreshing the cluster topology.

Changes

  • fix: refresh the cluster topology by using the old CLUSTER SLOTS instead of CLUSTER SHARDS for clusters with version less than 8. This is due to a server bug that returns empty slot information after the first failover. (#664)
  • fix: do not pick failed cluster nodes from the CLUSTER SHARDS response. (#660)
  • fix: do not block client.Do for 1 second of refreshing threshold in the cases of network error. (#659)
  • feat: auto retries on LOADING errors. (#657)
  • feat: support multiple options in FT.ALTER. (#655)
  • feat: add FT.ALTER in OM JSON and Hash repo. (#645)
  • feat: support Go 1.23 iterators for the ZADD command. (#652)

Contributors

We'd like to thank all the contributors who worked on this release!

@​imvtsl, @​justinmir, @​mingdaoy, @​nesty92 and @​rueian

Commits
  • 6c926af feat: bump v1.0.49
  • ff7e544 fix: refresh cluster topology with CLUSTER SLOTS instead of `CLUSTER SHARDS...
  • bf8de44 docs: add a note about DisableAutoPipelining
  • 1141b68 fix: exclude "fail" cluster nodes while refreshing topology
  • 7c03866 feat: improve handling of LOADING response (#657)
  • 0c8627d fix: do not pick failed cluster nodes while refreshing topology (#660)
  • 7e2cf7b perf: avoid heap allocations in the LazyDo
  • 0633e2c Move sleep into goroutine in LazyDo (#659)
  • 6b95467 Support multiple options in FT.AlterIndex (#655)
  • b743fe0 Add FT.ALTER in OM JSON and Hash repo (#645)
  • 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 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)