Aerospike C Client Release 5.0.3 (January 5, 2021)

Aerospike C client version 5.0.3 was released on January 5, 2021.

This minor release adds new features and bug fixes.

Features

  • CLIENT-1387 Deprecate as_operations_map_decrement(). Use as_operations_map_increment() with negative value instead.
  • Add error code AEROSPIKE_LOST_CONFLICT.

Fixes

  • CLIENT-1391 Reset peers, partition and rebalance generations on node tend errors. This forces a client node refresh when a node is quickly restarted with the same generation, but with different peers, partition maps or rack nodes.
  • CLIENT-1397 Sort unordered map before packing when map flags indicate sorting should be performed.