Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go Client v7.7.0 #451

Merged
merged 7 commits into from
Sep 13, 2024
Merged

Go Client v7.7.0 #451

merged 7 commits into from
Sep 13, 2024

Conversation

khaf
Copy link
Collaborator

@khaf khaf commented Sep 13, 2024

Minor improvement release.

  • Improvements

    • CLIENT-3112 Correctly handle new error messages/error codes returned by AS 7.2.
    • CLIENT-3102 Add "XDR key busy" error code 32.
    • CLIENT-3119 Use Generics For a General Code Clean Up.
      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.
  • Fixes

    • CLIENT-3082 BatchGet with empty Keys raises gRPC EOF error.

This encapsulates synchronized tend connection management using a Guard
Use several new generic containers to simplify concurrent access in the client.
The issue is on the proxy server, but short circuits were added to make the client behave the same as the native client.
Copy link

@justinlee-aerospike justinlee-aerospike left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes look good

@khaf khaf merged commit 9e009f0 into v7 Sep 13, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants