|
| 1 | +1.9.0 |
| 2 | +=========== |
| 3 | + |
| 4 | +Features |
| 5 | +-------- |
| 6 | +* [CPP-745] Exponential reconnection policy with jitter |
| 7 | +* [CPP-769] Use `clang-format` to fix up formatting |
| 8 | +* [CPP-775] Add `clang-format` to Windows |
| 9 | + |
| 10 | +Other |
| 11 | +-------- |
| 12 | +* [CPP-743] Move internal components from `namespace cass` to `namespace datastax::internal` |
| 13 | +* [CPP-764] Rename namespace from `cass` to `datastax` |
| 14 | +* [CPP-766] Allow RPM packaging script to build RPM packages for Amazon Linux |
| 15 | +* [CPP-770] Fix header files include guard (\_\_CASS_XXX to DATASTAX_XXX) |
| 16 | +* [CPP-772] Remove per cpp file LOG_FILE attribute to speed up Windows builds |
| 17 | + |
1 | 18 | 1.8.0 |
2 | 19 | =========== |
3 | 20 |
|
4 | 21 | Features |
5 | 22 | -------- |
6 | | -[CPP-722] Insightful monitoring (Insights) startup message |
7 | | -[CPP-723] Insightful monitoring (Insights) status event message |
8 | | -[CPP-741] Allow user to configure client ID |
9 | | -[CPP-751] Call host listener callback for the initial set of hosts |
| 23 | +* [CPP-722] Insightful monitoring (Insights) startup message |
| 24 | +* [CPP-723] Insightful monitoring (Insights) status event message |
| 25 | +* [CPP-741] Allow user to configure client ID |
| 26 | +* [CPP-751] Call host listener callback for the initial set of hosts |
10 | 27 |
|
11 | 28 | Bug Fixes |
12 | 29 | -------- |
13 | | -[CPP-755] UDT metadata not being properly populated/updated |
| 30 | +* [CPP-755] UDT metadata not being properly populated/updated |
14 | 31 |
|
15 | 32 | Other |
16 | 33 | -------- |
17 | | -[CPP-705] Deprecate DC-aware multi-DC settings (`used_hosts_per_remote_dc` |
18 | | - and `allowRemoteDCsForLocalConsistencyLevel `) |
19 | | -[CPP-720] Streamline custom allocator |
20 | | -[CPP-752] Add connection count to Host |
| 34 | +* [CPP-705] Deprecate DC-aware multi-DC settings (`used_hosts_per_remote_dc` |
| 35 | + and `allowRemoteDCsForLocalConsistencyLevel `) |
| 36 | +* [CPP-720] Streamline custom allocator |
| 37 | +* [CPP-752] Add connection count to Host |
21 | 38 |
|
22 | 39 | 1.7.0 |
23 | 40 | =========== |
|
0 commit comments