Aerospike C client version 4.6.19 was released on November 30, 2020.
This minor release adds two bug fixes.
- A bug affecting this version of the C client has been identified.
- If your application uses scans, we strongly recommend that you upgrade to C client 4.6.24 at the earliest opportunity.
Fixes
- CLIENT-1380 Async queries timeout in the delay queue when fail_on_cluster_change is true and some query node commands are placed in the delay queue. Fixed by releasing the query node command (which decrements the event loop pending counter) before the final fail_on_cluster_change validation.
- CLIENT-1381 Do not define MSG_NOSIGNAL for MacOS because new versions of MacOS already define it.