Skip to content

Commit 5235028

Browse files
committed
docs(compatibility): add note that Mongoose ^6.5 works with MongoDB server 7.x
Fix #15427
1 parent 1448c67 commit 5235028

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/compatibility.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
</style>
1313

14-
Mongoose relies on the [MongoDB Node.js Driver](http://mongodb.github.io/node-mongodb-native/) to talk to MongoDB.
14+
Mongoose relies on the [MongoDB Node.js Driver](http://mongodb.github.io/node-mongodb-native/) to talk to MongoDB.
1515
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.
1616

1717
Below are the [semver](http://semver.org/) ranges representing which versions of mongoose are compatible with the listed versions of MongoDB server.
@@ -30,4 +30,6 @@ Below are the [semver](http://semver.org/) ranges representing which versions of
3030
| `2.6.x` | `^3.8.8 \| ^4.0.0` |
3131
| `2.4.x` | `^3.8.0 \| ^4.0.0` |
3232

33+
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.
34+
3335
Note that Mongoose `5.x` dropped support for all versions of MongoDB before `3.0.0`. If you need to use MongoDB `2.6` or older, use Mongoose `4.x`.

0 commit comments

Comments
 (0)