6.1.8
Release Date: March 31, 2023
New Features
- Add infoTimeout to QueryPolicy. This timeout is used when running the "cluster-stable" info command during a query when failOnClusterChange is enabled and the server version is less than 6.0. [CLIENT-2216]
- Add SortedMap Bin constructor. [CLIENT-2244]
- Deprecate Map Bin constructor with extra MapOrder argument. [CLIENT-2244]
- Add TestMapExp sortedMapEquality() test. [CLIENT-2181]
Bug Fixes
- Upgrade netty version to 4.1.89.Final.
- Update listener docs. Remove mention of batch termination on exception in batch listener onRecord() docs because parallel batch node commands will still run to completion. Distinguish between batch behavior and scan/query behavior on onRecord() exception in RecordSequenceListener.
- Document potential issue when using paginated queries and not iterating through all records in the RecordSet. Emphasize that PartitionFilter.after() does not work for a secondary index query.
Full Changelog: 6.1.7...6.1.8