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
fix(topologies): unify topologies connect API (#1615)
Eliminates the DB parameter from the `connect` call in replset
and mongos to unify the api with server.
BREAKING CHANGE:
Function signature for `.connect` method on replset and mongos has changed. You shouldn't have been using this anyway, but if you were, you only should pass `options` and `callback`.
Part of NODE-1089
0 commit comments