Aerospike Java Client Release 4.4.11 (May 6, 2020)

Aerospike Java client version 4.4.11 was released on May 6, 2020.

This minor release new features and 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.

Features

  • CLIENT-1278 Support minimum connections in node connection pools.
  • Add ScanPolicy copy constructor.
  • Add more detailed docs for CTX.listIndexCreate() and CTX.mapKeyCreate().
  • Add more HyperLogLog (HLL) tests.
  • Add ACT random algorithm to benchmarks.
  • Add serviceAlternate option to benchmarks.

Fixes