-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat: upgrade mongodb to 4.4 #6588
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
Conversation
🦋 Changeset detectedLatest commit: 189a6f8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Should this be a minor change rather than patch? It's not a bug fix |
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.
One suggestion, but LGTM
bf09c36
to
9ba2c7d
Compare
Signed-off-by: vanpho93 <vanpho02@gmail.com>
Signed-off-by: vanpho93 <vanpho02@gmail.com>
Signed-off-by: Brian Nguyen <vanpho02@gmail.com> Signed-off-by: vanpho93 <vanpho02@gmail.com>
Signed-off-by: Brian Nguyen <vanpho02@gmail.com> Signed-off-by: vanpho93 <vanpho02@gmail.com>
Signed-off-by: vanpho93 <vanpho02@gmail.com>
Signed-off-by: vanpho93 <vanpho02@gmail.com>
Signed-off-by: vanpho93 <vanpho02@gmail.com>
38dba50
to
87fea30
Compare
Signed-off-by: Brian Nguyen vanpho02@gmail.com
Resolves #6383
Type: feature
Issue
MongoDB 4.2 will reach EOD soon. We should update to MongoDB 5.
Solution
Bump mongodb driver version from v3.6.2 to v4.4.1.
Modify collection object to support v3 queries
Breaking changes
https://github.com/mongodb/node-mongodb-native/blob/4.1/docs/CHANGES_4.0.0.md
Some changes resolved by this PR:
returnOriginal
{ result: { ok: 1, n: 1 } }
Testing
Run e2e test.
More detail for what each of these sections should include are available in our Contributing Docs