Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed Nov 1, 2023
1 parent ee3d1e9 commit 888142b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change History

## November 1 2023: v6.14.1

Hotfix.

- **Fixes**

- [CLIENT-2624] `BatchGetOperate` triggering SIGSEGV nil pointer in the Go client.
Caching of the operation is faulty and causes race conditions when used concurrently.
This commit removes the caching which included a useless allocation and rarely, if ever, had any practical influence on performance.


## August 2023: v6.14.0

- **New Features**
Expand Down

0 comments on commit 888142b

Please sign in to comment.