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
+19Lines changed: 19 additions & 0 deletions
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.
***NODE-3699:** add support for `comment` field ([#3167](https://github.com/mongodb/node-mongodb-native/issues/3167)) ([4e2f9bf](https://github.com/mongodb/node-mongodb-native/commit/4e2f9bf924872067b6ddbf98809bd0c1577f2017))
12
+
***NODE-4014:** Add let option to bulk write operations ([#3160](https://github.com/mongodb/node-mongodb-native/issues/3160)) ([6f633d1](https://github.com/mongodb/node-mongodb-native/commit/6f633d1a742fbb150cdb654c37c1380f40e798b1))
13
+
***NODE-4085:** add typings for csfle shared library option support ([#3179](https://github.com/mongodb/node-mongodb-native/issues/3179)) ([d2897ab](https://github.com/mongodb/node-mongodb-native/commit/d2897ab4010a74e5fc98617785dfc9068c453c93))
14
+
15
+
16
+
### Bug Fixes
17
+
18
+
***NODE-3769:** retryable writes are not compliant with specification ([#3144](https://github.com/mongodb/node-mongodb-native/issues/3144)) ([ff26b12](https://github.com/mongodb/node-mongodb-native/commit/ff26b12543206f58a379460348dbef8144fd1ac4))
19
+
***NODE-3810:** delay timeout errors by one event loop tick ([#3180](https://github.com/mongodb/node-mongodb-native/issues/3180)) ([0ed7cbf](https://github.com/mongodb/node-mongodb-native/commit/0ed7cbff646725655d1bc3855be0570c19dad91c))
20
+
***NODE-4069:** remove 'default' from options for fullDocument field in change stream options ([#3169](https://github.com/mongodb/node-mongodb-native/issues/3169)) ([799689e](https://github.com/mongodb/node-mongodb-native/commit/799689e9f831dce00db8b95799491a2f873b95cf))
***NODE-4129:** constrain `watch` type parameter to extend `ChangeStream` type parameter ([#3183](https://github.com/mongodb/node-mongodb-native/issues/3183)) ([43ba9fc](https://github.com/mongodb/node-mongodb-native/commit/43ba9fcc2730081a25d608af95a4193cc4a1ce8c))
0 commit comments