We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814a4cc commit 3ecda98Copy full SHA for 3ecda98
lib/mongo_client.js
@@ -55,7 +55,9 @@ const CloseOperation = require('./operations/close');
55
*/
56
57
/**
58
- * Configuration options for a automatic client encryption
+ * Configuration options for a automatic client encryption.
59
+ *
60
+ * **NOTE**: Support for client side encryption is in beta. Backwards-breaking changes may be made before the final release.
61
*
62
* @typedef {Object} AutoEncryptionOptions
63
* @property {MongoClient} [keyVaultClient] A `MongoClient` used to fetch keys from a key vault
0 commit comments