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

build(deps): update module github.com/redis/rueidis to v1.0.49 #678

Merged
merged 1 commit into from
Nov 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/redis/rueidis v1.0.48 -> v1.0.49 age adoption passing confidence

Release Notes

redis/rueidis (github.com/redis/rueidis)

v1.0.49: 1.0.49

Compare Source

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


Configuration

📅 Schedule: Branch creation - "on the 1st day of the month" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 30, 2024
@trim21 trim21 merged commit ba0e96f into master Nov 30, 2024
7 checks passed
@trim21 trim21 deleted the renovate/github.com-redis-rueidis-1.x branch November 30, 2024 16:31
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 size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant