@@ -26,26 +26,25 @@ for more details about the various versions of the driver.
26
26
Stability indicates whether this driver is recommended for production use.
27
27
Currently, no drivers guarantee API or ABI stability.
28
28
29
- | Family/version | Stability | Development | Purpose |
30
- | ---------------| ------------ | ------------------- | ------------------------------------------------------------ |
31
- | mongocxx 3.1.x | Unstable | Active development | Unstable C++ driver development, requires C++11 |
32
- | mongocxx 3.0 .x | Stable | Bug fixes only | Primary stable C++ driver release, requires C++11 |
33
- | legacy (all) | Stable | Critical fixes only | Former stable C++ driver release |
34
- | 26compat (all) | Deprecated | Critical fixes only | Drop in replacement for users of existing 2.6 era C++ driver |
29
+ | Family/version | Stability | Development | Purpose |
30
+ | -------------------- | ----------- | ------------------- | ------------------------------------------------------------ |
31
+ | (repo master branch) | Unstable | Active development | New feature development |
32
+ | mongocxx 3.1 .x | Stable | Bug fixes only | Current stable C++ driver release, requires C++11 |
33
+ | mongocxx 3.0.x | Stable | Critical fixes only | Previous stable C++ driver release, requires C++11 |
34
+ | legacy (all) | Stable | Critical fixes only | Legacy API stable C++ driver release, no longer recommended |
35
35
36
36
## MongoDB compatibility
37
37
38
38
The following compatibility table specifies the driver version(s)
39
- recommended for different versions of MongoDB. The 3.0.x series
39
+ recommended for different versions of MongoDB. The mongocxx series
40
40
is recommended for all new development.
41
41
42
42
| Family/version | MongoDB 2.4 | MongoDB 2.6 | MongoDB 3.0 | MongoDB 3.2 | MongoDB 3.4 |
43
- | --------------- | ------------ | ------------ | ------------ | ------------ | ------------- |
43
+ | -------------- | ----------- | ----------- | ----------- | ----------- | ----------- |
44
44
| mongocxx 3.1.x | ✓ | ✓ | ✓ | ✓ | ✓ |
45
45
| mongocxx 3.0.x | ✓ | ✓ | ✓ | ✓ | |
46
46
| legacy 1.1.x | ✓ | ✓ | ✓ | ✓ | |
47
47
| legacy 1.0.x | ✓ | ✓ | ✓ | | |
48
- | 26compat (all) | | ✓ | | | |
49
48
50
49
## Bugs and issues
51
50
0 commit comments