Aerospike Java client version 4.4.3 was released on July 23, 2019.
This minor release adds new features and two bug fixes.
Features
- Document default value in policy fields.
- Benchmarks - Add clusterName command line argument.
- Benchmarks - When replica command line argument is specified, set batch policy in addition to read policy.
- Benchmarks - Default asyncMaxCommands to 100.
Fixes
- CLIENT-1089 Use first valid seed node when iterating through seeds on cluster initialization. That seed node will provide the other peer nodes in the cluster.
- CLIENT-1113 Fix class cast exception when timeoutDelay is enabled when using netty async commands.