Skip to content

Commit

Permalink
Update changelog for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-sucha committed Apr 26, 2023
1 parent 4aa6119 commit 4367d09
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

### Fixed

## [1.4.0] - 2023-04-26

### Added

### 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)
- Supported versions of Cassandra that we test against are now 4.0.x and 4.1.x. (#1685)
- Default HostDialer now uses already-resolved connect address instead of hostname when establishing TCP connections (#1683).

### Fixed

Expand Down

0 comments on commit 4367d09

Please sign in to comment.