Skip to content

1.0.56

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Mar 20:29
· 28 commits to refs/heads/main since this release
0467390

Changes

  • feat: raise the minimum go requirement to 1.23 for security patches in golang.org/x/net (#802)
  • feat: add Mode() Method to rueidis.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 in BCAST and OPTOUT 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