|
| 1 | +2.14.0 |
| 2 | +=========== |
| 3 | + |
| 4 | +Bug Fixes |
| 5 | +-------- |
| 6 | +* [CPP-819] - Ensure port is updated on already assigned contact points |
| 7 | +* [CPP-825] - Cloud should be verifying the peer certificates CN |
| 8 | + |
| 9 | +2.14.0-alpha2 |
| 10 | +=========== |
| 11 | + |
| 12 | +Features |
| 13 | +-------- |
| 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 |
| 17 | + |
| 18 | +Bug Fixes |
| 19 | +-------- |
| 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 |
| 23 | + |
| 24 | +2.14.0-alpha |
| 25 | +=========== |
| 26 | + |
| 27 | +Features |
| 28 | +-------- |
| 29 | +* [CPP-787] DataStax cloud platform |
| 30 | + * [CPP-788] Support SNI at connection level using `host_id` as host name |
| 31 | + * [CPP-793] Add SNI support to `SocketConnector` and SSL backend |
| 32 | + * [CPP-794] Add domain name resolution to `SocketConnector` |
| 33 | + * [CPP-795] Replace `Address` with endpoint or host type on connection path |
| 34 | + * [CPP-797] Events need to map from affected node address to `host_id` |
| 35 | + * [CPP-800] Node discovery should use the `host_id` (and endpoint address) instead of the |
| 36 | + node's rpc_address |
| 37 | + * [CPP-790] Configuration API for DBaaS |
| 38 | + * [CPP-791] Add creds.zip support for automatic configuration |
| 39 | + * [CPP-798] Configure authentication and SSL from secure connection bundle configuration |
| 40 | + * [CPP-799] Use metadata service to determine contact points |
| 41 | + * [CPP-788] Support SNI at connection level using `host_id` as host name |
| 42 | + * [CPP-803] Propagate `local_dc` from `CloudClusterMetadataResolver` to load balancing policies |
| 43 | + |
| 44 | +Bug Fixes |
| 45 | +-------- |
| 46 | +* [CPP-786] Fix TLS 1.3 support |
| 47 | +* [CPP-806] Fix handling of no contact points |
| 48 | + |
| 49 | +Other |
| 50 | +-------- |
| 51 | +* [CPP-796] Correct compiler flags for mixed C and C++ projects |
| 52 | + |
| 53 | +Community |
| 54 | +-------- |
| 55 | +* [CPP-754] Broken build with GCC 9 (eevans) |
| 56 | +* Add openssl to the required library list in pkg_config file (accelerated) |
| 57 | +* Allow random to work with 0 (joeyhub) |
| 58 | + |
1 | 59 | 2.13.0
|
2 | 60 | ===========
|
3 | 61 |
|
|
0 commit comments