Aerospike Go Client Release 5.1.0 (June 10, 2021)

Aerospike Go client version 5.1.0 was released on June 10, 2021.

Major fix release. (The code resides in the v5 branch, and is available via the import github.com/aerospike/aerospike-client-go/v5 )

Improvements

  • Set the error node on transaction failures.
  • Add compression and minConnsPerNode to benchmark tool options.

Bug Fixes

  • Add missing Compress commands.
  • Check if error is not nil before chaining. Resolves issue #353.
  • Handle nil case in Node.String() .
  • Correctly handle errors in Connection.Read and Connection.Write . Avoids shadowing of the error. Resolves issue #352.