Skip to content

Commit d418491

Browse files
committed
updated mongodb-core to 1.3.20
1 parent 71de385 commit d418491

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

HISTORY.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
2.1.20
2-
----------------
1+
2.1.20 2016-05-25
2+
-----------------
33
* Refactored MongoClient options handling to simplify the logic, unifying it.
44
* NODE-707 Implemented openUploadStreamWithId on GridFS to allow for custom fileIds so users are able to customize shard key and shard distribution.
55
* NODE-710 Allow setting driver loggerLevel and logger function from MongoClient options.
6+
* Updated mongodb-core to 1.3.20.
7+
* Minor fix for SSL errors on connection attempts, minor fix to reconnect handler for the server.
8+
* 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.
9+
* Fix minor issue where connectingServers would not be removed correctly causing single server connections to not auto-reconnect.
610

711
2.1.19 2016-05-17
812
----------------

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "2.1.19",
3+
"version": "2.1.20",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "index.js",
66
"repository": {
@@ -14,7 +14,7 @@
1414
],
1515
"dependencies": {
1616
"es6-promise": "3.0.2",
17-
"mongodb-core": "christkv/mongodb-core#1.3",
17+
"mongodb-core": "1.3.20",
1818
"readable-stream": "1.0.31"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)