Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(compatibility): added mongoDB server compatibility for mongoose 7 #13102

Merged
merged 2 commits into from
Mar 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ Below are the [semver](http://semver.org/) ranges representing which versions of

| MongoDB Server | Mongoose |
| :------------: | :---------------------------: |
| `6.x` | `^6.5.0` |
| `5.x` | `^6.0.0` |
| `4.4.x` | `^5.10.0 \| ^6.0.0` |
| `4.2.x` | `^5.7.0 \| ^6.0.0` |
| `4.0.x` | `^5.2.0 \| ^6.0.0` |
| `3.6.x` | `^5.0.0` |
| `6.x` | `^6.5.0 \| ^7.0.0` |
| `5.x` | `^6.0.0 \| ^7.0.0` |
| `4.4.x` | `^5.10.0 \| ^6.0.0 \| ^7.0.0` |
| `4.2.x` | `^5.7.0 \| ^6.0.0 \| ^7.0.0` |
| `4.0.x` | `^5.2.0 \| ^6.0.0 \| ^7.0.0` |
| `3.6.x` | `^5.0.0 \| ^6.0.0 \| ^7.0.0` |
| `3.4.x` | `^4.7.3 \| ^5.0.0` |
| `3.2.x` | `^4.3.0 \| 5.0.0` |
| `3.2.x` | `^4.3.0 \| ^5.0.0` |
| `3.0.x` | `^3.8.22 \| ^4.0.0 \| ^5.0.0` |
| `2.6.x` | `^3.8.8 \| ^4.0.0` |
| `2.6.x` | `^3.8.8 \| ^4.0.0 \| ^5.0.0` |
| `2.4.x` | `^3.8.0 \| ^4.0.0` |

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`.