From e886f08ff5f7069502fa55052d131d16972b015e Mon Sep 17 00:00:00 2001 From: Mike Woofter <108414937+mongoKart@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:39:07 -0500 Subject: [PATCH] fixes --- source/whats-new.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/whats-new.txt b/source/whats-new.txt index de35c4c6..495d6497 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -98,8 +98,9 @@ The {+driver-short+} v6.7 release includes the following features: - When you create a KMIP data key, you can now specify the ``delegated`` option. If this option is set to ``true``, the KMIP provider performs encryption and decryption of the data key locally, ensuring that the encryption key never leaves the KMIP server. - The following code example This feature requires ``mongodb-client-encryption`` v6.0.1 or later. + + The following code example shows how to specify this option: .. code-block:: javascript :copyable: true @@ -110,7 +111,7 @@ The {+driver-short+} v6.7 release includes the following features: rather than decoding the entire BSON response when it is received. - The Github release for the ``mongodb`` package now contains a detached signature file for - the NPM package (named mongodb-X.Y.Z.tgz.sig). This change applies to every major + the NPM package (named ``mongodb-X.Y.Z.tgz.sig``). This change applies to every major and patch release for versions 5 and 6 of the driver. To verify the package signature, follow the instructions in the Release Integrity section of the `README.md `__