diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-14 10:13:55 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-14 10:13:55 +0000 |
| commit | a532390f81e35f611fd02ad3d543f4d52217ca3c (patch) | |
| tree | 7bebb4f5614afb82c3103b6e9730a62f0b97a42d /node_modules/mongodb/HISTORY.md | |
| parent | ef2674cfe13d2c425c5a3b312244c46f2531979d (diff) | |
Fixed signin and signup
Diffstat (limited to 'node_modules/mongodb/HISTORY.md')
| -rw-r--r-- | node_modules/mongodb/HISTORY.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/node_modules/mongodb/HISTORY.md b/node_modules/mongodb/HISTORY.md index 5bf219b..73ed3a9 100644 --- a/node_modules/mongodb/HISTORY.md +++ b/node_modules/mongodb/HISTORY.md @@ -1,3 +1,12 @@ +2.2.5 2016-07-28 +---------------- +* Updated mongodb-core to 2.0.7. +* Allow primary to be returned when secondaryPreferred is passed (Issue #117, https://github.com/dhendo). +* Added better warnings when passing in illegal seed list members to a Mongos topology. +* Minor attemptReconnect bug that would cause multiple attemptReconnect to run in parallel. +* Fix wrong opType passed to disconnectHandler.add (Issue #121, https://github.com/adrian-gierakowski) +* Implemented domain backward comp support enabled via domainsEnabled options on Server/ReplSet/Mongos and MongoClient.connect. + 2.2.4 2016-07-19 ---------------- * NPM corrupted upload fix. |
