We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4a2cd commit 6d0ccf7Copy full SHA for 6d0ccf7
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+2.16.1
2
+===========
3
+
4
+Bug Fixes
5
+--------
6
+* [CPP-924] Latency aware policy never activates because minimum latency isn't updated for request processors
7
8
2.16.0
9
===========
10
include/cassandra.h
@@ -53,7 +53,7 @@
53
54
#define CASS_VERSION_MAJOR 2
55
#define CASS_VERSION_MINOR 16
56
-#define CASS_VERSION_PATCH 0
+#define CASS_VERSION_PATCH 1
57
#define CASS_VERSION_SUFFIX ""
58
59
#ifdef __cplusplus
0 commit comments