From 7c1846cf80dfbeeab1dab4665b3c25d5667dab2b Mon Sep 17 00:00:00 2001 From: Christian Kvalheim Date: Fri, 19 Aug 2016 17:31:59 +0200 Subject: [PATCH] updated mongodb-core to 2.0.9 and updated version to 2.2.7 --- HISTORY.md | 7 ++++++- package.json | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index bb1a67ee59..a0f6d1e393 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,11 @@ -2.2.7 +2.2.7 2016-08-19 ---------------- * If only a single mongos is provided in the seedlist, fix issue where it would be assigned as single standalone server instead of mongos topology (Issue #130). +* Updated mongodb-core to 2.0.9. +* Allow promoteLongs to be passed in through Response.parse method and overrides default set on the connection. +* NODE-798 Driver hangs on count command in replica set with one member. +* Allow promoteLongs to be passed in through Response.parse method and overrides default set on the connection. +* Allow passing in servername for TLS connections for SNI support. 2.2.6 2016-08-16 ---------------- diff --git a/package.json b/package.json index 62eda3cf99..f980fb4d28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "2.2.6", + "version": "2.2.7", "description": "The official MongoDB driver for Node.js", "main": "index.js", "repository": { @@ -14,7 +14,7 @@ ], "dependencies": { "es6-promise": "3.2.1", - "mongodb-core": "christkv/mongodb-core#2.0", + "mongodb-core": "2.0.9", "readable-stream": "2.1.5" }, "devDependencies": {