Skip to content

Commit

Permalink
cassandra.h, changelog and docs.yaml updates for 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
absurdfarce committed Oct 25, 2023
1 parent fc38817 commit e05897d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2.17.1
===========

Bug Fixes
--------
* [CPP-991] Add support for extracting version info from OpenSSL 3.x in build output
* [CPP-987] cass_future_wait does not respect registered callback
* [CPP-990] Be clearer about installed dependencies, specifically around OpenSSL 3.0
* [CPP-988] cass_uuid_gen_time race condition generates duplicate uuidv1 keys
* [CPP-964] Add refresh-interval support for histogram metrics

Community
--------
* [PR #538] Prioritize ${OPENSSL_ROOT_DIR} over system paths (diku89)
* [PR #535] Remove unreachable code (SeverinLeonhardt)
* [PR #534] Fix signed/unsigned mismatch (SeverinLeonhardt)
* [PR #533] Adapt MemoryOrder definition for C++ 20 (SeverinLeonhardt)

2.17.0
===========

Expand Down
2 changes: 1 addition & 1 deletion docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ rules:

versions:
- name: "2.17"
ref: 2.17.0
ref: 2.17.1
- name: "2.16"
ref: 698a1b01801ddf150d9f8793faa8548877f5f7f5
- name: "2.15"
Expand Down
2 changes: 1 addition & 1 deletion include/cassandra.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

#define CASS_VERSION_MAJOR 2
#define CASS_VERSION_MINOR 17
#define CASS_VERSION_PATCH 0
#define CASS_VERSION_PATCH 1
#define CASS_VERSION_SUFFIX ""

#ifdef __cplusplus
Expand Down

0 comments on commit e05897d

Please sign in to comment.