Skip to content

Commit 7c1846c

Browse files
committed
updated mongodb-core to 2.0.9 and updated version to 2.2.7
1 parent fef9899 commit 7c1846c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

HISTORY.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
2.2.7
1+
2.2.7 2016-08-19
22
----------------
33
* 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).
4+
* Updated mongodb-core to 2.0.9.
5+
* Allow promoteLongs to be passed in through Response.parse method and overrides default set on the connection.
6+
* NODE-798 Driver hangs on count command in replica set with one member.
7+
* Allow promoteLongs to be passed in through Response.parse method and overrides default set on the connection.
8+
* Allow passing in servername for TLS connections for SNI support.
49

510
2.2.6 2016-08-16
611
----------------

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "2.2.6",
3+
"version": "2.2.7",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "index.js",
66
"repository": {
@@ -14,7 +14,7 @@
1414
],
1515
"dependencies": {
1616
"es6-promise": "3.2.1",
17-
"mongodb-core": "christkv/mongodb-core#2.0",
17+
"mongodb-core": "2.0.9",
1818
"readable-stream": "2.1.5"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)