You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
2.1.19
1
+
2.1.19 2016-05-17
2
2
----------------
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.
4
6
* Updated mongodb-core to 1.3.19 to fix minor connectivity issue on quick open/close of MongoClient connections on auth enabled mongodb Replicasets.
0 commit comments