Skip to content

v1.0.0 Release Candidate 1

Pre-release
Pre-release

Choose a tag to compare

@adam-fowler adam-fowler released this 19 Feb 09:47
· 29 commits to main since this release
87f5604

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 maxAttemtps to RetryConfiguration. #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 MockServerConnections to mock multiple Valkey servers. Add tests for standalone with replicas, and cluster. #331