Skip to content

Commit b895132

Browse files
committed
Update history and version to 2.2.5
1 parent 8ced69f commit b895132

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.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+
110
2.2.4 2016-07-19
211
----------------
312
* NPM corrupted upload fix.

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.4",
3+
"version": "2.2.5",
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.0.2",
17-
"mongodb-core": "2.0.6",
18-
"mongodb-core": "christkv/mongodb-core#2.0",
17+
"mongodb-core": "2.0.7",
1918
"readable-stream": "1.0.31"
2019
},
2120
"devDependencies": {

0 commit comments

Comments
 (0)