-
Notifications
You must be signed in to change notification settings - Fork 182
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 mongodb
driver version to 3.x
#273
Conversation
Codecov Report
@@ Coverage Diff @@
## master #273 +/- ##
==========================================
+ Coverage 94.57% 94.81% +0.24%
==========================================
Files 6 6
Lines 387 386 -1
==========================================
Hits 366 366
+ Misses 21 20 -1
Continue to review full report at Codecov.
|
Please merge it soon, I really need the v3 |
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.
Thanks for the PR!
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.
just a few comments in the docs and then I'll merge this
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.
🙏
Hi,
I've updated the
mongo
dep to^3.2.3
, following the changes reported here.What I did so far:
mongo
dep to^3.2.3
(should fix Upgrade to Mongo 3.0.10 #257 and mongodb version #260 )collection.geoNear
(asmongo
3.2.3 did)collection.findOneAndUpdate
andgeoNear
collection.group
commandI didn't implement or support any new features ATM (such as retryable writes or change streams).
All tests are passing, although there are some deprecation logs.
Since there are some breaking API changes, this could be a major version update.