Skip to content

Commit 770ddc0

Browse files
author
Michael Penick
committed
2.14.1 release preparation
1 parent fa6478d commit 770ddc0

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,33 @@
1-
Unreleased
1+
2.14.1
22
===========
33

44
Bug Fixes
55
--------
6-
* Allow remote hosts to come back up even if policy ignores down hosts
6+
* [CPP-879] Allow remote hosts to come back up even if policy ignores down hosts
7+
(community PR from kw217)
78

89
2.14.0
910
===========
1011

1112
Bug Fixes
1213
--------
13-
* [CPP-819] - Ensure port is updated on already assigned contact points
14-
* [CPP-825] - Cloud should be verifying the peer certificates CN
14+
* [CPP-819] Ensure port is updated on already assigned contact points
15+
* [CPP-825] Cloud should be verifying the peer certificates CN
1516

1617
2.14.0-alpha2
1718
===========
1819

1920
Features
2021
--------
21-
* [CPP-812] - Enable warnings for implicit casts and fix problems
22-
* [CPP-813] - Detect CaaS and change consistency default
23-
* [CPP-817] - Provide error if mixed usage of secure connect bundle and contact points/ssl context
22+
* [CPP-812] Enable warnings for implicit casts and fix problems
23+
* [CPP-813] Detect CaaS and change consistency default
24+
* [CPP-817] Provide error if mixed usage of secure connect bundle and contact points/ssl context
2425

2526
Bug Fixes
2627
--------
27-
* [CPP-802] - Handle prepared id mismatch when repreparing on the fly
28-
* [CPP-815] - Schema agreement fails with SNI
29-
* [CPP-811] - Requests won't complete if they exceed the number of streams on a connection
28+
* [CPP-802] Handle prepared id mismatch when repreparing on the fly
29+
* [CPP-815] Schema agreement fails with SNI
30+
* [CPP-811] Requests won't complete if they exceed the number of streams on a connection
3031

3132
2.14.0-alpha
3233
===========

include/cassandra.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
#define CASS_VERSION_MAJOR 2
5555
#define CASS_VERSION_MINOR 14
56-
#define CASS_VERSION_PATCH 0
56+
#define CASS_VERSION_PATCH 1
5757
#define CASS_VERSION_SUFFIX ""
5858

5959
#ifdef __cplusplus

0 commit comments

Comments
 (0)