@@ -8,6 +8,7 @@ Currently, no drivers guarantee API or ABI stability.
88| Family/version | Stability | Development | Purpose |
99| -------------------- | ----------- | ------------------- | ------------------------------------- |
1010| (repo master branch) | Unstable | Active development | New feature development |
11+ | mongocxx 3.6.x | Unstable | Bug fixes only | Upcoming stable C++ driver release |
1112| mongocxx 3.5.x | Stable | Bug fixes only | Current stable C++ driver release |
1213| mongocxx 3.4.x | Stable | None | Previous stable C++ driver release |
1314| mongocxx 3.3.x | Stable | None | Previous stable C++ driver release |
@@ -17,27 +18,28 @@ Currently, no drivers guarantee API or ABI stability.
1718
1819## Documentation versions available
1920
20- | mongocxx |
21- | ------------------------------------ |
22- | [ mongocxx-3.5.0] ( ../mongocxx-3.5.1 ) |
23- | [ mongocxx-3.5.0] ( ../mongocxx-3.5.0 ) |
24- | [ mongocxx-3.4.1] ( ../mongocxx-3.4.2 ) |
25- | [ mongocxx-3.4.1] ( ../mongocxx-3.4.1 ) |
26- | [ mongocxx-3.4.0] ( ../mongocxx-3.4.0 ) |
27- | [ mongocxx-3.3.1] ( ../mongocxx-3.3.2 ) |
28- | [ mongocxx-3.3.1] ( ../mongocxx-3.3.1 ) |
29- | [ mongocxx-3.3.0] ( ../mongocxx-3.3.0 ) |
30- | [ mongocxx-3.2.0] ( ../mongocxx-3.2.1 ) |
31- | [ mongocxx-3.2.0] ( ../mongocxx-3.2.0 ) |
32- | [ mongocxx-3.1.4] ( ../mongocxx-3.1.4/ ) |
33- | [ mongocxx-3.1.3] ( ../mongocxx-3.1.3/ ) |
34- | [ mongocxx-3.1.2] ( ../mongocxx-3.1.2/ ) |
35- | [ mongocxx-3.1.1] ( ../mongocxx-3.1.1/ ) |
36- | [ mongocxx-3.1.0] ( ../mongocxx-3.1.0/ ) |
37- | [ mongocxx-3.0.3] ( ../mongocxx-3.0.3/ ) |
38- | [ mongocxx-3.0.2] ( ../mongocxx-3.0.2/ ) |
39- | [ mongocxx-3.0.1] ( ../mongocxx-3.0.1/ ) |
40- | [ mongocxx-3.0.0] ( ../mongocxx-3.0.0/ ) |
21+ | mongocxx |
22+ | ---------------------------------------------|
23+ | [ mongocxx-3.6.0-rc0] ( ../mongocxx-3.6.0-rc0 ) |
24+ | [ mongocxx-3.5.1] ( ../mongocxx-3.5.1 ) |
25+ | [ mongocxx-3.5.0] ( ../mongocxx-3.5.0 ) |
26+ | [ mongocxx-3.4.2] ( ../mongocxx-3.4.2 ) |
27+ | [ mongocxx-3.4.1] ( ../mongocxx-3.4.1 ) |
28+ | [ mongocxx-3.4.0] ( ../mongocxx-3.4.0 ) |
29+ | [ mongocxx-3.3.2] ( ../mongocxx-3.3.2 ) |
30+ | [ mongocxx-3.3.1] ( ../mongocxx-3.3.1 ) |
31+ | [ mongocxx-3.3.0] ( ../mongocxx-3.3.0 ) |
32+ | [ mongocxx-3.2.1] ( ../mongocxx-3.2.1 ) |
33+ | [ mongocxx-3.2.0] ( ../mongocxx-3.2.0 ) |
34+ | [ mongocxx-3.1.4] ( ../mongocxx-3.1.4/ ) |
35+ | [ mongocxx-3.1.3] ( ../mongocxx-3.1.3/ ) |
36+ | [ mongocxx-3.1.2] ( ../mongocxx-3.1.2/ ) |
37+ | [ mongocxx-3.1.1] ( ../mongocxx-3.1.1/ ) |
38+ | [ mongocxx-3.1.0] ( ../mongocxx-3.1.0/ ) |
39+ | [ mongocxx-3.0.3] ( ../mongocxx-3.0.3/ ) |
40+ | [ mongocxx-3.0.2] ( ../mongocxx-3.0.2/ ) |
41+ | [ mongocxx-3.0.1] ( ../mongocxx-3.0.1/ ) |
42+ | [ mongocxx-3.0.0] ( ../mongocxx-3.0.0/ ) |
4143
4244## MongoDB compatibility
4345
@@ -47,6 +49,7 @@ is recommended for all new development.
4749
4850| Family/version | MongoDB 3.0 | MongoDB 3.2 | MongoDB 3.4 | MongoDB 3.6 | MongoDB 4.0 | MongoDB 4.2 | MongoDB 4.4 |
4951| -------------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- |
52+ | mongocxx 3.6.x | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
5053| mongocxx 3.5.x | ✓ | ✓ | ✓ | ✓ | ✓ | Partial | |
5154| mongocxx 3.4.x | ✓ | ✓ | ✓ | ✓ | ✓ | | |
5255| mongocxx 3.3.x | ✓ | ✓ | ✓ | ✓ | | | |
0 commit comments