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
* Backport: Fix options passing with new node driver (#778)
This backports 57c2e15
* COMPASS-839: Backport COMPASS 830: Resolve SSL and Atlas issues (#811)
* Drop clipboard override
Blur one is still useful if the user types in *.mongodb.net manually.
It duplicates a soon to be unnecessary check:
mongodb-js/connection-model@0588d35
* ⬆️ [email protected]
npm i --upgrade mongodb-connection-model --save
* ⬆️ [email protected]
npm i --upgrade mongodb-data-service --save
Needed to resolve COMPASS 830 as we'd like to bust any caches that
may exist (node_modules), and also data-service depends on connection-model,
for example it calls `connect()` from connection-model.
0 commit comments