Aerospike C# client version 3.9.5 was released on May 8, 2020.
This minor release adds new features and bug fixes.
A bug affecting this version of the C# client has been identified. You can safely upgrade to C# client 3.9.15, and we strongly recommend that you do so at the earliest opportunity.
Features
- CLIENT-1278 Support minimum connections.
- Add create nested map and create nested list examples.
Fixes
- CLIENT-1279 Handle all native integer types (including short/ushort) when packing items in list/map.
- CLIENT-1281 Prevent recursive error stack overflow for async commands.
- Update QueryPolicy docs to mention maxRecords only supported on query with null filter.