Aerospike C# Client Release 4.2.7 (December 7, 2021)

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

Features

  • Add low level functions for strongly typed unpacking of values from list/map bins.
  • Add custom parser tests.

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.