Skip to content

Commit

Permalink
Merge pull request #451 from aerospike/stage
Browse files Browse the repository at this point in the history
Go Client v7.7.0
  • Loading branch information
khaf authored Sep 13, 2024
2 parents 329f779 + af1bf40 commit 9e009f0
Show file tree
Hide file tree
Showing 18 changed files with 961 additions and 470 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ Dockerfile*
docker-compose.yml
golangci.yml
cover*.out
.vscode/settings.json
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change History

## September 13 2024: v7.7.0

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.

## August 12 2024: v7.6.1

Minor improvement release.
Expand Down
Loading

0 comments on commit 9e009f0

Please sign in to comment.