4.4.10
Release Date: April 05, 2020
- A bug affecting this version of the Java client has been identified.
- If your application uses scans, we strongly recommend that you upgrade to Java client 4.4.20 at the earliest opportunity.
New Features
- Support maxRecords in scans. This feature requires server versions >= 4.9. [CLIENT-1201]
- Support creation of list/map in a CDT context. This feature requires server versions >= 4.9. [CLIENT-1202]
- Support HyperLogLog (HLL) operations. This feature requires server versions >= 4.9. [CLIENT-1234]
- Add new PartitionFilter after(Key key) to select records after the key's digest in the partition containing the digest.
- Add retry functionality for reactor client.
Bug Fixes
- For single record transactions, send socketTimeout to the server instead of totalTimeout when socketTimeout < totalTimeout. [CLIENT-1160]
- Set compression level to BEST_SPEED (1) when compression is enabled. [CLIENT-1218]
- Change default netty version from 4.1.11 to 4.1.45.
- Remove unnecessary repositories tag in benchmark pom.xml.
- Fix Replica javadoc comment.
Full Changelog: 4.4.9...4.4.10