Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mongoKart committed Jul 2, 2024
1 parent 6a5e9f8 commit e886f08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <https://github.com/mongodb/node-mongodb-native/blob/v6.8.0/README.md#release-integrity>`__
Expand Down

0 comments on commit e886f08

Please sign in to comment.