Skip to content

Commit 5400745

Browse files
author
Michael Penick
committed
Update changelog
1 parent f174bb3 commit 5400745

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
1.7.0
2+
===========
3+
4+
Features
5+
--------
6+
* [CPP-108] Add tracing support
7+
* [CPP-402] Add support for host event callback
8+
* [CPP-524] Add client configuration information to STARTUP message
9+
* [CPP-597] Provide a means of sending query to a specific node to facilitate virtual table queries
10+
11+
Bug Fixes
12+
--------
13+
* [CPP-632] It's possible for RequestProcessor to miss add/remove event during initialization
14+
* [CPP-701] Don't use Host::is_up() flag inside of load balancing policies
15+
* [CPP-711] Memory leak in `WaitForHandler`/`SchemaChangeHandler` (reference cycle)
16+
17+
Other
18+
--------
19+
* [CPP-183] Concurrent Control Connection Establishment
20+
* [CPP-405] Namespace rapidjson to avoid conflicts with other rapidjson usages
21+
* [CPP-413] Enable Client Timestamps by Default
22+
* [CPP-510] Try all contact points until one succeeds
23+
* [CPP-585] Deprecate DowngradingConsistencyRetryPolicy
24+
* [CPP-686] Pull in the latest rapidjson changes from master
25+
* [CPP-688] Use plugin architecture for protocol version handling
26+
127
1.6.0
228
===========
329

cpp-driver/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
2.11.0
2+
===========
3+
4+
Features
5+
--------
6+
* [CPP-108] Add tracing support
7+
* [CPP-402] Add support for host event callback
8+
* [CPP-524] Add client configuration information to STARTUP message
9+
* [CPP-597] Provide a means of sending query to a specific node to facilitate virtual table queries
10+
11+
Bug Fixes
12+
--------
13+
* [CPP-632] It's possible for RequestProcessor to miss add/remove event during initialization
14+
* [CPP-701] Don't use Host::is_up() flag inside of load balancing policies
15+
* [CPP-711] Memory leak in `WaitForHandler`/`SchemaChangeHandler` (reference cycle)
16+
17+
Other
18+
--------
19+
* [CPP-183] Concurrent Control Connection Establishment
20+
* [CPP-405] Namespace rapidjson to avoid conflicts with other rapidjson usages
21+
* [CPP-413] Enable Client Timestamps by Default
22+
* [CPP-510] Try all contact points until one succeeds
23+
* [CPP-585] Deprecate DowngradingConsistencyRetryPolicy
24+
* [CPP-686] Pull in the latest rapidjson changes from master
25+
* [CPP-688] Use plugin architecture for protocol version handling
26+
* Added ${CMAKE_LIBRARY_ARCHITECTURE} path suffix for libuv search
27+
128
2.10.0
229
===========
330

0 commit comments

Comments
 (0)