Skip to content

MongoDB C++11 Driver 3.2.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@acmorrow acmorrow released this 06 Dec 17:41
· 1037 commits to master since this release

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