Releases: valkey-io/valkey-go
1.0.72
Changes
- feat: add Client method to compat interface
- feat: add new XCFGSET command
- feat: Add MGet method to cachecompat
- feat: add IDMPAUTO and IDMP parameters to XADD command
- feat: add HOTKEYS command
- fix: correct the position of KEEPREF, DELREF, and ACKED for XADD
- fix: correct xadd and xtrim in compat with approx=false
- fix: race condition in Lua script SHA-1 loading (#108)
- fix: avoid RDMA polls from hanging by draining cq before polling the cq fd (#106)
Contributors
We'd like to thank all the contributors who worked on this release!
1.0.71
valkeyrdma
valkeyrdma provides the experimental support for the Valkey RDMA connection type.
The initial benchmark shows 2x improvement in throughput but this support is still experimental and under active development, see the README for more details. Contributions are very welcome.
Changes
- docs: enhance
READMEwith availability zone awareness helpers (#934) - feat: add availability zone awareness for the standalone client (#930)
- feat: add ability to get
availability_zonefrom anINFOcommand (#105) - feat: add availability zone awareness helpers (#932)
- feat: implement slot-based batching for the
MGethelper (#908) - fix: handle
niloptions in valkeycompatTFunctionLoadArgs(#936) - fix: eliminate data race in backgroundPing() (#933)
- fix: valkeycompat
NewAdaptersets maxp incorrectly (#102)
Contributors
We'd like to thank all the contributors who worked on this release!
@JaeguKim, @SoulPancake, @heynemann, @majiayu000, @nesty92, @nickngsr and @rueian
1.0.70
Changes
- feat: upgrade to go 1.24 and update deps (#101)
- feat: lua script support retryable; rueidislock set all lua scripts retryable by default
- feat: set
server.*valkeyotel attrs in more cases (#95) - fix: align
valkey.dialvalkeyotel span with otel conventions (#94) - fix: refresh cluster topology when replica slots are missing (#99)
- fix: ensure that valkeylock keys' expiration is always ahead of the current time by KeyValidity duration
- docs: fix some broken links
Contributors
We'd like to thank all the contributors who worked on this release!
@arisudesu, @austindrenski, @justinmayhew, @rueian and @wyxloading
1.0.69
Changes
- feat: add
OverrideCacheTTLfor custom TTL per cache entry tovalkeyaside - feat: add
ToRetryableto commands (#920) - feat: add
MaxMovedRedirectionsoption to prevent infinite redirect loops in the cluster mode - feat: add atomic slot migration commands for Valkey 9.0
- feat: add
ContextWithLabelerfor custom metrics labels tovalkeyotel - docs: updated README to remove ambiguity about connecting to unix sockets
Contributors
We'd like to thank all the contributors who worked on this release!
@nirchetrit, @rueian, @schadotr, @strobil, @vipoxin and @wyxloading
1.0.68
Changes
- feat: add new DELEX, DIGEST, MSETEX commands; extend SET and XREADGROUP
- feat: FIPS-compliant SHA-1 loading option for Lua scripts without performance penalty
- feat: add EPSILON option to VSIM
Contributors
We'd like to thank all the contributors who worked on this release!
1.0.67
Changes
- feat: support new filters in Valkey 8.1/9.0
CLIENT LISTandClient KILLcommands. - feat: support Valkey
CLIENT CAPA redirectfor standalone clients withStandaloneOption.EnableRedirect. - fix: don't send
READONLYfor standalone clients. - docs: improve markdown formatting and update documentation links, configurations.
Contributors
We'd like to thank all the contributors who worked on this release!
@AvinashAbbigeri, @SoulPancake, @appleboy, @justinmayhew and @rueian
1.0.66
1.0.65
Changes
- feat: new
ReadNodeSelectoroption allowing more fine-grained control over load balancing among nodes and deprecating the oldReplicaSelector. - feat: new
BYPOLYGONoption inGEOSEARCHcommand. - feat: new
SAFEoption inSHUTDOWNcommand. - feat: new
DELIFEQcommand. - fix: correctly handle early exit in
Scanneriterators.
Experimental
- feat: new experimental pipelining queue implementation, which is context aware and can be enabled by setting the
RUEIDIS_QUEUE_TYPEenvironment variable toflowbuffer.
Contributors
We'd like to thank all the contributors who worked on this release!
@Krish8955, @ash2k, @ayush-sarda, @bbangert, @proost, @rueian and @wandering-salesman
1.0.64
Changes
- feat: Add
FieldValueItertoHsetexcommand builder - feat: Add
CreateAndAliasIndextoom.Repository - fix: clear placeholder pipeline errors in
valkeycompat(#61)
Contributors
We'd like to thank all the contributors who worked on this release!
1.0.63
Changes
- feat: Add XDELEX command
- feat: add XACKDEL command
- feat: add KEEPREF, DELREF, and ACKED options to XTRIM command
- feat: Add KEEPREF, DELREF, and ACKED options to XADD command
- feat: add WITHATTRIBS option to command VSIM
- feat: add DIFF, DIFF1, ANDOR, and ONE options to BITOP command
- feat: add HStrLen to valkeycompat
- feat: Add TotalNetIn, TotalNetOut, and TotalCmds fields to valkeycompat.ClientInfo
- feat: add Scanner implementation with Iter and Iter2 methods for XSCAN
- feat: allow non-blocking client initialization when ForceSingleClient is set
- perf: replace json.NewDecoder with json.Unmarshal
- perf: reduce mux size by consolidating wire, sc, mu into one struct
- perf: allocate fields for RESP2 PubSub only when necessary
Contributors
We'd like to thank all the contributors who worked on this release!
@Aakkash-Suresh, @Ryan2327, @arbhalerao, @ash2k, @dalaoqi, @davidlin-tv2, @mingdaoy, @rueian, @sugymt and @yhc9311