Welcome to the MongoDB C++ Driver!
The releases/stable
tag indicates the latest stable release.
This tag corresponds to the driver version which we currently recommend for use in production.
By default, new users should clone or download the driver version which is currently indicated by this tag.
# Use the latest stable release which is currently recommended for use.
git clone -b releases/stable https://github.com/mongodb/mongo-cxx-driver.git
Important
Relevant bug fixes will be backported from the current major version to the previous major version for a period of one year after the new major version is released.
Version | ABI Stability | Development Stability | Development Status |
---|---|---|---|
master | N/A | Do not use in production! | Active |
4.0.0 | None | Ready for Use | Bug Fixes Only |
3.11.0 | None | Ready for Use | Bug Fixes Only |
3.10.2 | None | Ready for Use | Not Supported |
... | ... | ... | ... |
3.0.0 | None | Ready for Use | Not Supported |
MongoDB server version compatibility per driver version is documented in the MongoDB Manual.
See our JIRA project.
- MongoDB C++ Driver Installation
- MongoDB C++ Driver Quickstart
- MongoDB CXX Driver Examples
- MongoDB C++ Driver Manual
- MongoDB C++ Driver Documentation
- MongoDB C++ Driver API Documentation
- MongoDB C++ Driver Contribution guidelines
- MongoDB Database Manual
- MongoDB Developer Center
- StackOverflow
The source files in this repository are made available under the terms of the Apache License, version 2.0.