Skip to content

Minor improvement and fix release

Compare
Choose a tag to compare
@khaf khaf released this 22 Jul 17:34
· 20 commits to v7 since this release
4e58b27
  • 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).