Skip to content

Commit fca879a

Browse files
chore(deps): update module github.com/valkey-io/valkey-go to v1.0.66 (googleapis#1525)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/valkey-io/valkey-go](https://redirect.github.com/valkey-io/valkey-go) | `v1.0.64` -> `v1.0.66` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fvalkey-io%2fvalkey-go/v1.0.66?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fvalkey-io%2fvalkey-go/v1.0.64/v1.0.66?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>valkey-io/valkey-go (github.com/valkey-io/valkey-go)</summary> ### [`v1.0.66`](https://redirect.github.com/valkey-io/valkey-go/releases/tag/v1.0.66): 1.0.66 [Compare Source](https://redirect.github.com/valkey-io/valkey-go/compare/v1.0.65...v1.0.66) ##### Changes - fix panics that happen on `MOVED` redirections for commands without a slot ([#&#8203;80](https://redirect.github.com/valkey-io/valkey-go/issues/80)) ##### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;rueian](https://redirect.github.com/rueian) and [@&#8203;skif48](https://redirect.github.com/skif48) ### [`v1.0.65`](https://redirect.github.com/valkey-io/valkey-go/releases/tag/v1.0.65): 1.0.65 [Compare Source](https://redirect.github.com/valkey-io/valkey-go/compare/v1.0.64...v1.0.65) ### Changes - feat: new `ReadNodeSelector` option allowing more fine-grained control over load balancing among nodes and deprecating the old `ReplicaSelector`. - feat: new `BYPOLYGON` option in `GEOSEARCH` command. - feat: new `SAFE` option in `SHUTDOWN` command. - feat: new `DELIFEQ` command. - fix: correctly handle early exit in `Scanner` iterators. ### Experimental - feat: new experimental pipelining queue implementation, which is context aware and can be enabled by setting the `RUEIDIS_QUEUE_TYPE` environment variable to `flowbuffer`. #### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;Krish8955](https://redirect.github.com/Krish8955), [@&#8203;ash2k](https://redirect.github.com/ash2k), [@&#8203;ayush-sarda](https://redirect.github.com/ayush-sarda), [@&#8203;bbangert](https://redirect.github.com/bbangert), [@&#8203;proost](https://redirect.github.com/proost), [@&#8203;rueian](https://redirect.github.com/rueian) and [@&#8203;wandering-salesman](https://redirect.github.com/wandering-salesman) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/genai-toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent c4a22b8 commit fca879a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ require (
4040
github.com/spf13/cobra v1.10.1
4141
github.com/thlib/go-timezone-local v0.0.7
4242
github.com/trinodb/trino-go-client v0.329.0
43-
github.com/valkey-io/valkey-go v1.0.64
43+
github.com/valkey-io/valkey-go v1.0.66
4444
github.com/yugabyte/pgx/v5 v5.5.3-yb-5
4545
go.mongodb.org/mongo-driver v1.17.4
4646
go.opentelemetry.io/contrib/propagators/autoprop v0.62.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,8 +1260,8 @@ github.com/thlib/go-timezone-local v0.0.7/go.mod h1:/Tnicc6m/lsJE0irFMA0LfIwTBo4
12601260
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
12611261
github.com/trinodb/trino-go-client v0.329.0 h1:tAQR5oXsW81C+lA0xiZsyoOcD7qYLv6Rtdw7SqH5Cy0=
12621262
github.com/trinodb/trino-go-client v0.329.0/go.mod h1:BXj9QNy6pA4Gn8eIu9dVdRhetABCjFAOZ6xxsVsOZJE=
1263-
github.com/valkey-io/valkey-go v1.0.64 h1:3u4+b6D6zs9JQs254TLy4LqitCMHHr9XorP9GGk7XY4=
1264-
github.com/valkey-io/valkey-go v1.0.64/go.mod h1:bHmwjIEOrGq/ubOJfh5uMRs7Xj6mV3mQ/ZXUbmqpjqY=
1263+
github.com/valkey-io/valkey-go v1.0.66 h1:DIEF1XpwbO78xK2sMTghYE3Bz6pePWJTNxKtgoAuA3A=
1264+
github.com/valkey-io/valkey-go v1.0.66/go.mod h1:bHmwjIEOrGq/ubOJfh5uMRs7Xj6mV3mQ/ZXUbmqpjqY=
12651265
github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=
12661266
github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=
12671267
github.com/xdg-go/scram v1.1.1/go.mod h1:RaEWvsqvNKKvBPvcKeFjrG2cJqOkHTiyTpzz23ni57g=

0 commit comments

Comments
 (0)