Breaking changes
- Default
nodemanager_follow_cluster
to True
Deprecations
-
Deprecate
readonly
constructor argument in
cluster client in favor ofread_from_replicas
-
Remove invalid property setter for noreply mode
Bug Fixes
- Fix incorrect behavior of ignore_replies context manager
as it was not actually setting CLIENT REPLY and simply
discarding connections - Ensure fetching a random connection doesn't deplete the
node list in the connection pool - Ensure connection pools are disconnected on finalization
to avoid leaking connections