We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42e40c commit a596d48Copy full SHA for a596d48
CHANGELOG.md
@@ -10,10 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
11
### Changed
12
13
+- gocql now refreshes the entire ring when it receives a topology change event and
14
+ when control connection is re-connected.
15
+ This simplifies code managing ring state. (#1680)
16
+
17
### Fixed
18
19
- Deadlock in Session.Close(). (#1688)
20
- Race between Query.Release() and speculative executions (#1684)
21
+- Missed ring update during control connection reconnection (#1680)
22
23
## [1.3.2] - 2023-03-27
24
0 commit comments