v1.0.0 Release Candidate 1
Pre-release
Pre-release
Minor release changes
- Added support for CLIENT CAPA redirect in standalone mode (Pipelined commands not supported yet). #318, #324
- Add custom response for INFO. #319
- Add
maxAttemtpstoRetryConfiguration. #320 - Add call site info to
ValkeyClientError. #327 - Add support for swift-configuration. #328 from @hamzahrmalik
- Add
ValkeyClusterClientConfiguration. #335
Patch release changes
- Cluster: Fix shard failover logic. #329
- Cluster: Retry command if underlying connection is closing/closed or connection pool is shutdown. #336
- Cluster: Don't add failed connections to connection pool array. #339, #341
- Cluster: Pre-emptively added connection pools when we receive a MOVED error. #341
- Correctly destroy a backing off connection. #337
Other changes
- Add
MockServerConnectionsto mock multiple Valkey servers. Add tests for standalone with replicas, and cluster. #331