Aerospike Go Client Release 5.2.0 (June 28, 2021)

Aerospike Go client version 5.2.0 was released on June 28, 2021.

New Features

  • Add support for boolean bins in expressions ( ExpBoolBin ).
  • Add Node.PeersGeneration , Node.PartitionGeneration , Node.RebalanceGeneration .
  • Support TLS connections in benchmark tool. Resolves #313.
  • Expose Partition Health API to the user ( Cluster.Healthy() ). Resolves #334.

Improvements

  • Do not keep connection on all client-side errors.
  • Refactor batch commands to better reflect that keys are not created on batch requests.
  • Mention List/Map WriteFlags in List/Map Policy constructors.
  • Fix ClientPolicy.ErrorRateWindow documentation.
  • Fix benchmark document. Thanks to Koji Miyata
  • Fix unidiomatic variable naming. Thanks to Yevgeny Rizhkov