Aerospike Go Client Release 4.5.0 (April 12, 2021)

Aerospike Go client version 4.5.0 was released on April 12, 2021.

Minor feature, fix, and improvement 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.

Improvements

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

Bug Fixes

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