-
Notifications
You must be signed in to change notification settings - Fork 292
2.14.0 release preparation #458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
…or affected node (#272)
* 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
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
test: Re-run clang-format
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.