Aerospike C Client Release 5.2.6 (December 7, 2021)

Aerospike C client version 5.2.6 was released on December 7, 2021.

Features

  • Add as_exp_expr() to merge precompiled expressions into a greater expression.
  • Remove old deprecated predexp tests.
  • Remove unused cf_queue_priority.

Fixes

  • CLIENT-1637 Continue processing scans when “partition unavailable” errors occur. “partition unavailable” is not a fatal error for partition scans and the server will continue sending back results for other partitions. Previous clients aborted the scan and put the connection back into the pool which might cause unprocessed results to be sent to a different transaction.