Skip to content

Commit

Permalink
updated mongodb-core to 1.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed May 25, 2016
1 parent 71de385 commit d418491
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions HISTORY.md
@@ -1,8 +1,12 @@
2.1.20
----------------
2.1.20 2016-05-25
-----------------
* Refactored MongoClient options handling to simplify the logic, unifying it.
* NODE-707 Implemented openUploadStreamWithId on GridFS to allow for custom fileIds so users are able to customize shard key and shard distribution.
* NODE-710 Allow setting driver loggerLevel and logger function from MongoClient options.
* Updated mongodb-core to 1.3.20.
* Minor fix for SSL errors on connection attempts, minor fix to reconnect handler for the server.
* Don't write to socket before having registered the callback for commands, work around for windows issuing error events twice on node.js when socket gets destroyed by firewall.
* Fix minor issue where connectingServers would not be removed correctly causing single server connections to not auto-reconnect.

2.1.19 2016-05-17
----------------
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "mongodb",
"version": "2.1.19",
"version": "2.1.20",
"description": "The official MongoDB driver for Node.js",
"main": "index.js",
"repository": {
Expand All @@ -14,7 +14,7 @@
],
"dependencies": {
"es6-promise": "3.0.2",
"mongodb-core": "christkv/mongodb-core#1.3",
"mongodb-core": "1.3.20",
"readable-stream": "1.0.31"
},
"devDependencies": {
Expand Down

0 comments on commit d418491

Please sign in to comment.