-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Compatibility - MongoDB 8.0 #14934
Comments
This is primarily a feature of the underlying mongodb driver. Mongodb nodejs driver 6.9 added full support for MongoDB 8.0, but it has been compatible since version 5. It's a bit bleeding edge, and both Mongoose 8.7 and mongodb driver 6.9 have showstopper bugs (IMO), since they hang indefinitely in some situations (writing large documents when under load). I would wait another month until those issues are ironed out before moving beyond mongoose 8.2.x |
Yes, Mongoose 8.7 is compatible with MongoDB server 8.0. For full MongoDB server 8.0 support, you should use Mongoose https://www.mongodb.com/docs/drivers/node/current/compatibility/ indicates that MongoDB Node driver 6.9 is required for full MongoDB server 8 support, so that's Mongoose 8.7. |
Mongoose 8.7.0 is hanging sometimes for me when using transactions. Downgrading to 8.6.x fixes it. May create a separate issue for it, but it looks a little unstable with mongodb 6.9.0. |
@lawrenceong please open a separate issue with a repro script or some code samples that demonstrate the code that's hanging |
Prerequisites
Issue
Hi,
is mongoose 8.7.0 already compatible with MongoDB 8.0?
On the mongoose Website onlx 7.X Version from 2023 are listed.
The text was updated successfully, but these errors were encountered: