6.1.5
Release Date: December 06, 2022
New Features
- Support ClientPolicy closeTimeout which specifies how long to wait for pending async commands to complete before the cluster is closed. [CLIENT-2009]
Bug Fixes
- Consider all replicas when retrying a foreground scan/query after a partition unavailable error. [CLIENT-1951]
- Return Long instance when parsing an integer particle type even if integer byte length is not equal to 8. Currently, the server always returns length 8 for integer particle types. [CLIENT-1996]
- Check for error in info command response string when parsing racks and partitions. [CLIENT-2002]
- Handle "java.lang.Short" as a numeric Value. Also, add "Bin(String name, short value)" constructor and "Value.get(short)". [CLIENT-2003]
- Prevent batch operation with an invalid namespace from causing the entire batch to fail. [CLIENT-2022]
- Mention that ClientPolicy clusterName must match the server config "cluster-name" in the service section.
Full Changelog: 6.1.4...6.1.5