Skip to content

Commit

Permalink
Mention ring refresh changes in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-sucha committed Apr 25, 2023
1 parent f42e40c commit a596d48
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- gocql now refreshes the entire ring when it receives a topology change event and
when control connection is re-connected.
This simplifies code managing ring state. (#1680)

### Fixed

- Deadlock in Session.Close(). (#1688)
- Race between Query.Release() and speculative executions (#1684)
- Missed ring update during control connection reconnection (#1680)

## [1.3.2] - 2023-03-27

Expand Down

0 comments on commit a596d48

Please sign in to comment.