Aerospike C# client version 4.1.1 was released on December 18, 2020.
This minor release adds new features and bug fixes.
Features
- Add Exp.Val(ulong val).
- CLIENT-1387 Deprecate MapOperation.Decrement(). Use MapOperation.Increment() with a negative value instead.
Fixes
- CLIENT-1391 Reset peers, partition and rebalance generations on node tend errors. This forces a client node refresh when a node is quickly restarted with the same generation, but with different peers, partition maps or rack nodes.
- CLIENT-1395 Fix NullReferenceException when async query is run with failOnClusterChange set to true.