@@ -16,20 +16,21 @@ You can refer to [this table](https://www.mongodb.com/docs/drivers/node/current/
1616
1717Below are the [ semver] ( http://semver.org/ ) ranges representing which versions of mongoose are compatible with the listed versions of MongoDB server.
1818
19- | MongoDB Server | Mongoose |
20- | :------------: | :-------------------------------------: |
21- | ` 8.x ` | ` ^8.7.0 ` |
22- | ` 7.x ` | ` ^7.4.0 \| ^8.0.0 ` |
23- | ` 6.x ` | ` ^6.5.0 \| ^7.0.0 \| ^8.0.0 ` |
24- | ` 5.x ` | ` ^5.13.0 ` \| ` ^6.0.0 \| ^7.0.0 \| ^8.0.0 ` |
25- | ` 4.4.x ` | ` ^5.10.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0 ` |
26- | ` 4.2.x ` | ` ^5.7.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0 ` |
27- | ` 4.0.x ` | ` ^5.2.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0 ` |
28- | ` 3.6.x ` | ` ^5.0.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0 ` |
29- | ` 3.4.x ` | ` ^4.7.3 \| ^5.0.0 ` |
30- | ` 3.2.x ` | ` ^4.3.0 \| ^5.0.0 ` |
31- | ` 3.0.x ` | ` ^3.8.22 \| ^4.0.0 \| ^5.0.0 ` |
32- | ` 2.6.x ` | ` ^3.8.8 \| ^4.0.0 \| ^5.0.0 ` |
33- | ` 2.4.x ` | ` ^3.8.0 \| ^4.0.0 ` |
19+
20+ | MongoDB Server | Mongoose |
21+ | :------------: | :--------------------------------------------: |
22+ | ` 8.x ` | ` ^8.7.0 ` |
23+ | ` 7.x ` | ` ^7.4.0 \| ^8.0.0 ` |
24+ | ` 6.x ` | ` ^6.5.0 \| ^7.0.0 \| ^8.0.0 ` |
25+ | ` 5.x ` | ` ^5.13.0 ` \| ` ^6.0.0 \| ^7.0.0 \| ^8.0.0 ` |
26+ | ` 4.4.x ` | ` ^5.10.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0 ` |
27+ | ` 4.2.x ` | ` ^5.7.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0 ` |
28+ | ` 4.0.x ` | ` ^5.2.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0 ` |
29+ | ` 3.6.x ` | ` ^5.0.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0 <8.8.0 ` |
30+ | ` 3.4.x ` | ` ^4.7.3 \| ^5.0.0 ` |
31+ | ` 3.2.x ` | ` ^4.3.0 \| ^5.0.0 ` |
32+ | ` 3.0.x ` | ` ^3.8.22 \| ^4.0.0 \| ^5.0.0 ` |
33+ | ` 2.6.x ` | ` ^3.8.8 \| ^4.0.0 \| ^5.0.0 ` |
34+ | ` 2.4.x ` | ` ^3.8.0 \| ^4.0.0 ` |
3435
3536Note 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