Skip to content

Commit 8ee803a

Browse files
chore(main): release 6.8.0 [skip-ci]
1 parent e3d70c3 commit 8ee803a

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

Diff for: .release-please-manifest.json

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

Diff for: HISTORY.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.8.0](https://github.com/mongodb/node-mongodb-native/compare/v6.7.0...v6.8.0) (2024-06-27)
6+
7+
8+
### Features
9+
10+
* **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))
11+
* **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))
12+
* **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))
13+
* **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))
14+
* **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))
15+
16+
17+
### Bug Fixes
18+
19+
* **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))
20+
* **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))
21+
* **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))
22+
* **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))
23+
524
## [6.7.0](https://github.com/mongodb/node-mongodb-native/compare/v6.6.2...v6.7.0) (2024-05-29)
625

726

Diff for: package-lock.json

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

Diff for: package.json

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

0 commit comments

Comments
 (0)