From 1bf09cf53420852b151cf84dfc47c4781f887464 Mon Sep 17 00:00:00 2001 From: filipenevola Date: Tue, 13 Apr 2021 13:48:47 -0400 Subject: [PATCH] Update MongoDB Node.js driver --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index 5d632a6c53..44abc81428 100644 --- a/History.md +++ b/History.md @@ -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`.