-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(NODE-6583): upgrade to BSON v6.10.1 to remove internal unbounded type cache #4338
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.
This is waiting on mongodb/js-bson#740 to be merged and released.
48b0a8d
to
679a05c
Compare
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.
Changes all look good to me, but I'd prefer if we were to keep the BSON version bump and associated restoring of the previously failing benchmarks in this PR and move the network error changes to a separate PR.
885bc91
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.
See comments made previously. Accidentally hit approve before 🤦🏿
Description
What is changing?
Improve connection error messagesIs there new documentation needed for these changes?
No
What is the motivation for this change?
We weren't able to run our parallel benchmarks without this fix.
Release Highlight
BSON upgraded to v6.10.1
See: https://github.com/mongodb/js-bson/releases/tag/v6.10.1
Double check the following
npm run check:lint
scripttype(NODE-xxxx)[!]: description
feat(NODE-1234)!: rewriting everything in coffeescript