Update MongoDB Node.js driver

This commit is contained in:
filipenevola
2021-04-13 13:48:47 -04:00
parent cf8c79927b
commit 1bf09cf534

View File

@@ -32,7 +32,7 @@
- Update Blaze skeleton to use HMR
* `npm-mongo@3.9.0`
- Update MongoDB driver version to 3.6.5
- Update MongoDB driver version to 3.6.6
* `mongo@1.11.0`
- Using useUnifiedTopology as `true` by default to avoid the warning: `(node:59240) [MONGODB DRIVER] Warning: Current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor. You can still use it as false with `Mongo._connectionOptions` or `Meteor.settings?.packages?.mongo?.options`.