File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 1.8.0
2+ ===========
3+
4+ Features
5+ --------
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
10+
11+ Bug Fixes
12+ --------
13+ [ CPP-755] UDT metadata not being properly populated/updated
14+
15+ Other
16+ --------
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
21+
1221.7.0
223===========
324
Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ environment:
4040 APPVEYOR_BUILD_WORKER_CLOUD : gce
4141 APPVEYOR_IGNORE_COMMIT_FILTERING_ON_TAG : true
4242 DRIVER_TYPE : DSE
43- BOOST_VERSION : 1.68 .0
44- LIBSSH2_VERSION : 1.8.0
45- LIBUV_VERSION : 1.24 .0
46- OPENSSL_1_0_VERSION : 1.0.2q
47- OPENSSL_1_1_VERSION : 1.1.1a
43+ BOOST_VERSION : 1.69 .0
44+ LIBSSH2_VERSION : 1.8.2
45+ LIBUV_VERSION : 1.28 .0
46+ OPENSSL_1_0_VERSION : 1.0.2r
47+ OPENSSL_1_1_VERSION : 1.1.1b
4848 matrix :
4949 - CMAKE_GENERATOR : Visual Studio 10 2010
5050 OPENSSL_MAJOR_MINOR : 1.0
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ architecture:
1414os :
1515 - ubuntu/bionic64/cpp
1616 - ubuntu/trusty64/cpp
17- - ubuntu/xenial64
18- - centos/6-64
19- - centos/7-64
17+ - ubuntu/xenial64/cpp
18+ - centos/6-64/cpp
19+ - centos/7-64/cpp
2020 - osx/high-sierra
2121env :
22- LIBUV_VERSION : 1.24 .0
22+ LIBUV_VERSION : 1.26 .0
2323build :
2424 - script : |
2525 . ./cpp-driver/.build.sh
Original file line number Diff line number Diff line change 1+ 2.12.0
2+ ===========
3+
4+ Features
5+ --------
6+ [ CPP-751] Call host listener callback for the initial set of hosts
7+
8+ Bug Fixes
9+ --------
10+ [ CPP-755] UDT metadata not being properly populated/updated
11+
12+ Other
13+ --------
14+ [ CPP-705] Deprecate DC-aware multi-DC settings (` used_hosts_per_remote_dc `
15+ and ` allowRemoteDCsForLocalConsistencyLevel ` )
16+ [ CPP-720] Streamline custom allocator
17+
1182.11.0
219===========
320
Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ environment:
3939 APPVEYOR_BUILD_WORKER_CLOUD : gce
4040 APPVEYOR_IGNORE_COMMIT_FILTERING_ON_TAG : true
4141 DRIVER_TYPE : CASS
42- BOOST_VERSION : 1.68 .0
43- LIBSSH2_VERSION : 1.8.0
44- LIBUV_VERSION : 1.24 .0
45- OPENSSL_1_0_VERSION : 1.0.2q
46- OPENSSL_1_1_VERSION : 1.1.1a
42+ BOOST_VERSION : 1.69 .0
43+ LIBSSH2_VERSION : 1.8.2
44+ LIBUV_VERSION : 1.28 .0
45+ OPENSSL_1_0_VERSION : 1.0.2r
46+ OPENSSL_1_1_VERSION : 1.1.1b
4747 matrix :
4848 - CMAKE_GENERATOR : Visual Studio 10 2010
4949 OPENSSL_MAJOR_MINOR : 1.0
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ architecture:
1414os :
1515 - ubuntu/bionic64/cpp
1616 - ubuntu/trusty64/cpp
17- - ubuntu/xenial64
18- - centos/6-64
19- - centos/7-64
17+ - ubuntu/xenial64/cpp
18+ - centos/6-64/cpp
19+ - centos/7-64/cpp
2020 - osx/high-sierra
2121env :
22- LIBUV_VERSION : 1.24 .0
22+ LIBUV_VERSION : 1.26 .0
2323build :
2424 - script : |
2525 . .build.sh
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ if(NOT BOOST_INSTALL_PREFIX)
2323endif ()
2424option (BOOST_VERSION "Boost version to build and install" )
2525if (NOT BOOST_VERSION)
26- set (BOOST_VERSION "1.68 .0" )
26+ set (BOOST_VERSION "1.69 .0" )
2727endif ()
2828set (BOOST_VERSION ${BOOST_VERSION} CACHE STRING "Boost version to build and install" FORCE )
2929
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ endif()
2121# OpenSSL related CMake options
2222option (OPENSSL_VERSION "OpenSSL version to build and install" )
2323if (NOT OPENSSL_VERSION)
24- # TODO: Should we default to OpenSSL 1.1 (e.g. 1.1.1a )?
25- set (OPENSSL_VERSION "1.0.2q " )
24+ # TODO: Should we default to OpenSSL 1.1 (e.g. 1.1.1b )?
25+ set (OPENSSL_VERSION "1.0.2r " )
2626endif ()
2727option (OPENSSL_INSTALL_PREFIX "OpenSSL installation prefix location" )
2828if (CASS_USE_ZLIB)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if(NOT LIBSSH2_INSTALL_PREFIX)
2222endif ()
2323option (LIBSSH2_VERSION "libssh2 version to build and install" )
2424if (NOT LIBSSH2_VERSION)
25- set (LIBSSH2_VERSION "1.8.0 " )
25+ set (LIBSSH2_VERSION "1.8.2 " )
2626endif ()
2727set (LIBSSH2_VERSION ${LIBSSH2_VERSION} CACHE STRING "libssh2 version to build and install" FORCE )
2828
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if(NOT LIBUV_INSTALL_PREFIX)
2222endif ()
2323option (LIBUV_VERSION "libuv version to build and install" )
2424if (NOT LIBUV_VERSION)
25- set (LIBUV_VERSION "1.24 .0" )
25+ set (LIBUV_VERSION "1.28 .0" )
2626endif ()
2727set (LIBUV_VERSION ${LIBUV_VERSION} CACHE STRING "libuv version to build and install" FORCE )
2828
You can’t perform that action at this time.
0 commit comments