|
3 | 3 |
|
4 | 4 | Features
|
5 | 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 |
| 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 | 9 |
|
10 | 10 | Other
|
11 | 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 |
| 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 | 17 |
|
18 | 18 | Community
|
19 | 19 | --------
|
20 |
| -Fixed the location of the '[in]' information for Doxygen. (AlexisWilke) |
21 |
| -Added header subdirectory installation capability. (accelerated) |
22 |
| -Changed pkg_config templates to use the library variable name. (accelerated) |
23 |
| -Fix generation of shlib deps file for debian packages. (jirkasilhan) |
| 20 | +* Fixed the location of the '[in]' information for Doxygen. (AlexisWilke) |
| 21 | +* Added header subdirectory installation capability. (accelerated) |
| 22 | +* Changed pkg_config templates to use the library variable name. (accelerated) |
| 23 | +* Fix generation of shlib deps file for debian packages. (jirkasilhan) |
24 | 24 |
|
25 | 25 | 2.12.0
|
26 | 26 | ===========
|
27 | 27 |
|
28 | 28 | Features
|
29 | 29 | --------
|
30 |
| -[CPP-751] Call host listener callback for the initial set of hosts |
| 30 | +* [CPP-751] Call host listener callback for the initial set of hosts |
31 | 31 |
|
32 | 32 | Bug Fixes
|
33 | 33 | --------
|
34 |
| -[CPP-755] UDT metadata not being properly populated/updated |
| 34 | +* [CPP-755] UDT metadata not being properly populated/updated |
35 | 35 |
|
36 | 36 | Other
|
37 | 37 | --------
|
38 |
| -[CPP-705] Deprecate DC-aware multi-DC settings (`used_hosts_per_remote_dc` |
39 |
| - and `allowRemoteDCsForLocalConsistencyLevel `) |
40 |
| -[CPP-720] Streamline custom allocator |
| 38 | +* [CPP-705] Deprecate DC-aware multi-DC settings (`used_hosts_per_remote_dc` |
| 39 | + and `allowRemoteDCsForLocalConsistencyLevel `) |
| 40 | +* [CPP-720] Streamline custom allocator |
41 | 41 |
|
42 | 42 | 2.11.0
|
43 | 43 | ===========
|
|
0 commit comments