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
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
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.
* add fermium to evergreen test runs ([#2762](https://github.com/mongodb/node-mongodb-native/issues/2762)) ([2303b41](https://github.com/mongodb/node-mongodb-native/commit/2303b418b461b3c965f0c48f160d812153eba11e))
11
+
* versioned api ([#2736](https://github.com/mongodb/node-mongodb-native/issues/2736)) ([93f3ea5](https://github.com/mongodb/node-mongodb-native/commit/93f3ea5815bbd85b90745716f35849a59e8f8746))
12
+
13
+
14
+
### Bug Fixes
15
+
16
+
* always close gridfs upload stream on finish ([#2759](https://github.com/mongodb/node-mongodb-native/issues/2759)) ([1c6f544](https://github.com/mongodb/node-mongodb-native/commit/1c6f54499402cff5ac0108d3fd3f3f18297c74bd))
17
+
* don't auto destroy read stream for Node 14 ([d4e297e](https://github.com/mongodb/node-mongodb-native/commit/d4e297e183213a1d1d533c266a537ab2a62aa477))
18
+
* move session support check to operation layer ([#2750](https://github.com/mongodb/node-mongodb-native/issues/2750)) ([c19f296](https://github.com/mongodb/node-mongodb-native/commit/c19f29617e243426268c9d62fc1380c6ea49e56a))
19
+
* remove existing session from cloned cursors ([30ccd86](https://github.com/mongodb/node-mongodb-native/commit/30ccd86f41e65991b04a4ce1000762ae9de8d6d1))
20
+
***NODE-3071:** Ignore error message if error code is defined ([#2770](https://github.com/mongodb/node-mongodb-native/issues/2770)) ([d4cc936](https://github.com/mongodb/node-mongodb-native/commit/d4cc9367f411fd803ad82975b52f9444862ff715))
21
+
***NODE-3152:** ensure AWS environment variables are applied properly ([#2756](https://github.com/mongodb/node-mongodb-native/issues/2756)) ([341a602](https://github.com/mongodb/node-mongodb-native/commit/341a60260a4b47271580a6b37d67075f5074cc8d))
0 commit comments