Aerospike Go Client Release 3.1.1 (November 9, 2020)

Aerospike Go client version 3.1.1 was released on November 9, 2020.

Hotfix release. We recommend upgrading to this version, or cherry-picking the changeset to your vendored version if possible.

Changes:

  • Removes support for versions prior to Go v1.12 due to incompatibility in the testing library we use. Go v1.9+ should still work, though they will not be tested in our tests.

Bug Fixes

  • Handle cleanup cases in Offer and DropIdleTail for singleConnectionHeap. (Github #318)
  • Unlock the mutex in singleConnectionHeap.Poll if called after cleanup. (Github #323) thanks to linchuan4028