Aerospike C# Client Release 3.9.8 (July 20, 2020)

Aerospike C# client version 3.9.8 was released on July 20, 2020.

This minor release adds 2 bug fixes.

A bug affecting this version of the C# client has been identified. You can safely upgrade to C# client 3.9.15, and we strongly recommend that you do so at the earliest opportunity.

Fixes

  • CLIENT-1335 Apply lock to async batch retry logic and separate AsyncBatchExecutor from AsyncMultiExecutor.
  • CLIENT-1310 Allow ScanPolicy scanPercent to be sent for server versions >= 4.9 when scanPercent is changed from the default. Also, throw an exception if both scanPercent and maxRecords are changed from the default. scanPercent/maxRecords are mutually exclusive.