v7.6.0
Release Date: July 22, 2024
- Minor improvement and fix release.
Improvements
- 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-3045]
- Use a specialized pool for gPRC connections to prevent premature reaping. [CLIENT-3049]
Bug Fixes
Close()
throws anil
pointer error onProxyClient
without Authentication. [CLIENT-3022]- Circular reference in between
Client
<->Cluster
causes memory leak when the client is not closed manually. [CLIENT-3044] - Wrong return type in Single Key Batch Operations with Multiple Ops per Bin. [CLIENT-3046]
- Fix pointer value assignment in baseMultiCommand.parseKey #443. [CLIENT-3047]
- Use precomputed ops variable in
batchIndexCommandGet.executeSingle
#442. [CLIENT-3048]
Full Changelog: v7.5.0...v7.6.0