Aerospike C# client version 4.1.4 was released on March 2, 2021.
This minor release adds 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-1459 Fix .NET Core on Linux issues.
- If SocketAsyncEventArgs.BytesTransferred is zero on send, close connection and retry if maxRetries not reached.
- Fix infinite loop in Util.GetErrorMessage() when exception’s InnerException is always populated on all levels.
- Fix Log.Callback doc to say the log is disabled by default.