Skip to content

Commit

Permalink
feat(NODE-4294): mark queryable encryption options beta (#3300)
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Jun 28, 2022
1 parent 78a55e2 commit 4c07bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deps.ts
Expand Up @@ -301,11 +301,11 @@ export interface AutoEncryptionOptions {
* Other validation rules in the JSON schema will not be enforced by the driver and will result in an error.
*/
schemaMap?: Document;
/** @experimental */
/** @experimental Public Technical Preview: Supply a schema for the encrypted fields in the document */
encryptedFieldsMap?: Document;
/** Allows the user to bypass auto encryption, maintaining implicit decryption */
bypassAutoEncryption?: boolean;
/** @experimental */
/** @experimental Public Technical Preview: Allows users to bypass query analysis */
bypassQueryAnalysis?: boolean;
options?: {
/** An optional hook to catch logging messages from the underlying encryption engine */
Expand Down

0 comments on commit 4c07bbb

Please sign in to comment.