Skip to content

Commit

Permalink
updated mongodb-core to 2.0.9 and updated version to 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Aug 19, 2016
1 parent fef9899 commit 7c1846c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
----------------
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": {
Expand Down

0 comments on commit 7c1846c

Please sign in to comment.