Changes
- feat: raise the minimum go requirement to
1.23
for security patches ingolang.org/x/net
(#802) - feat: add
Mode()
Method torueidis.Client
(#794) - feat: respect request ctx for making tcp connections and add
DialCtxFn
option (#803) - fix:
NOAUTH
error in RESP2 (#791) - fix: don't send
CLIENT CACHING YES
inBCAST
andOPTOUT
mode (#801) - fix: restore
rueidisaside
go.mod and add module validation (#797) - perf: avoid unnecessary connections for
CLUSTER SHARDS
when auto pipelining is disabled (#804) - perf: reduce allocations in
rueidislimiter
(#795) - perf: enhancement by atomic pointer (#782)
- test: improve test coverage on rueidiscompat and rueidisprob (#784) (#787) (#778)
Contributors
We'd like to thank all the contributors who worked on this release!
@Beadko, @Brijeshthummar02, @CheyuWu, @EminCimen, @arbha1erao, @kendriyavid, @liuzhaohui, @nesty92 and @rueian