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 89fb540 commit bed26c5Copy full SHA for bed26c5
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+2.15.2
2
+===========
3
+
4
+Bug Fixes
5
+--------
6
+* [CPP-917] Infinite loop in token map calculation when using SimpleStrategy and RF > number of
7
+ nodes
8
9
+Community
10
11
+* Fix compatibility with OpenSSL 1.1 (SeverinLeonhardt)
12
13
2.15.1
14
===========
15
include/cassandra.h
@@ -53,7 +53,7 @@
53
54
#define CASS_VERSION_MAJOR 2
55
#define CASS_VERSION_MINOR 15
56
-#define CASS_VERSION_PATCH 1
+#define CASS_VERSION_PATCH 2
57
#define CASS_VERSION_SUFFIX ""
58
59
#ifdef __cplusplus
0 commit comments