Skip to content

Commit 02aa82c

Browse files
Apply suggestions from code review
Co-authored-by: Jordan Smith <[email protected]>
1 parent e886f08 commit 02aa82c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

source/whats-new.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,15 @@ Learn what's new in:
6464
What's New in 6.8
6565
-----------------
6666

67-
The {+driver-short+} v6.7 release includes the following features:
67+
The {+driver-short+} v6.8 release includes the following features:
6868

6969
- Fixes a bug where a local KMS provider accepted a ``BSON Binary`` instance at
7070
runtime, but the TypeScript compiler allowed only values of type ``Buffer`` and
7171
``string``.
7272

7373
- The ``ReadConcernMajorityNotAvailableYet`` error is now a retryable read error.
7474

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.
7776
You can't use named KMS providers if your application uses the automatic
7877
KMS provider refresh capability.
7978

@@ -110,9 +109,9 @@ The {+driver-short+} v6.7 release includes the following features:
110109
- The driver now decodes BSON responses as the cursor iterates over them,
111110
rather than decoding the entire BSON response when it is received.
112111

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,
116115
follow the instructions in the Release Integrity section of the
117116
`README.md <https://github.com/mongodb/node-mongodb-native/blob/v6.8.0/README.md#release-integrity>`__
118117
file in the driver's GitHub repository.

0 commit comments

Comments
 (0)