Skip to content

Commit 273d8e7

Browse files
chore(release): 4.6.0
1 parent 15f8870 commit 273d8e7

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

HISTORY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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.
44

5+
## [4.6.0](https://github.com/mongodb/node-mongodb-native/compare/v4.6.0-alpha.0...v4.6.0) (2022-05-11)
6+
7+
8+
### Features
9+
10+
* **NODE-4185:** Allow opting out of disk use on cursor builder ([#3230](https://github.com/mongodb/node-mongodb-native/issues/3230)) ([d216725](https://github.com/mongodb/node-mongodb-native/commit/d216725fd7557811170abea2ed06856e5940395b))
11+
* **NODE-4189:** Add support for clustered collections ([#3229](https://github.com/mongodb/node-mongodb-native/issues/3229)) ([79a917b](https://github.com/mongodb/node-mongodb-native/commit/79a917b3d6426f681f0ba55243d29c92a7254dcc))
12+
13+
14+
### Bug Fixes
15+
16+
* **NODE-3565:** Improve error message for insertMany with partially empty array ([#3221](https://github.com/mongodb/node-mongodb-native/issues/3221)) ([0ef2516](https://github.com/mongodb/node-mongodb-native/commit/0ef251655271b1a9200d5f23344092e9513c5379))
17+
* **NODE-4232:** stream() also returns generic AsyncIterable ([ed4ba58](https://github.com/mongodb/node-mongodb-native/commit/ed4ba587b991a8979d73af5ba6f3ff2690a21f85))
18+
519
## [4.6.0-alpha.0](https://github.com/mongodb/node-mongodb-native/compare/v4.5.0...v4.6.0-alpha.0) (2022-05-04)
620

721

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "4.6.0-alpha.0",
3+
"version": "4.6.0",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)