File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # MongoDB C++ Driver [ ![ Build Status] ( http://img.shields.io/travis/mongodb/mongo-cxx-driver/legacy .svg )] ( https://travis-ci.org/mongodb/mongo-cxx-driver )
1
+ # MongoDB C++ Driver [ ![ Build Status] ( http://img.shields.io/travis/mongodb/mongo-cxx-driver/26compat .svg )] ( https://travis-ci.org/mongodb/mongo-cxx-driver )
2
2
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.
8
+
9
+ Switch to the legacy branch if:
10
+
6
11
- You are using MongoDB's C++ driver for the first time.
7
12
- You had been using 26compat (or the driver inside of the server source) and
8
13
want to benefit from incremental improvements but have the same overall API.
9
14
10
- Switch to the 26compat branch if:
11
-
12
- - You have existing code that used the driver from the server source
13
- and want it to continue working without modification.
14
-
15
15
** Please Note:** As of MongoDB 2.6.0-rc1, it is no longer possible to build the
16
16
driver from the server sources: this repository is the only approved source for
17
17
driver builds.
You can’t perform that action at this time.
0 commit comments