aerospike-client-go v3.1.1 Release Notes

Release Date: 2020-11-09 // over 3 years ago
  • ⬆️ We recommend upgrading to this version, or cherry-picking the changeset to your vendored version if possible.

    🛠 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

    🔄 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.