File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
10
2.2.21 2017-01-13
2
11
-----------------
3
12
* Updated mongodb-core to 2.1.6.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongodb" ,
3
- "version" : " 2.2.21 " ,
3
+ "version" : " 2.2.22 " ,
4
4
"description" : " The official MongoDB driver for Node.js" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
14
14
],
15
15
"dependencies" : {
16
16
"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" ,
19
18
"readable-stream" : " 2.1.5"
20
19
},
21
20
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments