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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
-
2.1.20
2
-
----------------
1
+
2.1.20 2016-05-25
2
+
-----------------
3
3
* Refactored MongoClient options handling to simplify the logic, unifying it.
4
4
* NODE-707 Implemented openUploadStreamWithId on GridFS to allow for custom fileIds so users are able to customize shard key and shard distribution.
5
5
* 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.
0 commit comments