File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff 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+
917This 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
You can’t perform that action at this time.
0 commit comments