Skip to content

Commit e05897d

Browse files
committed
cassandra.h, changelog and docs.yaml updates for 2.17.1
1 parent fc38817 commit e05897d

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2.17.1
2+
===========
3+
4+
Bug Fixes
5+
--------
6+
* [CPP-991] Add support for extracting version info from OpenSSL 3.x in build output
7+
* [CPP-987] cass_future_wait does not respect registered callback
8+
* [CPP-990] Be clearer about installed dependencies, specifically around OpenSSL 3.0
9+
* [CPP-988] cass_uuid_gen_time race condition generates duplicate uuidv1 keys
10+
* [CPP-964] Add refresh-interval support for histogram metrics
11+
12+
Community
13+
--------
14+
* [PR #538] Prioritize ${OPENSSL_ROOT_DIR} over system paths (diku89)
15+
* [PR #535] Remove unreachable code (SeverinLeonhardt)
16+
* [PR #534] Fix signed/unsigned mismatch (SeverinLeonhardt)
17+
* [PR #533] Adapt MemoryOrder definition for C++ 20 (SeverinLeonhardt)
18+
119
2.17.0
220
===========
321

docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ rules:
7676

7777
versions:
7878
- name: "2.17"
79-
ref: 2.17.0
79+
ref: 2.17.1
8080
- name: "2.16"
8181
ref: 698a1b01801ddf150d9f8793faa8548877f5f7f5
8282
- name: "2.15"

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 17
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)