File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2.2.5 2016-07-28
2
+ ----------------
3
+ * Updated mongodb-core to 2.0.7.
4
+ * Allow primary to be returned when secondaryPreferred is passed (Issue #117 , https://github.com/dhendo ).
5
+ * Added better warnings when passing in illegal seed list members to a Mongos topology.
6
+ * Minor attemptReconnect bug that would cause multiple attemptReconnect to run in parallel.
7
+ * Fix wrong opType passed to disconnectHandler.add (Issue #121 , https://github.com/adrian-gierakowski )
8
+ * Implemented domain backward comp support enabled via domainsEnabled options on Server/ReplSet/Mongos and MongoClient.connect.
9
+
1
10
2.2.4 2016-07-19
2
11
----------------
3
12
* NPM corrupted upload fix.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongodb" ,
3
- "version" : " 2.2.4 " ,
3
+ "version" : " 2.2.5 " ,
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.0.2" ,
17
- "mongodb-core" : " 2.0.6" ,
18
- "mongodb-core" : " christkv/mongodb-core#2.0" ,
17
+ "mongodb-core" : " 2.0.7" ,
19
18
"readable-stream" : " 1.0.31"
20
19
},
21
20
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments