Aerospike Go client version 4.4.0 was released on March 12, 2021.
Minor fix and improvement release.
Improvements
- Use a global TLS setting everywhere in tests.
Bug Fixes
- Fixes an issue where the client’s reflection API expected certain
int
value types returned from the database. That assumption was wrong for CDTs and free formLists and Maps
. The client will now convert types to each other per Go’s conversion rules where possible.