@@ -16,21 +16,21 @@ You can refer to [this table](https://www.mongodb.com/docs/drivers/node/current/
16
16
17
17
Below are the [ semver] ( http://semver.org/ ) ranges representing which versions of mongoose are compatible with the listed versions of MongoDB server.
18
18
19
- | MongoDB Server | Mongoose |
19
+ | MongoDB Server | Mongoose |
20
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 ` |
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
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 ` |
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 <8.16.0 ` |
28
28
| ` 3.6.x ` | ` ^5.0.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0 <8.8.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 ` |
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
32
| ` 2.6.x ` | ` ^3.8.8 \| ^4.0.0 \| ^5.0.0 ` |
33
- | ` 2.4.x ` | ` ^3.8.0 \| ^4.0.0 ` |
33
+ | ` 2.4.x ` | ` ^3.8.0 \| ^4.0.0 ` |
34
34
35
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
36
0 commit comments