Skip to content

Conversation

@mikefero
Copy link
Contributor

No description provided.

Michael Fero and others added 30 commits July 2, 2019 08:39
Syncing changes between core and DSE
It turns out TLS v1.3 was not working because of a driver bug. The
handshake/connection process should not finish until all remaining
handshake data has been written to the socket; otherwise, requests
written after the connection process could be processed in an invalid
state.
This removes a lot of configuration code and forces the proper use of
CMAKE_C_FLAGS and CMAKE_CXX_FLAGS for each project executable. This also
ensures that no CXX flags are present when compiling C code.
…figuration (#269)

- Ensuring zlib is on by default and adding zlib to CI
- Read cloud secure connection config from zip file in memory
- Exposing unzip implementation for driver use
- Exposing zip implementation for unit test use
- Vendoring minizip from zlib repository
  - Patched minizip for C90 compliant code and fixed missing typedef for older zlib versions
CPP-796 - Fixing compiler flags for mixed C and C++ code
* CPP-798 Configure auth/SSL from secure connection bundle configuration

Also,
* CPP-797 Events need to map from affected node address to `host_id`
* CPP-800 Node discovery should use the `host_id` (and endpoint address) instead of the node's `rpc_address`
- Printing CMake version and forcing Boost v1.70.0 for Visual Studio 2019
- Removing default cloud provided
  - Visual Studio 2019 image is not available on GCE
CPP-792/CPP-804 - Add CI support for Visual Studio 2019 and remove 32-bit builds
- Vendoring http-parser from nodejs repo
- Cleaning up mockssandra SSL code
  - Updating certificate generation to match SNI docker keys
  - Generate stronger keys; md5 and sha1 are deprecated in OpenSSL v1.1.0
- Implementing HttpClient; including tests
  - Uses HTTP/1.0 to avoid chunking
* Expand HTTP client error handling
* Handle and verify`cancel()`
* Pinned to version=1
* Corrected default metadata service port
* Cleaned up deeply nested error handling (in favor of early return)
CPP-799 - Use metadata service to determine contact points
Michael Fero and others added 28 commits October 11, 2019 08:47
1.10.0-alpha-2 release preparation
2.14.0 alpha-2 release preparation
ci: Fixing integration test builds and runs
ci: Fixing integration test builds and runs
1.10.0 GA release preparation
* Fix bug in OpenSSL DNS verification code where certain certificate's CN
  wouldn't be matched correctly
* Fix bug in Socket DNS unit tests
* Fix client certificate validation in unit tests
2.14.0 release preparation
Add missing JIRA ticket to changelog
@mikefero mikefero merged commit bbbbd7b into master Oct 25, 2019
@mikefero mikefero deleted the 2.14.0_prep branch October 25, 2019 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants