Skip to content

Commit

Permalink
docs(autoEncryption): document that autoEncryption is in beta
Browse files Browse the repository at this point in the history
Fixes NODE-2102
  • Loading branch information
daprahamian committed Aug 13, 2019
1 parent 814a4cc commit 3ecda98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/mongo_client.js
Expand Up @@ -55,7 +55,9 @@ const CloseOperation = require('./operations/close');
*/

/**
* Configuration options for a automatic client encryption
* Configuration options for a automatic client encryption.
*
* **NOTE**: Support for client side encryption is in beta. Backwards-breaking changes may be made before the final release.
*
* @typedef {Object} AutoEncryptionOptions
* @property {MongoClient} [keyVaultClient] A `MongoClient` used to fetch keys from a key vault
Expand Down

0 comments on commit 3ecda98

Please sign in to comment.