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

mod: bump github.com/redis/rueidis from 1.0.19 to 1.0.20 #424

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps github.com/redis/rueidis from 1.0.19 to 1.0.20.

Release notes

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

1.0.20

Better Cluster Shards Refreshing Mechanism

  • Refresh cluster shard information when there are unexpected disconnections from any nodes.
  • Less goroutines and CLUSTER SHARDS requests when refreshing shard information.
  • Fix rare inconsistencies between shards/slots commands and parsing methods.
  • When connecting to an AWS Elasicache or MemoryDB, get cluster shard information only from its configuration endpoint.

🚀 New Features

  • perf: improve refreshing cluster shard information (#387)
  • feat: support for pointers to primitives in Scan() and HSet() (#388)
  • feat: avoid using QUIT command (#378)

🐛 Bug Fixes

  • perf: improve refreshing cluster shard information (#387)
  • fix: ignore MaxFlushDelay for blocking commands (#382)

Others

  • chore: bump golang.org/x/net from 0.14.0 to 0.17.0 (#391)

Contributors

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

@​dependabot, @​dependabot[bot], @​numberinho, @​rueian and @​unknowntpo

1.0.20-go1.19

Full Changelog: redis/rueidis@v1.0.20...v1.0.20-go1.19

1.0.20-go1.18

Full Changelog: redis/rueidis@v1.0.20...v1.0.20-go1.18

Commits
  • 55961cc feat: bump v1.0.20
  • 9a02f9a Merge pull request #391 from redis/dependabot/go_modules/golang.org/x/net-0.17.0
  • 1e68303 feat: supports the new oneof syntax in commands.json
  • 57dc9af Merge pull request #387 from redis/refresh-aws-shards-with-reconnection
  • fa31452 perf: reduce unnecessary shard refreshing with 1 second threshold
  • 5e5ef0b chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0
  • 4b296e8 refactor: remove unecessary p.Error() when cleanup
  • 0abf647 refactor: use SetOnCloseHook for mux.clhks
  • e1d66eb fix: inconsistent shards/slots commands and parsing method
  • f90e65f fix: avoid refreshing loops during unexpected connection errors
  • 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 [github.com/redis/rueidis](https://github.com/redis/rueidis) from 1.0.19 to 1.0.20.
- [Release notes](https://github.com/redis/rueidis/releases)
- [Commits](redis/rueidis@v1.0.19...v1.0.20)

---
updated-dependencies:
- dependency-name: github.com/redis/rueidis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 30, 2023
@dependabot dependabot bot requested review from alimy and rocboss October 30, 2023 10:30
@alimy alimy merged commit f78644b into dev Oct 31, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/dev/github.com/redis/rueidis-1.0.20 branch October 31, 2023 16:10
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant