Aerospike Node.js Client Release 3.16.7 (January 10, 2022)

Aerospike Node.js client version 3.16.7 was released on January 10, 2022.

Bug Fixes

  • [CLIENT-1641] - Unprocessed results sent to a different transaction on "Partition unavailable”.
    • 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.

Updates

  • Update C client library to v4.6.24.