Skip to content

Commit

Permalink
Merge pull request #14283 from andrewdcato/patch-1
Browse files Browse the repository at this point in the history
Update 5.13 compatibility docs
  • Loading branch information
vkarpov15 committed Jan 26, 2024
2 parents 2642bb5 + 0976a60 commit 1192f62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ Below are the [semver](http://semver.org/) ranges representing which versions of
* MongoDB Server 4.0.x: mongoose `^5.2.0`
* MongoDB Server 4.2.x: mongoose `^5.7.0`
* MongoDB Server 4.4.x: mongoose `^5.10.0`
* MongoDB Server 5.0.x: mongoose `^5.13.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.

## Further Reading

Are you on Mongoose 3.x and looking to migrate to 4.x? Check out [_Moving Forward with Mongoose.js_ on Pluralsight](https://pluralsight.pxf.io/c/1321469/424552/7490?u=https%3A%2F%2Fapp.pluralsight.com%2Flibrary%2Fcourses%2Fmongoosejs-moving-forward%2Ftable-of-contents).
This video course walks you through the new features and backwards breaking changes in Mongoose 4, so you can upgrade with confidence.
This video course walks you through the new features and backwards breaking changes in Mongoose 4, so you can upgrade with confidence.

0 comments on commit 1192f62

Please sign in to comment.