Aerospike C Client Release 4.6.22 (May 25, 2021)

Aerospike C client version 4.6.22 was released on May 25, 2021.

  • 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

  • CLIENT-1540 Support placing as_record instance on heap before calling as_async_record_listener. Enable by setting async_heap_rec to true in as_policy_read or as_policy_operate. If enabled, the user is responsible for calling as_record_destroy() when done with the record.