Aerospike C Client Release 5.1.1 (March 22, 2021)

Aerospike C client version 5.1.1 was released on March 22, 2021.

This minor release adds a new feature and a bug fix.

  • A bug affecting this version of the C client has been identified. If your application uses scans, but does not use as_scan.priority , as_scan.percent or as_policy_scan.fail_on_cluster_change , you can safely upgrade to C client 5.2.6. We strongly recommend that you do so at the earliest opportunity.

Features

  • CLIENT-1473 Accept new bool particle type on reads, but continue writing bool as an integer bin. This is an interim step that allows rolling upgrades with bool support when server version 5.6 is released.

Fixes

  • CLIENT-1451 Fix segfault caused by wrong variable type when scan “node not found” error message is generated.