You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-18Lines changed: 12 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -3,33 +3,27 @@ Welcome to the MongoDB C++ Driver!
3
3
4
4
Please see our [wiki page](https://github.com/mongodb/mongo-cxx-driver/wiki/Download%20and%20Compile) for information about building, testing, and using the driver.
5
5
6
-
Version [1.0.0-rc4](https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.0-rc4)
7
-
of the C++ legacy driver has been released. Help us test it out!
> **NOTE:** The legacy branch is currently in testing. If you are looking for a production-ready release of the C++ driver you should use the 26compat branch until our RC testing is complete.
6
+
Version [1.0.0](https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.0)
7
+
of the C++ legacy driver has been released. Please report any bugs or issues in the C++ [JIRA project](http://jira.mongodb.org/browse/CXX).
12
8
13
9
Use the legacy branch if:
14
10
15
-
- You want to help test the upcoming 1.0 release of the legacy C++ driver.
16
-
- You are using MongoDB's C++ driver for the first time and do not mind the driver being actively worked on.
17
-
- You had been using 26compat (or the driver inside of the server source) and want to benefit from incremental improvements while having the same overall API.
11
+
- You are using MongoDB's C++ driver for the first time.
12
+
- You had been using 26compat (or the driver inside of the server source), can tolerate source level changes, and want to benefit from incremental improvements while having the same overall API.
18
13
19
-
Switch to the 26compat branch if:
14
+
Use the 26compat branch only if:
20
15
21
-
- You need a production ready release of the C++ driver that is not under active development.
22
-
- You have existing code that used the driver from the server source and want it to continue working without modification.
16
+
- You have existing code that used the driver from the 2.6 or earlier server source and want it to continue working without modification.
23
17
24
-
> **Note:** As of MongoDB 2.6.0-rc1, it is no longer possible to build the driver from the server sources: this repository is the only approved source for driver builds.
18
+
> **Note:** As of MongoDB 2.6.0-rc1, it is no longer possible to build the driver from the server sources: this repository is the only approved source for C++ driver builds.
| 26compat | Stable | Maintenance Only | Drop in replacement for users of existing 2.6 era C++ driver |
33
27
34
28
> **WARNING:** The master branch will contain future development work on a new driver with a completely new API and implementation. It is a work in progress and currently should not be used.
0 commit comments