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
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,27 @@
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.
***NODE-7142:** Exponential backoff and jitter in retry loops ([#4871](https://github.com/mongodb/node-mongodb-native/issues/4871)) ([22c6031](https://github.com/mongodb/node-mongodb-native/commit/22c6031a673bef48597fb33041fe1122cc5ec549))
11
+
***NODE-7315:** Use BSON ByteUtils instead of Nodejs Buffer ([#4840](https://github.com/mongodb/node-mongodb-native/issues/4840)) ([1add538](https://github.com/mongodb/node-mongodb-native/commit/1add53872ea8e394959754375bf35af5632fbf0e))
12
+
***NODE-7335:** Create dedicated mocha runner with isolated vm context ([#4876](https://github.com/mongodb/node-mongodb-native/issues/4876)) ([a4cba4c](https://github.com/mongodb/node-mongodb-native/commit/a4cba4c86958198d17fe3a740b354e94fac37fc6))
13
+
***NODE-7379:** Refactor Crypto to Web Crypto API ([#4862](https://github.com/mongodb/node-mongodb-native/issues/4862)) ([ac98f4a](https://github.com/mongodb/node-mongodb-native/commit/ac98f4a9beed60c9c16443482c354333ba86ea25))
***NODE-7452:** restrict server deprioritization on replica sets to overload errors ([#4875](https://github.com/mongodb/node-mongodb-native/issues/4875)) ([87a3465](https://github.com/mongodb/node-mongodb-native/commit/87a346536bc8528e67a8da4dfc96b4db289f80a9))
17
+
***NODE-7467:** make token bucket optional in client backpressure ([#4878](https://github.com/mongodb/node-mongodb-native/issues/4878)) ([4fb0a0a](https://github.com/mongodb/node-mongodb-native/commit/4fb0a0abe84efdab9de82acbdb09609f4be0d2fb))
18
+
19
+
20
+
### Bug Fixes
21
+
22
+
***NODE-7459:** explicitly call setKeepAlive and setNoDelay on socket ([#4879](https://github.com/mongodb/node-mongodb-native/issues/4879)) ([778a2a1](https://github.com/mongodb/node-mongodb-native/commit/778a2a141cd79f86113866c1051117715a6021cd))
23
+
***NODE-7469:** overload retry when retryReads/Writes=false ([#4888](https://github.com/mongodb/node-mongodb-native/issues/4888)) ([4157b26](https://github.com/mongodb/node-mongodb-native/commit/4157b2600dda54ee14693ee951abd72e4da2b07e))
0 commit comments