Aerospike Go Client Release 5.0.2 (May 30, 2021)

Aerospike Go client version 5.0.2 was released on May 30, 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

  • Improve handling and chaining of errors in BatchCommand retries.
  • Don’t wrap in chainErrors if outer is nil and the inner error is of type Error .
  • Support reading back keys with original List values.