Aerospike C client version 6.0.1 was released on April 28, 2022.
Fixes
- CLIENT-1697 In as_batch_keys_execute(), set “as_error.code” correctly when an error occurs.
- CLIENT-1704 Fail on startup if the seed node is valid, but all seed node peers are not reachable and fail_if_not_connected 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.
- Fix compile error when using openssl 3.0 library.