aerospike-client-go v4.4.0 Release Notes

Release Date: 2021-03-12 // about 3 years ago
  • Minor fix and improvements release.

    • 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 form Lists and Maps. The client will now convert types to each other per Go's conversion rules where possible.
    • Improvements

      • Use a global TLS setting everywhere in tests.