Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
mongoKart committed Jul 2, 2024
1 parent 4f9b654 commit 6a5e9f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,12 @@ The {+driver-short+} v6.7 release includes the following features:
- The ``ReadConcernMajorityNotAvailableYet`` error is now a retryable read error.

- KMS providers can now be associated with a name, and multiple keys can be provided
for each KMS provider. The following code example shows how to configure a
``ClientEncryption`` object with multiple AWS keys:
for each KMS provider. This feature requires ``mongodb-client-encryption`` v6.0.1 or later.
You can't use named KMS providers if your application uses the automatic
KMS provider refresh capability.

The following code example shows how to configure a ``ClientEncryption`` object with
multiple AWS keys:

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

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

You can't use named KMS providers if your application uses the automatic
KMS provider refresh capability.
This feature requires ``mongodb-client-encryption`` v6.0.1 or later.

- 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.
Expand Down

0 comments on commit 6a5e9f8

Please sign in to comment.