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
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,22 @@
1
+
2.2.23 2017-02-13
2
+
-----------------
3
+
* Updated mongodb-core to 2.1.8.
4
+
* NODE-925 ensure we reschedule operations while pool is < poolSize while pool is growing and there are no connections with not currently performing work.
5
+
* NODE-927 fixes issue where authentication was performed against arbiter instances.
6
+
* NODE-915 Normalize all host names to avoid comparison issues.
7
+
* Fixed issue where pool.destroy would never finish due to a single operation not being executed and keeping it open.
8
+
* NODE-931 Validates all the options for MongoClient.connect and fixes missing connection settings.
9
+
* NODE-929 Update SSL tutorial to correctly reflect the non-need for server/mongos/replset subobjects
0 commit comments