r3.2.0
版本发布时间: 2018-03-01 05:32:41
mongodb/mongo-cxx-driver最新发布版本:r3.11.0(2024-10-03 00:43:36)
This is the first stable release in the mongocxx 3.2 series.
This release introduces support for MongoDB 3.4 features, as well as partial support for some MongoDB 3.6 features and GridFS support.
Please note that this version of mongocxx requires the MongoDB C Driver 1.9.2 or newer.
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 series does not promise API or ABI stability across patch releases.
Changes since the prior 3.2.0-rc1 release:
Bug
- [CXX-1435] - problem with the mongocxx::result::insert_many class
- [CXX-1446] - `mongoc_collection_get_last_error` is deprecated in 1.8.x of libmongoc
- [CXX-1521] - Basic builder document/array types should have noexcept move ctor and assignment op
New Feature
- [CXX-1390] - Array Update Improvements
- [CXX-1405] - OP_MSG support
- [CXX-1415] - All writes retryable support
- [CXX-1418] - Parse localLogicalSessionTimeoutMinutes from isMaster response
- [CXX-1438] - Implement Initial DNS Seedlist discovery spec