Skip to content

Commit f13c8b9

Browse files
committed
Update CHANGELOG
1 parent 9185ce1 commit f13c8b9

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Added
10+
11+
### Changed
12+
13+
### Fixed
14+
15+
## [1.2.0] - 2022-07-07
16+
917
This release improves support for connecting through proxies and some improvements when using Cassandra 4.0 or later.
1018

1119
### Added
12-
- HostDialer interface now allows customizing connection including TLS setup per host.
20+
- HostDialer interface now allows customizing connection including TLS setup per host. (#1629)
1321

1422
### Changed
15-
- The driver now uses `host_id` instead of connect address to identify nodes.
23+
- The driver now uses `host_id` instead of connect address to identify nodes. (#1632)
1624
- gocql reads `system.peers_v2` instead of `system.peers` when connected to Cassandra 4.0 or later and
17-
populates `HostInfo.Port` using the native port.
25+
populates `HostInfo.Port` using the native port. (#1635)
1826

1927
### Fixed
20-
- Data race in `HostInfo.HostnameAndPort()`.
28+
- Data race in `HostInfo.HostnameAndPort()`. (#1631)
29+
- Handling of nils when marshaling/unmarshaling lists and maps. (#1630)
30+
- Silent data corruption in case a map was serialized into UDT and some fields in the UDT were not present in the map.
31+
The driver now correctly writes nulls instead of shifting fields. (#1626, #1639)
2132

2233
## [1.1.0] - 2022-04-29
2334

0 commit comments

Comments
 (0)