Aerospike Java Client Release 4.4.17 (August 17, 2020)

Aerospike Java client version 4.4.17 was released on August 17, 2020.

This minor release adds a new feature.

  • 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

  • Replace HashMap with LinkedHashMap when creating bins for read. This is done to preserve bin order, so client returns bins in the same order as they have been written.