MongoDB C++ Driver v2.0-rc1 Release Notes

Release Date: 2017-12-06 // over 6 years ago
  • ๐Ÿš€ This is the second release candidate for mongocxx 3.2.0, the MongoDB C++11 driver.

    ๐Ÿš€ This release includes fixes for bugs found in 3.2.0-rc0. Please see the 3.2.0-rc0 release notes for information on changes since the prior 3.1.x release series.

    ๐Ÿš€ Please note that this version of mongocxx requires the MongoDB C driver 1.8.2.

    ๐Ÿ‘€ 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.2.x series does not promise API or ABI stability across patch releases.

    The full list of user-visible issues that have been resolved in 3.2.0-rc1 since 3.2.0-rc0 series are as follows:

    ๐Ÿ› Bug

    • [CXX-1476] - Element search stops prematurely due to missing string length check