Skip to content

Commit d0086ea

Browse files
authored
Merge pull request #15797 from alexbevi/patch-1
Mongoose compatibility page updates
2 parents 635fe21 + f48ca00 commit d0086ea

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/compatibility.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@
1111
}
1212
</style>
1313

14-
Mongoose relies on the [MongoDB Node.js Driver](http://mongodb.github.io/node-mongodb-native/) to talk to MongoDB.
15-
You can refer to [this table](https://www.mongodb.com/docs/drivers/node/current/compatibility/) for up-to-date information as to which version of the MongoDB driver supports which version of MongoDB.
14+
Mongoose relies on the [MongoDB Node.js Driver](https://www.mongodb.com/docs/drivers/node/current/) to communicate with MongoDB.
1615

17-
Below are the [semver](http://semver.org/) ranges representing which versions of mongoose are compatible with the listed versions of MongoDB server.
16+
You can refer to [this table](https://www.mongodb.com/docs/drivers/compatibility/?driver-language=javascript&javascript-driver-framework=nodejs) for up-to-date information as to which version of the MongoDB driver supports which version of the MongoDB server.
17+
18+
Below are the [SemVer](http://semver.org/) ranges representing which versions of mongoose are compatible with the listed versions of MongoDB server.
1819

1920
| MongoDB Server | Mongoose |
2021
| :------------: | :--------------------------------------------: |
21-
| `8.x` | `^8.7.0 | ^9.0.0` |
22+
| `8.x` | `^8.7.0 \| ^9.0.0` |
2223
| `7.x` | `^7.4.0 \| ^8.0.0 \| ^9.0.0` |
2324
| `6.x` | `^7.0.0 \| ^8.0.0 \| ^9.0.0` |
2425
| `5.x` | `^6.0.0 \| ^7.0.0 \| ^8.0.0` |
@@ -27,4 +28,4 @@ Below are the [semver](http://semver.org/) ranges representing which versions of
2728
| `4.0.x` | `^6.0.0 \| ^7.0.0 \| ^8.0.0 <8.16.0` |
2829
| `3.6.x` | `^6.0.0 \| ^7.0.0 \| ^8.0.0 <8.8.0` |
2930

30-
Mongoose `^6.5.0` also works with MongoDB server 7.x. But not all new MongoDB server 7.x features are supported by Mongoose 6.x.
31+
Mongoose `^6.5.0` also works with MongoDB server 7.x. But not all new MongoDB server 7.x features are supported by Mongoose 6.x. To verify that your version of Mongoose is compatible based on the table above, use the [online SemVer checker](https://jubianchi.github.io/semver-check/#/).

0 commit comments

Comments
 (0)