File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,9 @@ The {+driver-short+} v6.7 release includes the following features:
98
98
- When you create a KMIP data key, you can now specify the ``delegated`` option. If this
99
99
option is set to ``true``, the KMIP provider performs encryption and decryption of
100
100
the data key locally, ensuring that the encryption key never leaves the KMIP server.
101
- The following code example
102
101
This feature requires ``mongodb-client-encryption`` v6.0.1 or later.
102
+
103
+ The following code example shows how to specify this option:
103
104
104
105
.. code-block:: javascript
105
106
:copyable: true
@@ -110,7 +111,7 @@ The {+driver-short+} v6.7 release includes the following features:
110
111
rather than decoding the entire BSON response when it is received.
111
112
112
113
- The Github release for the ``mongodb`` package now contains a detached signature file for
113
- the NPM package (named mongodb-X.Y.Z.tgz.sig). This change applies to every major
114
+ the NPM package (named `` mongodb-X.Y.Z.tgz.sig`` ). This change applies to every major
114
115
and patch release for versions 5 and 6 of the driver. To verify the package signature,
115
116
follow the instructions in the Release Integrity section of the
116
117
`README.md <https://github.com/mongodb/node-mongodb-native/blob/v6.8.0/README.md#release-integrity>`__
You can’t perform that action at this time.
0 commit comments