MongoDB C++ Driver v2.1 Release Notes

Release Date: 2020-06-03 // almost 4 years ago
  • ๐Ÿš€ Release Notes - C++ Driver - Version 3.2.1

    ๐Ÿš€ The MongoDB C++ Driver Team is pleased to announce the availability of mongocxx-3.2.1. This release provides bug fixes since r3.2.0.

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

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

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

    ๐Ÿ†“ Please feel free to post any questions to the MongoDB community forum in the Drivers, ODMs, and Connectors category with the cxx-driver tag. Bug reports should be filed against the CXX project in the MongoDB JIRA. Your feedback on the C++11 driver is greatly appreciated.

    ๐Ÿš€ The following are user-visible issues that have been resolved in 3.2.1 since the prior release:

    ๐Ÿ› Bug

    • [CXX-2028] - Explicit write concern is incorrectly applied to collection::find_one_and_* methods.