Skip to content

Commit 6a5e9f8

Browse files
committed
fix code
1 parent 4f9b654 commit 6a5e9f8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/whats-new.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,12 @@ 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. The following code example shows how to configure a
77-
``ClientEncryption`` object with multiple AWS keys:
76+
for each KMS provider. This feature requires ``mongodb-client-encryption`` v6.0.1 or later.
77+
You can't use named KMS providers if your application uses the automatic
78+
KMS provider refresh capability.
79+
80+
The following code example shows how to configure a ``ClientEncryption`` object with
81+
multiple AWS keys:
7882

7983
.. code-block:: javascript
8084
:copyable: true
@@ -91,10 +95,6 @@ The {+driver-short+} v6.7 release includes the following features:
9195

9296
clientEncryption.createDataKey('aws:key-1', { ... });
9397

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-
9898
- When you create a KMIP data key, you can now specify the ``delegated`` option. If this
9999
option is set to ``true``, the KMIP provider performs encryption and decryption of
100100
the data key locally, ensuring that the encryption key never leaves the KMIP server.

0 commit comments

Comments
 (0)