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): add note that Mongoose 5.13 is fully compatible with MongoDB server 5 #14230

Merged
merged 1 commit into from Jan 4, 2024

Conversation

vkarpov15
Copy link
Collaborator

Summary

Fix #14149. https://www.mongodb.com/docs/drivers/node/current/compatibility/ indicates that MongoDB Node driver 3.7 is fully compatible with MongoDB server 5.x, so there's no reason why Mongoose 5.13 isn't compatible with MongoDB server 5.

Examples

@hasezoey hasezoey added the docs This issue is due to a mistake or omission in the mongoosejs.com documentation label Jan 4, 2024
@vkarpov15 vkarpov15 added this to the 8.0.4 milestone Jan 4, 2024
@vkarpov15 vkarpov15 merged commit 2657417 into master Jan 4, 2024
2 checks passed
@vkarpov15 vkarpov15 deleted the vkarpov15/gh-14149 branch January 4, 2024 14:47
monkbroc added a commit to monkbroc/mongoose that referenced this pull request Jan 12, 2024
vkarpov15 added a commit that referenced this pull request Jan 13, 2024
Fix markdown typo introduced in #14230
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This issue is due to a mistake or omission in the mongoosejs.com documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why mongoose 5.x is not compatible with 5.x mongodb server if mongoose is using compatible version of driver?
2 participants