Closed renovate[bot] closed 1 week ago
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
Details:
Package | Change |
---|---|
github.com/redis/rueidis |
v1.0.48 -> v1.0.49 |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.44%. Comparing base (
c0d5d9a
) to head (615defa
). Report is 11 commits behind head on release.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
v1.0.48
->v1.0.49
Release Notes
redis/rueidis (github.com/redis/rueidis/rueidisotel)
### [`v1.0.49`](https://redirect.github.com/redis/rueidis/releases/tag/v1.0.49): 1.0.49 [Compare Source](https://redirect.github.com/redis/rueidis/compare/v1.0.48...v1.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](https://redirect.github.com/redis/rueidis/issues/664)) - fix: do not pick failed cluster nodes from the `CLUSTER SHARDS` response. ([#660](https://redirect.github.com/redis/rueidis/issues/660)) - fix: do not block `client.Do` for 1 second of refreshing threshold in the cases of network error. ([#659](https://redirect.github.com/redis/rueidis/issues/659)) - feat: auto retries on `LOADING` errors. ([#657](https://redirect.github.com/redis/rueidis/issues/657)) - feat: support multiple options in `FT.ALTER`. ([#655](https://redirect.github.com/redis/rueidis/issues/655)) - feat: add `FT.ALTER` in OM JSON and Hash repo. ([#645](https://redirect.github.com/redis/rueidis/issues/645)) - feat: support Go 1.23 iterators for the `ZADD` command. ([#652](https://redirect.github.com/redis/rueidis/issues/652)) #### Contributors We'd like to thank all the contributors who worked on this release! [@imvtsl](https://redirect.github.com/imvtsl), [@justinmir](https://redirect.github.com/justinmir), [@mingdaoy](https://redirect.github.com/mingdaoy), [@nesty92](https://redirect.github.com/nesty92) and [@rueian](https://redirect.github.com/rueian)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
the below lines are for release please to clean up the changelog.
BEGIN_COMMIT_OVERRIDE deps: update module github.com/redis/rueidis/rueidisotel to v1.0.49 (#1947) deps: update module github.com/redis/rueidis to v1.0.49 (#1947) END_COMMIT_OVERRIDE