v0.3.0
Pre-release
Pre-release
Minor release changes
- Add support for distributed tracing. #176 from @slashmo
- Cluster client: Add pipelining support. #218, #226
- Cluster client: Add subscription support that uses all primary nodes. #219
- Cluster client: Retry commands with exponential backoff when receiving a
TRYAGAIN
error. #215 - Make
ValkeyClusterError
public and convert tostruct
. #220 - Add pipeline function that takes an array of existential
ValkeyCommand
. #222 - Conform
RESPToken.Value
toCustomDebugStringConvertible
. #217 - Remove public symbols
ValkeyNodeClient
andByteBuffer.writeRESP3Token
. #228
Patch release changes
- Remove
hostname
andip
fromValkeyNodeDescription
. #229 - Reset all
ValkeySubscriptions
members on close
Other changes
- Add Swift 6.2 to CI