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
+19
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com./conventional-changelog/standard-version) for commit guidelines.
***cmap:** don't run min connection thread if no minimum specified ([2d1b713](https://github.com./mongodb/node-mongodb-native/commit/2d1b713))
12
+
***sdam:** use ObjectId comparison to track maxElectionId ([a1e0849](https://github.com./mongodb/node-mongodb-native/commit/a1e0849))
13
+
***topology:** ensure selection wait queue is always processed ([bf701d6](https://github.com./mongodb/node-mongodb-native/commit/bf701d6))
14
+
***topology:** enter `STATE_CLOSING` before draining waitQueue ([494dffb](https://github.com./mongodb/node-mongodb-native/commit/494dffb))
15
+
* don't consume first document when calling `hasNext` on cursor ([bb359a1](https://github.com./mongodb/node-mongodb-native/commit/bb359a1))
16
+
17
+
18
+
### Features
19
+
20
+
* add utility helper for returning promises or using callbacks ([ac9e4c9](https://github.com./mongodb/node-mongodb-native/commit/ac9e4c9))
0 commit comments