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 isnil
and the inner error is of typeError
. - Support reading back keys with original
List
values.