@@ -18,28 +18,30 @@ out, take a look at these pages first:
18
18
Stability indicates whether this driver is recommended for production use.
19
19
Currently, no drivers guarantee API or ABI stability.
20
20
21
- | Family/version | Stability | Development | Purpose |
22
- | -------------------- | ----------- | ------------------- | ------------------------------------ |
23
- | (repo master branch) | Unstable | Active development | New feature development |
24
- | mongocxx 3.4.x | Stable | Bug fixes only | Current stable C++ driver release |
25
- | mongocxx 3.3.x | Stable | None | Previous stable C++ driver release |
26
- | mongocxx 3.2.x | Stable | None | Previous stable C++ driver release |
27
- | mongocxx 3.1.x | Stable | None | Previous stable C++ driver release |
28
- | mongocxx 3.0.x | Stable | None | Previous stable C++ driver release |
21
+ | Family/version | Stability | Development | Purpose |
22
+ | -------------------- | ----------- | ------------------- | ----------------------------------- |
23
+ | (repo master branch) | Unstable | Active development | New feature development |
24
+ | mongocxx 3.5.x | Stable | Bug fixes only | Current stable C++ driver release |
25
+ | mongocxx 3.4.x | Stable | None | Previous stable C++ driver release |
26
+ | mongocxx 3.3.x | Stable | None | Previous stable C++ driver release |
27
+ | mongocxx 3.2.x | Stable | None | Previous stable C++ driver release |
28
+ | mongocxx 3.1.x | Stable | None | Previous stable C++ driver release |
29
+ | mongocxx 3.0.x | Stable | None | Previous stable C++ driver release |
29
30
30
31
## MongoDB compatibility
31
32
32
33
The following compatibility table specifies the driver version(s)
33
34
recommended for different versions of MongoDB. The mongocxx series
34
35
is recommended for all new development.
35
36
36
- | Family/version | MongoDB 2.4 | MongoDB 2.6 | MongoDB 3.0 | MongoDB 3.2 | MongoDB 3.4 | MongoDB 3.6 | MongoDB 4.0 |
37
+ | Family/version | MongoDB 3.0 | MongoDB 3.2 | MongoDB 3.4 | MongoDB 3.6 | MongoDB 4.0 | MongoDB 4.2 | MongoDB 4.4 |
37
38
| -------------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- |
38
- | mongocxx 3.4.x | | | ✓ | ✓ | ✓ | ✓ | ✓ |
39
- | mongocxx 3.3.x | | | ✓ | ✓ | ✓ | ✓ | |
40
- | mongocxx 3.2.x | ✓ | ✓ | ✓ | ✓ | ✓ | | |
41
- | mongocxx 3.1.x | ✓ | ✓ | ✓ | ✓ | ✓ | | |
42
- | mongocxx 3.0.x | ✓ | ✓ | ✓ | ✓ | | | |
39
+ | mongocxx 3.5.x | ✓ | ✓ | ✓ | ✓ | ✓ | Partial | |
40
+ | mongocxx 3.4.x | ✓ | ✓ | ✓ | ✓ | ✓ | | |
41
+ | mongocxx 3.3.x | ✓ | ✓ | ✓ | ✓ | | | |
42
+ | mongocxx 3.2.x | ✓ | ✓ | ✓ | Partial | | | |
43
+ | mongocxx 3.1.x | ✓ | ✓ | ✓ | | | | |
44
+ | mongocxx 3.0.x | ✓ | ✓ | | | | | |
43
45
44
46
## License
45
47
0 commit comments