Aerospike Java Client Release 5.1.5 (June 29, 2021)

Aerospike Java client version 5.1.5 was released on June 29, 2021.

This minor release adds features and a bug fix.

  • 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 5.1.11 at the earliest opportunity.

Features

  • CLIENT-1547 Allow async batch read calls with sequence listeners to deliver partial results when InvalidNode exception occurs for some keys.
  • Upgrade default Netty library version to 4.1.65.Final.

Fixes

  • CLIENT-1554 Fix async connection accounting when timeoutDelay policy is enabled.