Skip to content

Commit 3efe29c

Browse files
author
Michael Fero
committed
Updating version, changelog, and dependency versions
1 parent a40c521 commit 3efe29c

8 files changed

Lines changed: 33 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
1+
1.10.0
2+
===========
3+
4+
Bug Fixes
5+
--------
6+
* [CPP-819] - Ensure port is updated on already assigned contact points
7+
18
1.10.0-alpha2
29
===========
310

411
Features
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

1118
Bug 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

1724
1.10.0-alpha
1825
===========

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ os:
3535
- centos/7-64/cpp
3636
- osx/high-sierra
3737
env:
38-
LIBUV_VERSION: 1.32.0
38+
LIBUV_VERSION: 1.33.0
3939
build:
4040
- script: |
4141
. ./cpp-driver/.build.sh

cpp-driver/CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
1+
2.14.0
2+
===========
3+
4+
Bug Fixes
5+
--------
6+
* [CPP-819] - Ensure port is updated on already assigned contact points
7+
18
2.14.0-alpha2
29
===========
310

411
Features
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

1017
Bug 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

1623
2.14.0-alpha
1724
===========

cpp-driver/appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

cpp-driver/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ os:
3333
- centos/7-64/cpp
3434
- osx/high-sierra
3535
env:
36-
LIBUV_VERSION: 1.32.0
36+
LIBUV_VERSION: 1.33.0
3737
build:
3838
- script: |
3939
. .build.sh

cpp-driver/include/cassandra.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
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
6060
extern "C" {

include/dse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
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
5757
extern "C" {

0 commit comments

Comments
 (0)