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
TRYAGAINerror. #215 - Make
ValkeyClusterErrorpublic and convert tostruct. #220 - Add pipeline function that takes an array of existential
ValkeyCommand. #222 - Conform
RESPToken.ValuetoCustomDebugStringConvertible. #217 - Remove public symbols
ValkeyNodeClientandByteBuffer.writeRESP3Token. #228
Patch release changes
- Remove
hostnameandipfromValkeyNodeDescription. #229 - Reset all
ValkeySubscriptionsmembers on close
Other changes
- Add Swift 6.2 to CI