|
| 1 | +2.15.0 |
| 2 | +=========== |
| 3 | + |
| 4 | +Features |
| 5 | +-------- |
| 6 | +* [CPP-865] Unified driver |
| 7 | + * We have open sourced and merged DataStax Enterprise (DSE) driver features |
| 8 | + into a single, open source driver that supports both Apache Cassandra and |
| 9 | + DataStax products. *Note:* DSE-specific driver features still require DSE. |
| 10 | + * Support for the DSE authentication mechanisms including plaintext and LDAP |
| 11 | + (via GSSAPI) |
| 12 | + * Support for geospatial types including `POINT`, `LINESTRING`, and `POLYGON` |
| 13 | + * Supporting JIRA issues |
| 14 | + * [CPP-864] Merge DSE into core driver |
| 15 | + * [CPP-867] Merge DSE docs into core driver |
| 16 | + * [CPP-866] Move DSE uses of external authentication provider to internal interfaces |
| 17 | + * [CPP-861] Add `CASS_USE_KERBEROS` option and return errors from dependent auth API functions |
| 18 | + |
| 19 | +Bug Fixes |
| 20 | +-------- |
| 21 | +* [CPP-871] Fix SSL cleanup on error conditions in mockssandra |
| 22 | +* [CPP-855] Fix C\*/DSE protocol lowering attempts when `cass_cluster_set_use_beta_protocol_version()` is true |
| 23 | + |
| 24 | +Other |
| 25 | +-------- |
| 26 | +* [CPP-220] Remove use of external Boost from unit and integration tests |
| 27 | + |
| 28 | + |
1 | 29 | 2.14.0 |
2 | 30 | =========== |
3 | 31 |
|
4 | 32 | Bug Fixes |
5 | 33 | -------- |
6 | | -* [CPP-819] - Ensure port is updated on already assigned contact points |
7 | | -* [CPP-825] - Cloud should be verifying the peer certificates CN |
| 34 | +* [CPP-819] Ensure port is updated on already assigned contact points |
| 35 | +* [CPP-825] Cloud should be verifying the peer certificates CN |
8 | 36 |
|
9 | 37 | 2.14.0-alpha2 |
10 | 38 | =========== |
11 | 39 |
|
12 | 40 | Features |
13 | 41 | -------- |
14 | | -* [CPP-812] - Enable warnings for implicit casts and fix problems |
15 | | -* [CPP-813] - Detect CaaS and change consistency default |
16 | | -* [CPP-817] - Provide error if mixed usage of secure connect bundle and contact points/ssl context |
| 42 | +* [CPP-812] Enable warnings for implicit casts and fix problems |
| 43 | +* [CPP-813] Detect CaaS and change consistency default |
| 44 | +* [CPP-817] Provide error if mixed usage of secure connect bundle and contact points/ssl context |
17 | 45 |
|
18 | 46 | Bug Fixes |
19 | 47 | -------- |
20 | | -* [CPP-802] - Handle prepared id mismatch when repreparing on the fly |
21 | | -* [CPP-815] - Schema agreement fails with SNI |
22 | | -* [CPP-811] - Requests won't complete if they exceed the number of streams on a connection |
| 48 | +* [CPP-802] Handle prepared id mismatch when repreparing on the fly |
| 49 | +* [CPP-815] Schema agreement fails with SNI |
| 50 | +* [CPP-811] Requests won't complete if they exceed the number of streams on a connection |
23 | 51 |
|
24 | 52 | 2.14.0-alpha |
25 | 53 | =========== |
|
0 commit comments