Skip to content
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

[request] mongo-cxx-driver/4.0.0 #26000

Open
eramongodb opened this issue Nov 21, 2024 · 0 comments
Open

[request] mongo-cxx-driver/4.0.0 #26000

eramongodb opened this issue Nov 21, 2024 · 0 comments

Comments

@eramongodb
Copy link

eramongodb commented Nov 21, 2024

Package Name/Version

mongo-cxx-driver/4.0.0

Changelog

https://github.com/mongodb/mongo-cxx-driver/releases/tag/r4.0.0

Context about the new update

The above-mentioned version is newly released by the upstream project and not yet available as a recipe.
Please add this version.

Important changes which may directly impact the packaging of this release include:

  • MongoDB C Driver 1.29.0 or newer is required.
  • External polyfill library support is removed as a breaking change to the build system, API, and ABI.
    • This is the most significant change in this release.
    • This means the default build configuration now uses bsoncxx polyfill implementations for pre-C++17 configurations rather than the Boost or mnmlstc/core libraries.
    • This means Boost and mnmlstc/core are no longer optional dependencies.
  • ENABLE_TESTS is now OFF by default.
    • This means test targets are no longer defined by the default build configuration.
    • This means the FetchContent download-and-configure of the Catch2 v3 library and corresponding C++14 or newer compiler support for building tests (both added in the 3.11.0 release) are no longer required by the default build configuration.
    • Building and using the installed libraries still only require C++11 or newer.
  • The CMake option MONGOCXX_OVERRIDE_DEFAULT_INSTALL_PREFIX is removed and now implicitly OFF.
    • This means CMake's default install prefix and related paths are now used by default.
  • Various deprecated or undocumented features are removed as a breaking change to the API and ABI.

Note: v3.11 will continue to receive bug fixes (as patch releases) for up to one year after the 4.0.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant