Aerospike C# client version 4.0.1 was released on October 28, 2020.
This minor release adds 2 bug fixes.
- 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
orScanPolicy.failOnClusterChange
, you can safely upgrade to C# client 4.2.7. We strongly recommend that you do so at the earliest opportunity.
Fixes
- CLIENT-1370 Fix NullReferenceException in async batch that can happen when multiple retries occur.
- Remove extraneous newline in ClusterStats ToString().