Aerospike Go Client Release 5.0.1 (May 27, 2021)

Aerospike Go client version 5.0.1 was released on May 27, 2021.

Minor fix release. (The code resides in the v5 branch, and is available via the import github.com/aerospike/aerospike-client-go/v5)

Bug Fixes

  • Handle lack of key digests in BatchExists command.
  • Allow and handle nil arguments for chainError.
  • Avoid race condition in chaining predefined errors.