From 25c84a443fda023ac9a4ba19c1e3613b303f1eee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:06:32 -0600 Subject: [PATCH] chore(main): release 6.8.0 [skip-ci] (#4125) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- HISTORY.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5c63699c14..e85ec109fd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.7.0" + ".": "6.8.0" } diff --git a/HISTORY.md b/HISTORY.md index ea7dfee973..1ccf5eca7e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,25 @@ 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.8.0](https://github.com/mongodb/node-mongodb-native/compare/v6.7.0...v6.8.0) (2024-06-27) + + +### Features + +* **NODE-5718:** add ReadConcernMajorityNotAvailableYet to retryable errors ([#4154](https://github.com/mongodb/node-mongodb-native/issues/4154)) ([4f32dec](https://github.com/mongodb/node-mongodb-native/commit/4f32decc354b222a6fe824a668d0b7b9db930f5f)) +* **NODE-5801:** allow multiple providers providers per type ([#4137](https://github.com/mongodb/node-mongodb-native/issues/4137)) ([4d209ce](https://github.com/mongodb/node-mongodb-native/commit/4d209ce7aa92ac543f6b106d94a65508858ccf51)) +* **NODE-5853:** support delegated KMIP data key option ([#4129](https://github.com/mongodb/node-mongodb-native/issues/4129)) ([aa429f8](https://github.com/mongodb/node-mongodb-native/commit/aa429f8c471b6ac23d9ffc33c9d40e1dc116c75b)) +* **NODE-6136:** parse cursor responses on demand ([#4112](https://github.com/mongodb/node-mongodb-native/issues/4112)) ([3ed6a2a](https://github.com/mongodb/node-mongodb-native/commit/3ed6a2adf552159bc8526b096ace59f0d5800c96)) +* **NODE-6157:** add signature to github releases ([#4119](https://github.com/mongodb/node-mongodb-native/issues/4119)) ([f38c5fe](https://github.com/mongodb/node-mongodb-native/commit/f38c5fe3990f279194523c906dc646bbcc29cbe9)) + + +### Bug Fixes + +* **NODE-5801:** use more specific key typing for multiple KMS provider support ([#4146](https://github.com/mongodb/node-mongodb-native/issues/4146)) ([465ffd9](https://github.com/mongodb/node-mongodb-native/commit/465ffd97974b40e2bf2608907455c00c58c59cff)) +* **NODE-6085:** add TS support for KMIP data key options ([#4128](https://github.com/mongodb/node-mongodb-native/issues/4128)) ([f790cc1](https://github.com/mongodb/node-mongodb-native/commit/f790cc181d87049e0018e1e5e859f90ee8156c0d)) +* **NODE-6241:** allow `Binary` as local KMS provider key ([#4160](https://github.com/mongodb/node-mongodb-native/issues/4160)) ([fb724eb](https://github.com/mongodb/node-mongodb-native/commit/fb724eb6441408ad7f93c50d146a12c9b64d8333)) +* **NODE-6242:** close becomes true after calling close when documents still remain ([#4161](https://github.com/mongodb/node-mongodb-native/issues/4161)) ([e3d70c3](https://github.com/mongodb/node-mongodb-native/commit/e3d70c3d224e1cd0888d79516c1b509921ac560d)) + ## [6.7.0](https://github.com/mongodb/node-mongodb-native/compare/v6.6.2...v6.7.0) (2024-05-29) diff --git a/package-lock.json b/package-lock.json index 788d06f1fb..538973bf4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "6.7.0", + "version": "6.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "6.7.0", + "version": "6.8.0", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.1.5", diff --git a/package.json b/package.json index eeb8a9fd37..ca5286251f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "6.7.0", + "version": "6.8.0", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [