Skip to content

Commit df36bdb

Browse files
committed
code fix
1 parent 2d152d8 commit df36bdb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

source/whats-new.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ The {+driver-short+} v6.7 release includes the following features:
7474

7575
- KMS providers can now be associated with a name, and multiple keys can be provided
7676
for each KMS provider. This feature requires ``mongodb-client-encryption`` v6.0.1 or
77-
later.
77+
later. You can't use named KMS providers if your application uses the automatic
78+
KMS provider refresh capability.
7879

7980
The following code example configures a ``ClientEncryption`` object with multiple AWS keys:
8081

@@ -93,11 +94,6 @@ The {+driver-short+} v6.7 release includes the following features:
9394

9495
clientEncryption.createDataKey('aws:key-1', { ... });
9596

96-
.. note::
97-
98-
You can't use named KMS providers if your application uses the automatic
99-
KMS provider refresh capability.
100-
10197
- When you create a KMIP data key, you can now specify the ``delegated`` option. If this
10298
option is set to ``true``, the KMIP provider performs encryption and decryption of
10399
the data key locally, ensuring that the encryption key never leaves the KMIP server.

0 commit comments

Comments
 (0)