Skip to content

Commit

Permalink
EOL: The MongoDB Legacy C++ Driver has reached end-of-life
Browse files Browse the repository at this point in the history
  • Loading branch information
acmorrow committed Feb 28, 2018
1 parent 9bcc29c commit 33ccd8a
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,7 @@ Welcome to the MongoDB C++ Driver!
This branch contains the legacy C++ driver. We encourage everyone to use
the actively maintained `mongocxx` driver in the master branch instead.

## Resources

* [MongoDB C++ Driver Quickstart](https://mongodb.github.io/mongo-cxx-driver/legacy-v1/tutorial/)
* [MongoDB C++ Driver Manual](https://mongodb.github.io/mongo-cxx-driver/)
* [MongoDB C++ Driver API Documentation](https://mongodb.github.io/mongo-cxx-driver/api/legacy-v1)
* [MongoDB C++ Driver Contribution guidelines](https://mongodb.github.io/mongo-cxx-driver/contributing/)
* [MongoDB Database Manual](http://docs.mongodb.com/manual/)

## Driver status by family and version

Stability indicates whether this driver is recommended for production use.
Currently, no drivers guarantee API or ABI stability.

| Family/version | Stability | Development | Purpose |
| ---------------| ------------| ------------------- | ------------------------------------------------------------ |
| mongocxx 3.1.x | Unstable | Active development | Unstable C++ driver development, requires C++11 |
| mongocxx 3.0.x | Stable | Bug fixes only | Primary stable C++ driver release, requires C++11 |
| legacy (all) | Stable | Critical fixes only | Former stable C++ driver release |

## MongoDB compatibility

The following compatibility table specifies the driver version(s)
recommended for different versions of MongoDB. The 3.0.x series
is recommended for all new development.

| Family/version | MongoDB 2.4 | MongoDB 2.6 | MongoDB 3.0 | MongoDB 3.2 |
| ---------------| ------------| ------------| ------------| ------------|
| mongocxx 3.0.x |||||
| legacy 1.1.x |||||
| legacy 1.0.x |||| |
**NOTE: The legacy driver has reached end-of-life status. Its use is strongly discouraged.**

## Bugs and issues

Expand Down

0 comments on commit 33ccd8a

Please sign in to comment.