@@ -29,7 +29,8 @@ Currently, no drivers guarantee API or ABI stability.
2929| Family/version | Stability | Development | Purpose |
3030| -------------------- | ----------- | ------------------- | ----------------------------------- |
3131| (repo master branch) | Unstable | Active development | New feature development |
32- | mongocxx 3.3.x | Stable | Bug fixes only | Current stable C++ driver release |
32+ | mongocxx 3.4.x | Stable | Bug fixes only | Current stable C++ driver release |
33+ | mongocxx 3.3.x | Stable | None | Previous stable C++ driver release |
3334| mongocxx 3.2.x | Stable | None | Previous stable C++ driver release |
3435| mongocxx 3.1.x | Stable | None | Previous stable C++ driver release |
3536| mongocxx 3.0.x | Stable | None | Previous stable C++ driver release |
@@ -40,12 +41,13 @@ The following compatibility table specifies the driver version(s)
4041recommended for different versions of MongoDB. The mongocxx series
4142is recommended for all new development.
4243
43- | Family/version | MongoDB 3.0 | MongoDB 3.2 | MongoDB 3.4 | MongoDB 3.6 |
44- | -------------- | ----------- | ----------- | ----------- | ----------- |
45- | mongocxx 3.3.x | ✓ | ✓ | ✓ | Complete |
46- | mongocxx 3.2.x | ✓ | ✓ | ✓ | Partial |
47- | mongocxx 3.1.x | ✓ | ✓ | ✓ | |
48- | mongocxx 3.0.x | ✓ | ✓ | | |
44+ | Family/version | MongoDB 3.0 | MongoDB 3.2 | MongoDB 3.4 | MongoDB 3.6 | MongoDB 4.0 | MongoDB 4.2 | MongoDB 4.4 |
45+ | -------------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- |
46+ | mongocxx 3.4.x | ✓ | ✓ | ✓ | ✓ | ✓ | | |
47+ | mongocxx 3.3.x | ✓ | ✓ | ✓ | ✓ | | | |
48+ | mongocxx 3.2.x | ✓ | ✓ | ✓ | Partial | | | |
49+ | mongocxx 3.1.x | ✓ | ✓ | ✓ | | | | |
50+ | mongocxx 3.0.x | ✓ | ✓ | | | | | |
4951
5052## Bugs and issues
5153
0 commit comments