github aerospike/aerospike-client-go v7.7.0
Minor improvement release

latest release: v7.7.1
one month ago

Warning

This version introduced a major bug in tend logic. You should use v7.7.1 or later instead.

  • Improvements

    • [CLIENT-3112] Correctly handle new error messages/error codes returned by AS 7.2.
    • [CLIENT-3102] Add "XDR key busy" error code 32.
    • [CLIENT-3119] Use generics for a general code clean up.
      Uses several new generic containers to simplify concurrent access in the client.
      Uses a Guard as a monitor for the tend connection. This encapsulates synchronized tend connection management using said Guard.
    • Add documentation about client.WarmUp to the client initialization API.
  • Fixes

    • [CLIENT-3082] BatchGet with empty keys raises gRPC EOF error.

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

NewReleases is sending notifications on new releases.