Skip to content

Commit 44bc5a8

Browse files
chore(main): release 6.14.0 [skip-ci] (#4429)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 965b21a commit 44bc5a8

4 files changed

+19
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.13.1"
2+
".": "6.14.0"
33
}

HISTORY.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
## [6.14.0](https://github.com/mongodb/node-mongodb-native/compare/v6.13.1...v6.14.0) (2025-02-28)
6+
7+
8+
### Features
9+
10+
* **NODE-6676:** add support for `nsType` in change stream create events ([#4431](https://github.com/mongodb/node-mongodb-native/issues/4431)) ([7800067](https://github.com/mongodb/node-mongodb-native/commit/7800067ad0ea4e24e3180fe264da4951b883e08d))
11+
* **NODE-6773:** add support for $lookup with automatic encryption ([#4427](https://github.com/mongodb/node-mongodb-native/issues/4427)) ([965b21a](https://github.com/mongodb/node-mongodb-native/commit/965b21a20eff38c7fe7d9036f912b31c10e5ba21))
12+
13+
14+
### Bug Fixes
15+
16+
* **NODE-6765:** FindOneAndUpdateOptions supports aggregation expressions ([#4423](https://github.com/mongodb/node-mongodb-native/issues/4423)) ([421ddeb](https://github.com/mongodb/node-mongodb-native/commit/421ddeb329169f47b567cbe432c39737551bd234))
17+
* **NODE-6792:** use isUint8Array from driver's utils instead of util/types ([#4436](https://github.com/mongodb/node-mongodb-native/issues/4436)) ([dfe1fba](https://github.com/mongodb/node-mongodb-native/commit/dfe1fba777d89a53106487e38aaf5072978096b5))
18+
* **NODE-6794:** revert `@aws-sdk/credential-providers` peer compatibility change ([#4437](https://github.com/mongodb/node-mongodb-native/issues/4437)) ([488c407](https://github.com/mongodb/node-mongodb-native/commit/488c4071632c29960de8955bfbefbaab163b45ba))
19+
520
## [6.13.1](https://github.com/mongodb/node-mongodb-native/compare/v6.13.0...v6.13.1) (2025-02-20)
621

722

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "6.13.1",
3+
"version": "6.14.0",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)