You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change adds support for [`mongodb` v5][1]. The headline breaking
change here is dropping support for callbacks (and forcing consumers to
use promises instead).
This library already internally uses promises, so we just need to tweak
a couple of tests that were using callbacks.
[1]: https://github.com/mongodb/node-mongodb-native/releases/tag/v5.0.0
0 commit comments