-
Notifications
You must be signed in to change notification settings - Fork 543
Update changelog for 3.9.0 #1053
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
Changes from all commits
17f98aa
d530f7c
36817b2
f7d2747
2abe924
3a6146e
b333f68
a087110
5aa2400
561989f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,17 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
### Added | ||
|
||
- The C++ driver container image is now available on [Docker hub](https://hub.docker.com/r/mongodb/mongo-cxx-driver). | ||
- Document availability of on [vcpkg](https://vcpkg.io/) and [Conan](https://conan.io/center/recipes/mongo-cxx-driver). | ||
- Add CMake option `MONGOCXX_OVERRIDE_DEFAULT_INSTALL_PREFIX` (default is `TRUE` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggest to add its purpose. Something like: Add CMake option There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I like that idea. Updated. |
||
for backwards-compatibility). | ||
- Add API to manage Atlas Search Indexes. | ||
for backwards-compatibility). If enabled, `CMAKE_INSTALL_PREFIX` defaults to the build directory. | ||
- Add API to manage [Atlas Search Indexes](https://www.mongodb.com/docs/atlas/atlas-search/). | ||
- Automatically download C driver dependency if not provided. | ||
- Add VERSIONINFO resource to bsoncxx.dll and mongocxx.dll. | ||
|
||
### Changed | ||
- Do not build tests as part of `all` target. Configure with `BUILD_TESTING=ON` to build tests. | ||
- Bump minimum required CMake version to 3.15 to support the FetchContent module and for consistency with the C Driver. | ||
- Improve handling of downloaded (non-system) mnmlstc/core as the polyfill library. | ||
- Use `FetchContent` instead of `ExternalProject` to download and build the library. | ||
- Do not patch include directives in mnmlstc/core headers. | ||
- Bump minimum C Driver version to [1.25.0](https://github.com/mongodb/mongo-c-driver/releases/tag/1.25.0). | ||
|
||
### Fixed | ||
- Explicitly document that throwing an exception from an APM callback is undefined behavior. | ||
|
@@ -28,3 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
### Removed | ||
- Remove support for exported targets from the CMake project build tree. | ||
- Drop support for the following operating systems: | ||
- macOS 10.14 and 10.15 | ||
- Ubuntu 14.04 |
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we mention adding support for vcpkg and conan?