Skip to content

Commit 8fa9096

Browse files
committed
Created version V2.1.19
1 parent 6737873 commit 8fa9096

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

HISTORY.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
2.1.19
1+
2.1.19 2016-05-17
22
----------------
3-
* Set keepAlive to false by default to work around bug in node.js for Windows XP and Windows 2003.
3+
* Handle situation where a server connection in a replicaset sometimes fails to be destroyed properly due to being in the middle of authentication when the destroy method is called on the replicaset causing it to be orphaned and never collected.
4+
* Ensure replicaset topology destroy is never called by SDAM.
5+
* Ensure all paths are correctly returned on inspectServer in replset.
46
* Updated mongodb-core to 1.3.19 to fix minor connectivity issue on quick open/close of MongoClient connections on auth enabled mongodb Replicasets.
57

68
2.1.18 2016-04-27

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.18",
3+
"version": "2.1.19",
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": "1.3.18",
17+
"mongodb-core": "1.3.19",
1818
"readable-stream": "1.0.31"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)