Skip to content

v7.7.0

Compare
Choose a tag to compare
@khaf khaf released this 13 Sep 17:46
9e009f0

Release Date: September 13, 2024

Warning

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

Improvements

  • Correctly handle new error messages/error codes returned by AS 7.2. [CLIENT-3112]
  • Add "XDR key busy" error code 32. [CLIENT-3102]
  • Use generics for a general code clean up. [CLIENT-3119]
    • 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.

Bug Fixes

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

Full Changelog: v7.6.1...v7.7.0