-
Notifications
You must be signed in to change notification settings - Fork 18
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
Update to MongoDB 6.4 #160
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Can you please add Node.js v20 to the test matrix? |
@mcollina Added v20 to the test matrix |
This seems to break some Node v14 tests. Can you check it? |
We might need to drop v14 and v16. |
The MongoDB v6.4 driver lacks compatibility with Node.js versions beyond v16.x.x We might have to just drop only v14. Test on v16 is getting cancelled |
Let's be future proof and drop both. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
The end-to-end test experienced significant delays and was eventually cancelled |
Can you debug what's the problem and fix them? |
Updated MongoDB to version 6.4, adjusted MongoClient connection options, and revised README to match. Addresses the punycode deprecation warning and ensures up-to-date compatibility.
Fixes #159