Aerospike Java Client Release 4.4.16 (August 14, 2020)

Aerospike Java client version 4.4.16 was released on August 14, 2020.

This minor release adds 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-1310 Allow ScanPolicy scanPercent to be sent for server versions >= 4.9 when scanPercent is changed from the default. Also, throw an exception if both scanPercent and maxRecords are changed from the default. scanPercent/maxRecords are mutually exclusive.
  • CLIENT-1336 Fail immediately with detailed message when a seed connection error occurs and seed host tlsName defined, but client tlsPolicy is not defined.
  • Fix errors/warnings generated by newer versions of javadoc.