Aerospike C Client Release 4.6.18 (August 14, 2020)

Aerospike C client version 4.6.18 was released on August 14, 2020.

This minor release adds new features and bug fixes.

  • A bug affecting this version of the C client has been identified.
    • If your application uses scans, we strongly recommend that you upgrade to C client 4.6.24 at the earliest opportunity.

Features

  • Add support for Ubuntu 20.04.
  • Drop support for Ubuntu 14.04.

Fixes

  • CLIENT-1310 Allow “as_scan.percent” to be sent for server versions >= 4.9 when percent is changed from the default. Also, return an error if both scan percent and “as_policy_scan.max_records” are changed from the default. Scan percent/max_records are mutually exclusive.
  • Fix doxygen warnings in aerospike struct and as_map_write_flags enum references.