Skip to content

Commit a1ed72f

Browse files
committed
Updated history and version to V2.2.22, mongodb-core to V2.1.7
1 parent a83efd6 commit a1ed72f

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2.2.22 2017-01-24
2+
-----------------
3+
* Updated mongodb-core to 2.1.7.
4+
* NODE-919 ReplicaSet connection does not close immediately (Issue #156).
5+
* NODE-901 Fixed bug when normalizing host names.
6+
* NODE-909 Fixed readPreference issue caused by direct connection to primary.
7+
* NODE-910 Fixed issue when bufferMaxEntries == 0 and read preference set to nearest.
8+
* Add missing unref implementations for replset, mongos (Issue #1455, https://github.com/zbjornson)
9+
110
2.2.21 2017-01-13
211
-----------------
312
* Updated mongodb-core to 2.1.6.

package.json

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

0 commit comments

Comments
 (0)