Aerospike Go Client Release 3.0.2 (June 29, 2020)

Aerospike Go client version 3.0.2 was released on June 29, 2020.

Improvements

  • Converts a few panics to errors in wire protocol encoding/decoding. Resolves issue #304.

Bug Fixes

  • Fixes an issue where if a slice was pre-assigned on a struct, the data would not be allocated to it in reflection API. PR #302, thanks to gdm85
  • Fixes an issue where Node.GetConnection() could in some circumstances return no connection without an error. This would potentially cause a panic in VERY slow production servers.