Skip to content

Commit 8e68357

Browse files
authored
additional updates to the compatibility page
1 parent 126b5cd commit 8e68357

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/compatibility.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
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
| :------------: | :--------------------------------------------: |
@@ -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 able, use the [online SemVer checker](https://jubianchi.github.io/semver-check/#/).

0 commit comments

Comments
 (0)