Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
2.16.0
===========

Features
--------
* [PR #489] Add API to get/set coordinator node

Bug Fixes
--------
* [CPP-924] Pure virtual function called when Session object is being destructed
* [PR #488] Only using a single resolved IP when connecting with hostname
* [PR #494] Use correct `Host:` header when calling metadata service (Astra)

Other
---------
* [CPP-933] Reduce the log severity of protocol negotiation errors/warnings

2.15.3
===========

Bug Fixes
--------
* [CPP-922] Limit to TLS 1.2

2.15.2
===========

Expand Down
4 changes: 3 additions & 1 deletion docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ rules:
use_path_nav_files_only: true

versions:
- name: "2.16"
ref: 70812a0b5d21fb3e7f6c6e98a76f0a688d0c8a69
- name: "2.15"
ref: 40e8268b7750dacafe6662563d9873269d26f6c7
ref: 2.15.3
- name: "2.14"
ref: 2.14.0
- name: "2.13"
Expand Down
4 changes: 2 additions & 2 deletions include/cassandra.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
*/

#define CASS_VERSION_MAJOR 2
#define CASS_VERSION_MINOR 15
#define CASS_VERSION_PATCH 3
#define CASS_VERSION_MINOR 16
#define CASS_VERSION_PATCH 0
#define CASS_VERSION_SUFFIX ""

#ifdef __cplusplus
Expand Down