Aerospike C Client Release 4.6.3 (May 13, 2019)

Aerospike C client version 4.6.3 was released on May 13, 2019.

This minor release adds one new feature and three new fixes.

Features

  • CLIENT-1070 Support TLS when using the async libuv event library.

Fixes

  • In aerospike_index_create_is_done(), return false if “load_pct” info attribute is not found.
  • In aerospike_udf_put_is_done(), return false if node count is zero.
  • In examples, increase initial wait time to 1 second before checking if udf create succeeded.