File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 1.10.0
2+ ===========
3+
4+ Bug Fixes
5+ --------
6+ * [ CPP-819] - Ensure port is updated on already assigned contact points
7+
181.10.0-alpha2
29===========
310
411Features
512--------
6- [ CPP-812] - Enable warnings for implicit casts and fix problems
7- [ CPP-813] - Detect CaaS and change consistency default
8- [ CPP-817] - Provide error if mixed usage of secure connect bundle and contact points/ssl context
9- [ CPP-818] - Add missing configuration elements to Insights startup message
13+ * [ CPP-812] - Enable warnings for implicit casts and fix problems
14+ * [ CPP-813] - Detect CaaS and change consistency default
15+ * [ CPP-817] - Provide error if mixed usage of secure connect bundle and contact points/ssl context
16+ * [ CPP-818] - Add missing configuration elements to Insights startup message
1017
1118Bug Fixes
1219--------
13- [ CPP-802] - Handle prepared id mismatch when repreparing on the fly
14- [ CPP-815] - Schema agreement fails with SNI
15- [ CPP-811] - Requests won't complete if they exceed the number of streams on a connection
20+ * [ CPP-802] - Handle prepared id mismatch when repreparing on the fly
21+ * [ CPP-815] - Schema agreement fails with SNI
22+ * [ CPP-811] - Requests won't complete if they exceed the number of streams on a connection
1623
17241.10.0-alpha
1825===========
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ environment:
4040 DRIVER_TYPE : DSE
4141 BOOST_VERSION : 1.69.0
4242 LIBSSH2_VERSION : 1.9.0
43- LIBUV_VERSION : 1.32 .0
43+ LIBUV_VERSION : 1.33 .0
4444 OPENSSL_1_0_VERSION : 1.0.2s
4545 OPENSSL_1_1_VERSION : 1.1.1c
4646 ZLIB_VERSION : 1.2.11
Original file line number Diff line number Diff line change 3535 - centos/7-64/cpp
3636 - osx/high-sierra
3737env :
38- LIBUV_VERSION : 1.32 .0
38+ LIBUV_VERSION : 1.33 .0
3939build :
4040 - script : |
4141 . ./cpp-driver/.build.sh
Original file line number Diff line number Diff line change 1+ 2.14.0
2+ ===========
3+
4+ Bug Fixes
5+ --------
6+ * [ CPP-819] - Ensure port is updated on already assigned contact points
7+
182.14.0-alpha2
29===========
310
411Features
512--------
6- [ CPP-812] - Enable warnings for implicit casts and fix problems
7- [ CPP-813] - Detect CaaS and change consistency default
8- [ CPP-817] - Provide error if mixed usage of secure connect bundle and contact points/ssl context
13+ * [ CPP-812] - Enable warnings for implicit casts and fix problems
14+ * [ CPP-813] - Detect CaaS and change consistency default
15+ * [ CPP-817] - Provide error if mixed usage of secure connect bundle and contact points/ssl context
916
1017Bug Fixes
1118--------
12- [ CPP-802] - Handle prepared id mismatch when repreparing on the fly
13- [ CPP-815] - Schema agreement fails with SNI
14- [ CPP-811] - Requests won't complete if they exceed the number of streams on a connection
19+ * [ CPP-802] - Handle prepared id mismatch when repreparing on the fly
20+ * [ CPP-815] - Schema agreement fails with SNI
21+ * [ CPP-811] - Requests won't complete if they exceed the number of streams on a connection
1522
16232.14.0-alpha
1724===========
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ environment:
3939 DRIVER_TYPE : CASS
4040 BOOST_VERSION : 1.69.0
4141 LIBSSH2_VERSION : 1.9.0
42- LIBUV_VERSION : 1.32 .0
42+ LIBUV_VERSION : 1.33 .0
4343 OPENSSL_1_0_VERSION : 1.0.2s
4444 OPENSSL_1_1_VERSION : 1.1.1c
4545 ZLIB_VERSION : 1.2.11
Original file line number Diff line number Diff line change 3333 - centos/7-64/cpp
3434 - osx/high-sierra
3535env :
36- LIBUV_VERSION : 1.32 .0
36+ LIBUV_VERSION : 1.33 .0
3737build :
3838 - script : |
3939 . .build.sh
Original file line number Diff line number Diff line change 5454#define CASS_VERSION_MAJOR 2
5555#define CASS_VERSION_MINOR 14
5656#define CASS_VERSION_PATCH 0
57- #define CASS_VERSION_SUFFIX "alpha2 "
57+ #define CASS_VERSION_SUFFIX ""
5858
5959#ifdef __cplusplus
6060extern "C" {
Original file line number Diff line number Diff line change 5151#define DSE_VERSION_MAJOR 1
5252#define DSE_VERSION_MINOR 10
5353#define DSE_VERSION_PATCH 0
54- #define DSE_VERSION_SUFFIX "alpha2 "
54+ #define DSE_VERSION_SUFFIX ""
5555
5656#ifdef __cplusplus
5757extern "C" {
You can’t perform that action at this time.
0 commit comments