aerospike-client-go v1.17.0 Release Notes

Release Date: 2016-07-19 // almost 8 years ago
  • Major feature and improvement release.

    • New Features

      • Client now supports distributing reads from Replicas using ClientPolicy.RequestProleReplicas and Policy.ReplicaPolicy
    • Improvements

      • Cluster.GetConnection will now retry to acquire a connection until timeout.
      • Client.DropIndex method now blocks until all nodes report the index is dropped.
      • Async tasks like CreateIndex will retry a few times before deciding a non-existing job means it has finished.
      • Don't use math.MaxInt64, it breaks 32-bit builds. PR #139, thanks to Cameron Sparr
    • Fixes

      • Maps with 0 elements will automatically shortcut to unordered empty maps.
      • Return the error in BatchCommandGet on parse error.