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
BatchCommandretries. - Don’t wrap in
chainErrorsif outer isniland the inner error is of typeError. - Support reading back keys with original
Listvalues.