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 b00f705 commit 9cf1e71Copy full SHA for 9cf1e71
CHANGELOG.md
@@ -12,6 +12,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
13
### Fixed
14
15
+## [1.2.1] - 2022-09-02
16
+
17
+### Changed
18
19
+- GetCustomPayload now returns nil instead of panicking in case of query error. (#1385)
20
21
+### Fixed
22
23
+- Nil pointer dereference in events.go when handling node removal. (#1652)
24
+- Reading peers from DataStax Enterprise clusters. This was a regression in 1.2.0. (#1646)
25
+- Unmarshaling maps did not pre-allocate the map. (#1642)
26
27
## [1.2.0] - 2022-07-07
28
29
This release improves support for connecting through proxies and some improvements when using Cassandra 4.0 or later.
0 commit comments