@@ -26,26 +26,25 @@ for more details about the various versions of the driver.
2626Stability indicates whether this driver is recommended for production use.
2727Currently, no drivers guarantee API or ABI stability.
2828
29- | Family/version | Stability | Development | Purpose |
30- | ---------------| ------------ | ------------------- | ------------------------------------------------------------ |
31- | mongocxx 3.1.x | Unstable | Active development | Unstable C++ driver development, requires C++11 |
32- | mongocxx 3.0 .x | Stable | Bug fixes only | Primary stable C++ driver release, requires C++11 |
33- | legacy (all) | Stable | Critical fixes only | Former stable C++ driver release |
34- | 26compat (all) | Deprecated | Critical fixes only | Drop in replacement for users of existing 2.6 era C++ driver |
29+ | Family/version | Stability | Development | Purpose |
30+ | -------------------- | ----------- | ------------------- | ------------------------------------------------------------ |
31+ | (repo master branch) | Unstable | Active development | New feature development |
32+ | mongocxx 3.1 .x | Stable | Bug fixes only | Current stable C++ driver release, requires C++11 |
33+ | mongocxx 3.0.x | Stable | Critical fixes only | Previous stable C++ driver release, requires C++11 |
34+ | legacy (all) | Stable | Critical fixes only | Legacy API stable C++ driver release, no longer recommended |
3535
3636## MongoDB compatibility
3737
3838The following compatibility table specifies the driver version(s)
39- recommended for different versions of MongoDB. The 3.0.x series
39+ recommended for different versions of MongoDB. The mongocxx series
4040is recommended for all new development.
4141
4242| Family/version | MongoDB 2.4 | MongoDB 2.6 | MongoDB 3.0 | MongoDB 3.2 | MongoDB 3.4 |
43- | --------------- | ------------ | ------------ | ------------ | ------------ | ------------- |
43+ | -------------- | ----------- | ----------- | ----------- | ----------- | ----------- |
4444| mongocxx 3.1.x | ✓ | ✓ | ✓ | ✓ | ✓ |
4545| mongocxx 3.0.x | ✓ | ✓ | ✓ | ✓ | |
4646| legacy 1.1.x | ✓ | ✓ | ✓ | ✓ | |
4747| legacy 1.0.x | ✓ | ✓ | ✓ | | |
48- | 26compat (all) | | ✓ | | | |
4948
5049## Bugs and issues
5150
0 commit comments