Skip to content

Commit 4f9b654

Browse files
committed
reword
1 parent df36bdb commit 4f9b654

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

source/whats-new.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,8 @@ The {+driver-short+} v6.7 release includes the following features:
7373
- The ``ReadConcernMajorityNotAvailableYet`` error is now a retryable read error.
7474

7575
- 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
77-
later. You can't use named KMS providers if your application uses the automatic
78-
KMS provider refresh capability.
79-
80-
The following code example configures a ``ClientEncryption`` object with multiple AWS keys:
76+
for each KMS provider. The following code example shows how to configure a
77+
``ClientEncryption`` object with multiple AWS keys:
8178

8279
.. code-block:: javascript
8380
:copyable: true
@@ -94,9 +91,14 @@ The {+driver-short+} v6.7 release includes the following features:
9491

9592
clientEncryption.createDataKey('aws:key-1', { ... });
9693

94+
You can't use named KMS providers if your application uses the automatic
95+
KMS provider refresh capability.
96+
This feature requires ``mongodb-client-encryption`` v6.0.1 or later.
97+
9798
- When you create a KMIP data key, you can now specify the ``delegated`` option. If this
9899
option is set to ``true``, the KMIP provider performs encryption and decryption of
99100
the data key locally, ensuring that the encryption key never leaves the KMIP server.
101+
The following code example
100102
This feature requires ``mongodb-client-encryption`` v6.0.1 or later.
101103

102104
.. code-block:: javascript

0 commit comments

Comments
 (0)