Skip to content

Commit c2b51c7

Browse files
committed
Update CHANGELOG.md for mutex refactoring improvements
Signed-off-by: Sean Chittenden <sean.chittenden@crowdstrike.com>
1 parent 7128f2d commit c2b51c7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77
### Added
88

99
### Changed
10+
- Refactor Client struct to use embedded mutex pattern for improved thread safety ([#775](https://github.com/opensearch-project/opensearch-go/pull/775))
11+
- Refactor metrics struct to use atomic counters for lock-free request/failure tracking ([#776](https://github.com/opensearch-project/opensearch-go/pull/776))
1012

1113
### Deprecated
1214

0 commit comments

Comments
 (0)