Aerospike C# client version 5.2.1 was released on August 11, 2022.
Features
- Avoid Stopwatch allocations in AsyncCommand. Use new struct ValueStopwatch.
- Allow AsyncCommand references to be GCed before latent timeout checks occur.
- Pool WeakReference(s) in AsyncTimeoutQueue.
Fixes
- Do not check raw records returned in QueryGeoCollection example because the server now dedups duplicate records.
- Remove check for 0x04 map extension bit when unpacking a map because the server never sends it.
- DOCS-633 Add constraint “indexBitCount + minHashBitCount must be <= 64” to HLL api docs.