github aerospike/aerospike-client-go v1.17.0
Major Feature Release

latest releases: v7.7.2, v7.7.1, v7.7.0...
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.

Don't miss a new aerospike-client-go release

NewReleases is sending notifications on new releases.