From d418491f4cb15e794c03a9e0084c9a01b8450edb Mon Sep 17 00:00:00 2001 From: Christian Kvalheim Date: Wed, 25 May 2016 09:21:54 +0200 Subject: [PATCH] updated mongodb-core to 1.3.20 --- HISTORY.md | 8 ++++++-- package.json | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index e4c474bd8c..1f0d6e56f4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,12 @@ -2.1.20 ----------------- +2.1.20 2016-05-25 +----------------- * Refactored MongoClient options handling to simplify the logic, unifying it. * NODE-707 Implemented openUploadStreamWithId on GridFS to allow for custom fileIds so users are able to customize shard key and shard distribution. * NODE-710 Allow setting driver loggerLevel and logger function from MongoClient options. +* Updated mongodb-core to 1.3.20. +* Minor fix for SSL errors on connection attempts, minor fix to reconnect handler for the server. +* Don't write to socket before having registered the callback for commands, work around for windows issuing error events twice on node.js when socket gets destroyed by firewall. +* Fix minor issue where connectingServers would not be removed correctly causing single server connections to not auto-reconnect. 2.1.19 2016-05-17 ---------------- diff --git a/package.json b/package.json index 5578a0f8b3..cf0f567019 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "2.1.19", + "version": "2.1.20", "description": "The official MongoDB driver for Node.js", "main": "index.js", "repository": { @@ -14,7 +14,7 @@ ], "dependencies": { "es6-promise": "3.0.2", - "mongodb-core": "christkv/mongodb-core#1.3", + "mongodb-core": "1.3.20", "readable-stream": "1.0.31" }, "devDependencies": {