@@ -64,16 +64,15 @@ Learn what's new in:
64
64
What's New in 6.8
65
65
-----------------
66
66
67
- The {+driver-short+} v6.7 release includes the following features:
67
+ The {+driver-short+} v6.8 release includes the following features:
68
68
69
69
- Fixes a bug where a local KMS provider accepted a ``BSON Binary`` instance at
70
70
runtime, but the TypeScript compiler allowed only values of type ``Buffer`` and
71
71
``string``.
72
72
73
73
- The ``ReadConcernMajorityNotAvailableYet`` error is now a retryable read error.
74
74
75
- - KMS providers can now be associated with a name, and multiple keys can be provided
76
- for each KMS provider. This feature requires ``mongodb-client-encryption`` v6.0.1 or later.
75
+ - You can now associate a name and provide multiple keys for KMS providers. This feature requires ``mongodb-client-encryption`` v6.0.1 or later.
77
76
You can't use named KMS providers if your application uses the automatic
78
77
KMS provider refresh capability.
79
78
@@ -110,9 +109,9 @@ The {+driver-short+} v6.7 release includes the following features:
110
109
- The driver now decodes BSON responses as the cursor iterates over them,
111
110
rather than decoding the entire BSON response when it is received.
112
111
113
- - The Github release for the ``mongodb`` package now contains a detached signature file for
114
- the NPM package (named ``mongodb-X.Y.Z.tgz.sig``) . This change applies to every major
115
- and patch release for versions 5 and 6 of the driver. To verify the package signature,
112
+ - The Github release for the ``mongodb`` package now contains a detached signature file,
113
+ ``mongodb-X.Y.Z.tgz.sig``, for the NPM package . This change applies to every major
114
+ and patch release for versions 5.x and 6.x of the driver. To verify the package signature,
116
115
follow the instructions in the Release Integrity section of the
117
116
`README.md <https://github.com/mongodb/node-mongodb-native/blob/v6.8.0/README.md#release-integrity>`__
118
117
file in the driver's GitHub repository.
0 commit comments