diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 50ec80bd349..4d877d57f47 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.13.1" + ".": "6.14.0" } diff --git a/HISTORY.md b/HISTORY.md index 28f5b62d1c5..0d3a0ddae90 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,21 @@ 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. +## [6.14.0](https://github.com/mongodb/node-mongodb-native/compare/v6.13.1...v6.14.0) (2025-02-28) + + +### Features + +* **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)) +* **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)) + + +### Bug Fixes + +* **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)) +* **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)) +* **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)) + ## [6.13.1](https://github.com/mongodb/node-mongodb-native/compare/v6.13.0...v6.13.1) (2025-02-20) diff --git a/package-lock.json b/package-lock.json index 126185c9d24..8a56d5df388 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "6.13.1", + "version": "6.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "6.13.1", + "version": "6.14.0", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.1.9", diff --git a/package.json b/package.json index 45c902d00e3..d16c17c46cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "6.13.1", + "version": "6.14.0", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [