Aerospike C# Client Release 4.0.2 (November 2, 2020)

Aerospike C# client version 4.0.2 was released on November 2, 2020.

This minor release adds 1 bug fix.

  • A bug affecting this version of the C# client has been identified. If your application uses scans, but does not use Policy.priority , ScanPolicy.scanPercent or ScanPolicy.failOnClusterChange , you can safely upgrade to C# client 4.2.7. We strongly recommend that you do so at the earliest opportunity.

Fixes

  • CLIENT-1372 Do not put SocketAsyncEventArgs back into pool when preparing for normal (non-split) async batch retry. The SocketAsyncEventArgs instance is used in the retry.