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-17Lines changed: 12 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,30 +3,25 @@ Welcome to the MongoDB C++ Driver!
3
3
4
4
Use this branch if:
5
5
6
-
- You have existing code that used the driver from the server source
7
-
and want it to continue working without modification.
6
+
- You need a production ready release of the C++ driver that is not under active development.
7
+
- You have existing code that used the driver from the server source and want it to continue working without modification.
8
8
9
9
Switch to the legacy branch if:
10
10
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) and
13
-
want to benefit from incremental improvements but have the same overall API.
11
+
- You are using MongoDB's C++ driver for the first time and do not mind the driver being actively worked on.
12
+
- 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.
14
13
15
-
**Please Note:** As of MongoDB 2.6.0-rc1, it is no longer possible to build the
16
-
driver from the server sources: this repository is the only approved source for
17
-
driver builds.
18
-
19
-
The master branch will contain future development work on a new driver with a
20
-
completely new API and implementation. It is a work in progress and currently
21
-
should not be used.
14
+
> **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.
| master | Unstable | Planning | New C++ driver (work in progress) |
21
+
| legacy | Unstable | Active | Existing C++ driver with non-compatible improvements |
22
+
| 26compat | Stable | Maintenance Only | Drop in replacement for users of existing C++ driver |
23
+
24
+
> **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