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 4aa6119 commit 4367d09Copy full SHA for 4367d09
CHANGELOG.md
@@ -10,10 +10,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
11
### Changed
12
13
+### Fixed
14
+
15
+## [1.4.0] - 2023-04-26
16
17
+### Added
18
19
+### Changed
20
21
- gocql now refreshes the entire ring when it receives a topology change event and
22
when control connection is re-connected.
23
This simplifies code managing ring state. (#1680)
24
- Supported versions of Cassandra that we test against are now 4.0.x and 4.1.x. (#1685)
25
+- Default HostDialer now uses already-resolved connect address instead of hostname when establishing TCP connections (#1683).
26
27
### Fixed
28
0 commit comments