Aerospike C Client Release 4.6.15 (April 28, 2020)

Aerospike C client version 4.6.15 was released on April 28, 2020.

This minor release adds 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.

Fixes

  • CLIENT-1273 Eliminate async cross thread commands when operating in libevent single thread mode.
  • Add new libevent single thread mode functions as_event_loop_register_aerospike(), as_event_loop_close_aerospike() and as_event_close_loop().
  • Restructure async timer functions.
  • CLIENT-1206 Support lua loadstring.
  • Add new server config allow-ttl-without-nsup to travis test environment.