Skip to content

Commit 3ecda98

Browse files
committed
docs(autoEncryption): document that autoEncryption is in beta
Fixes NODE-2102
1 parent 814a4cc commit 3ecda98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/mongo_client.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ const CloseOperation = require('./operations/close');
5555
*/
5656

5757
/**
58-
* Configuration options for a automatic client encryption
58+
* 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.
5961
*
6062
* @typedef {Object} AutoEncryptionOptions
6163
* @property {MongoClient} [keyVaultClient] A `MongoClient` used to fetch keys from a key vault

0 commit comments

Comments
 (0)