Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed Jul 2, 2024
1 parent df5bcf4 commit 8c8c1a6
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
# Change History

## June 27 2024: v7.5.0
## July 2 2024: v7.5.1

Hotfix release.

- **Fixes**
- [CLIENT-3022] `Close()` throws a `nil` pointer error on `ProxyClient` without Authentication.

## July 1 2024: v7.5.0

This a minor feature and fix release.

- **New Features**
- [CLIENT-2968] Support new v71 proxy features:
- Info command.
- [CLIENT-2968] Support new v7.1 proxy server features:
- `Info` command.
- `QueryPolicy.QueryDuration`
- [CLIENT-3012] Support new server 7.1 info command error response strings.

- **Improvements**
- [CLIENT-2997] Scans should work in a mixed cluster of v5.7 and v6.4 server nodes.
- [CLIENT-3012] Support new server 7.1 info command error response strings.
- [CLIENT-3020] Change ReadModeSC doc from server to client perspective.
- [CLIENT-3020] Change `ReadModeSC` doc from server to client perspective.

- **Fixes**
- [CLIENT-3019] Prevent Goroutine leak in AuthInterceptor for the Proxy Client.
- [CLIENT-3019] Prevent Goroutine leak in `AuthInterceptor` for the Proxy Client.

## May 20 2024: v7.4.0

Expand Down

0 comments on commit 8c8c1a6

Please sign in to comment.