@@ -73,11 +73,8 @@ The {+driver-short+} v6.7 release includes the following features:
73
73
- The ``ReadConcernMajorityNotAvailableYet`` error is now a retryable read error.
74
74
75
75
- 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:
81
78
82
79
.. code-block:: javascript
83
80
:copyable: true
@@ -94,9 +91,14 @@ The {+driver-short+} v6.7 release includes the following features:
94
91
95
92
clientEncryption.createDataKey('aws:key-1', { ... });
96
93
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
+
97
98
- When you create a KMIP data key, you can now specify the ``delegated`` option. If this
98
99
option is set to ``true``, the KMIP provider performs encryption and decryption of
99
100
the data key locally, ensuring that the encryption key never leaves the KMIP server.
101
+ The following code example
100
102
This feature requires ``mongodb-client-encryption`` v6.0.1 or later.
101
103
102
104
.. code-block:: javascript
0 commit comments