Aerospike C Client Release 5.1.0 (February 5, 2021)

Aerospike C client version 5.1.0 was released on February 5, 2021.

This minor release adds new features and a bug fix.

  • A bug affecting this version of the C client has been identified. If your application uses scans, but does not use as_scan.priority , as_scan.percent or as_policy_scan.fail_on_cluster_change , you can safely upgrade to C client 5.2.6. We strongly recommend that you do so at the earliest opportunity.

Features

  • CLIENT-1443 Remove support for CentOS 6.
  • Point to homebrew libevent directory when compiling with libevent on MacOS.
  • Sign aerospike libraries when packaging on MacOS.

Fixes

  • CLIENT-1440 Unpack msgpack boolean to as_boolean instead of as_integer. CDT (list/map) reads that expect integers to be returned from booleans, must be changed to expect boolean values. See Incompatible API change .