Skip to content

Commit 7f00685

Browse files
committed
Merge branch '7.x'
2 parents 49bad32 + 15e7743 commit 7f00685

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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.
@@ -32,4 +32,6 @@ Below are the [semver](http://semver.org/) ranges representing which versions of
3232
| `2.6.x` | `^3.8.8 \| ^4.0.0 \| ^5.0.0` |
3333
| `2.4.x` | `^3.8.0 \| ^4.0.0` |
3434

35+
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.
36+
3537
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)