Aerospike C client version 5.1.0 was released on February 5, 2021.
This minor release adds new features and a bug fix.
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 .