File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,12 @@ 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. 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:
78
82
79
83
.. code-block:: javascript
80
84
:copyable: true
@@ -91,10 +95,6 @@ The {+driver-short+} v6.7 release includes the following features:
91
95
92
96
clientEncryption.createDataKey('aws:key-1', { ... });
93
97
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
-
98
98
- When you create a KMIP data key, you can now specify the ``delegated`` option. If this
99
99
option is set to ``true``, the KMIP provider performs encryption and decryption of
100
100
the data key locally, ensuring that the encryption key never leaves the KMIP server.
You can’t perform that action at this time.
0 commit comments