Aerospike C# Client Release 5.2.3 (September 8, 2022)

Aerospike C# client version 5.2.3 was released on September 8, 2022.

Features

  • CLIENT-1806 Add functions for CDT context conversion to/from bytes/base64 encoded string.

Fixes

  • CLIENT-1813 Handle background and aggregation queries with set names that do not exist on server nodes. The client now terminates a background/aggregation query when the server returns KEY_NOT_FOUND_ERROR on non-existent sets. Previous versions would timeout by default because the client was waiting for the INFO3_LAST bit to be set, which is not returned by the server.
  • Mention that PartitionFilter is both a filter and a cursor in apidocs.