File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
19
2.17.0
2
20
===========
3
21
Original file line number Diff line number Diff line change 76
76
77
77
versions :
78
78
- name : " 2.17"
79
- ref : 2.17.0
79
+ ref : 2.17.1
80
80
- name : " 2.16"
81
81
ref : 698a1b01801ddf150d9f8793faa8548877f5f7f5
82
82
- name : " 2.15"
Original file line number Diff line number Diff line change 53
53
54
54
#define CASS_VERSION_MAJOR 2
55
55
#define CASS_VERSION_MINOR 17
56
- #define CASS_VERSION_PATCH 0
56
+ #define CASS_VERSION_PATCH 1
57
57
#define CASS_VERSION_SUFFIX ""
58
58
59
59
#ifdef __cplusplus
You can’t perform that action at this time.
0 commit comments