github aerospike/aerospike-client-go v7.6.0
Minor improvement and fix release

latest releases: v7.7.2, v7.7.1, v7.7.0...
3 months ago
  • Improvements

    • [CLIENT-3045] Move proxy client build behind a build flag.
      This removes the GRPC compilation and potential namespace conflict from the default build and moves it behind the compiler build flag "as_proxy".
    • [CLIENT-3049] Use a specialized pool for grpc conns to prevent premature reaping.
  • Fixes

    • [CLIENT-3022] Close() throws a nil pointer error on ProxyClient without Authentication.
    • [CLIENT-3044] Circular reference in between Client<->Cluster causes memory leak when the client is not closed manually.
    • [CLIENT-3046] Wrong return type in Single Key Batch Operations with Multiple Ops per Bin.
    • [CLIENT-3047] Fix pointer value assignment in baseMultiCommand.parseKey (#443).
    • [CLIENT-3048] Use precomputed ops variable in batchIndexCommandGet.executeSingle (#442).

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

NewReleases is sending notifications on new releases.