Skip to content

Commit a0cdbba

Browse files
authored
CPP-868 Merge DSE changelog features into core driver changelog (#345)
1 parent 7ad7896 commit a0cdbba

1 file changed

Lines changed: 36 additions & 8 deletions

File tree

cpp-driver/CHANGELOG.md

Lines changed: 36 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,53 @@
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+
129
2.14.0
230
===========
331

432
Bug Fixes
533
--------
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
836

937
2.14.0-alpha2
1038
===========
1139

1240
Features
1341
--------
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
1745

1846
Bug Fixes
1947
--------
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
2351

2452
2.14.0-alpha
2553
===========

0 commit comments

Comments
 (0)