Aerospike Java client version 4.4.15 was released on July 15, 2020.
This minor release adds two bug fixes.
- 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.
Fixes
- CLIENT-1307 Fix async netty connection recovery to handle cases where connection channel pipeline has not been initialized. Also, handle connection recovery exceptions gracefully. Connection recovery is used when a timeout occurs and timeoutDelay policy is defined.
- Fix Role documentation.