@@ -10,24 +10,21 @@ Currently, no drivers guarantee API or ABI stability.
1010| (repo master branch) | Unstable | Active development | New feature development |
1111| mongocxx 3.1.x | Stable | Bug fixes only | Current stable C++ driver release, requires C++11 |
1212| mongocxx 3.0.x | Stable | Critical fixes only | Previous stable C++ driver release, requires C++11 |
13- | legacy (all) | Stable | Critical fixes only | Legacy API stable C++ driver release, no longer recommended |
1413
1514## Documentation versions available
1615
17- | mongocxx | legacy |
18- | ------------------------------------ | -------------------------------- |
19- | [ mongocxx-3.2.0] ( ../mongocxx-3.2.0 ) | [ legacy-1.1.2] ( ../legacy-1.1.2/ ) |
20- | [ mongocxx-3.1.4] ( ../mongocxx-3.1.4/ ) | [ legacy-1.1.1] ( ../legacy-1.1.1/ ) |
21- | [ mongocxx-3.1.3] ( ../mongocxx-3.1.3/ ) | [ legacy-1.1.0] ( ../legacy-1.1.0/ ) |
22- | [ mongocxx-3.1.2] ( ../mongocxx-3.1.2/ ) | [ legacy-1.0.7] ( ../legacy-1.0.7/ ) |
23- | [ mongocxx-3.1.1] ( ../mongocxx-3.1.1/ ) | [ legacy-1.0.6] ( ../legacy-1.0.6/ ) |
24- | [ mongocxx-3.1.0] ( ../mongocxx-3.1.0/ ) | [ legacy-1.0.5] ( ../legacy-1.0.5/ ) |
25- | [ mongocxx-3.0.3] ( ../mongocxx-3.0.3/ ) | [ legacy-1.0.4] ( ../legacy-1.0.4/ ) |
26- | [ mongocxx-3.0.2] ( ../mongocxx-3.0.2/ ) | [ legacy-1.0.3] ( ../legacy-1.0.3/ ) |
27- | [ mongocxx-3.0.1] ( ../mongocxx-3.0.1/ ) | [ legacy-1.0.2] ( ../legacy-1.0.2/ ) |
28- | [ mongocxx-3.0.0] ( ../mongocxx-3.0.0/ ) | [ legacy-1.0.1] ( ../legacy-1.0.1/ ) |
29- | | [ legacy-1.0.0] ( ../legacy-1.0.0/ ) |
30-
16+ | mongocxx |
17+ | ------------------------------------ |
18+ | [ mongocxx-3.2.0] ( ../mongocxx-3.2.0 ) |
19+ | [ mongocxx-3.1.4] ( ../mongocxx-3.1.4/ ) |
20+ | [ mongocxx-3.1.3] ( ../mongocxx-3.1.3/ ) |
21+ | [ mongocxx-3.1.2] ( ../mongocxx-3.1.2/ ) |
22+ | [ mongocxx-3.1.1] ( ../mongocxx-3.1.1/ ) |
23+ | [ mongocxx-3.1.0] ( ../mongocxx-3.1.0/ ) |
24+ | [ mongocxx-3.0.3] ( ../mongocxx-3.0.3/ ) |
25+ | [ mongocxx-3.0.2] ( ../mongocxx-3.0.2/ ) |
26+ | [ mongocxx-3.0.1] ( ../mongocxx-3.0.1/ ) |
27+ | [ mongocxx-3.0.0] ( ../mongocxx-3.0.0/ ) |
3128
3229## MongoDB compatibility
3330
@@ -40,8 +37,6 @@ is recommended for all new development.
4037| mongocxx 3.2.x | ✓ | ✓ | ✓ | ✓ | ✓ |
4138| mongocxx 3.1.x | ✓ | ✓ | ✓ | ✓ | ✓ |
4239| mongocxx 3.0.x | ✓ | ✓ | ✓ | ✓ | |
43- | legacy 1.1.x | ✓ | ✓ | ✓ | ✓ | |
44- | legacy 1.0.x | ✓ | ✓ | ✓ | | |
4540
4641## Resources
4742
0 commit comments