Aerospike Java Client Release 5.0.4 (February 5, 2021)

Aerospike Java client version 5.0.4 was released on February 5, 2021.

This minor release adds new features and bug fixes.

  • A bug affecting this version of the Java client has been identified. If your application uses scans, but does not use Policy.priority , ScanPolicy.scanPercent or ScanPolicy.failOnClusterChange , you can safely upgrade to Java client 5.1.11. We strongly recommend that you do so at the earliest opportunity.

Features

  • Add support for MacOS/BSD Kqueue native netty transport.
  • In setXDRFilter(), remove XDR filter if filter expression is null.

Fixes

  • CLIENT-1438 Replace MapWriteMode with MapWriteFlags where possible.
  • Remove redundant node assignment in AerospikeException.Timeout.
  • Make IAerospikeClient comments/declarations consistent with AerospikeClient.
  • Avoid deprecation warnings when using netty and junit.