MongoDB C++ Driver v4.1 Release Notes

Release Date: 2020-03-03 // about 4 years ago
  • ๐Ÿš€ This patch release addresses compilation issues when compiling without a polyfill on C++17 supporting compilers.

    Please note that this version of mongocxx requires the MongoDB C driver 1.13.0.

    ๐Ÿ‘€ See the MongoDB C++ Driver Manual and the Driver Installation Instructions for more details on downloading, installing, and using this driver.

    ๐Ÿš€ NOTE: The mongocxx 3.4.x series does not promise API or ABI stability across patch releases.

    ๐Ÿš€ Here is the full list of user-visible issues that have been resolved in 3.4.1 since the prior 3.4.0 release:

    ๐Ÿ› Bug

    • [CXX-1688] - MongoDB CXX driver does not compile with standard polyfill.
    • [CXX-1689] - database::_create_collection is not using C++17-compatible string conversion.