aerospike-client-go v4.5.0 Release Notes

Release Date: 2021-04-09 // almost 3 years ago
  • Minor feature and fix release.

    • New Features

      • Allows reading of boolean types from the server, supported in Aerospike server v5.6. The current client will not support writing boolean type to the server. That features will be supported in the upcoming Go client v5.
    • Fixes

      • [CLIENT-1495] Tentatively check if a connection is allowed to avoid launching too many goroutines.
    • Fixes

      • Implements correct and re-triable Scans for the Reflection API.
      • Fixes an obscure var shadowing bug in TLS connection handshake error logging.