Aerospike C# Client Release 5.1.0 (May 12, 2022)

Aerospike C# client version 5.1.0 was released on May 12, 2022.

Features

  • CLIENT-887 Support TLS in AsyncClient.
  • CLIENT-1720 Set new flag bit on batch commands to instruct the server to return the key specific error code on an error that stops a response.
  • Call ThreadPool UnsafeQueueUserWorkItem() for sync batch and query sub-commands.

Fixes

  • CLIENT-1704 Fail on cluster initialization if the seed node is valid, but all seed node peers are not reachable and failIfNotConnected is true. This scenario occurs in AWS installations when peer nodes are configured with AWS internal IP addresses and the client is external to AWS.