@@ -18,28 +18,30 @@ out, take a look at these pages first:
1818Stability indicates whether this driver is recommended for production use.
1919Currently, no drivers guarantee API or ABI stability.
2020
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 |
2930
3031## MongoDB compatibility
3132
3233The following compatibility table specifies the driver version(s)
3334recommended for different versions of MongoDB. The mongocxx series
3435is recommended for all new development.
3536
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 |
3738| -------------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- |
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 | ✓ | ✓ | | | | | |
4345
4446## License
4547
0 commit comments