File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2.16.0
2
+ ===========
3
+
4
+ Features
5
+ --------
6
+ * [ PR #489 ] Add API to get/set coordinator node
7
+
8
+ Bug Fixes
9
+ --------
10
+ * [ CPP-924] Pure virtual function called when Session object is being destructed
11
+ * [ PR #488 ] Only using a single resolved IP when connecting with hostname
12
+ * [ PR #494 ] Use correct ` Host: ` header when calling metadata service (Astra)
13
+
14
+ Other
15
+ ---------
16
+ * [ CPP-933] Reduce the log severity of protocol negotiation errors/warnings
17
+
18
+ 2.15.3
19
+ ===========
20
+
21
+ Bug Fixes
22
+ --------
23
+ * [ CPP-922] Limit to TLS 1.2
24
+
1
25
2.15.2
2
26
===========
3
27
Original file line number Diff line number Diff line change 52
52
*/
53
53
54
54
#define CASS_VERSION_MAJOR 2
55
- #define CASS_VERSION_MINOR 15
56
- #define CASS_VERSION_PATCH 3
55
+ #define CASS_VERSION_MINOR 16
56
+ #define CASS_VERSION_PATCH 0
57
57
#define CASS_VERSION_SUFFIX ""
58
58
59
59
#ifdef __cplusplus
You can’t perform that action at this time.
0 commit comments