Skip to content

Releases: qoollo/bob-client-net

v3.0.2

14 Feb 18:51
Compare
Choose a tag to compare

Changes:

  • Use gRPC.NET on .NET 5.0
  • Support for different key types (new Bob protocol)
  • BobNodeClient have additional metrics to perform balancing
  • Node selection plicy refactored
  • ByteArrayPool added to reduce allocation during key serialization
  • Operation retries added to BobClusterClient
  • Support for ConnectionString via BobConnectionParameters

v2.1.3

05 Oct 18:04
Compare
Choose a tag to compare
  • Put, Get, Exists operations supported
  • Single node and cluster clients implemented