From a6466d4d2a1e3372da686b7f677281a1fb3eb16f Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Wed, 10 May 2023 16:29:13 -0600 Subject: [PATCH] docs: mark QE equality stable --- src/deps.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/deps.ts b/src/deps.ts index 6c4857270a6..c9d423e81e4 100644 --- a/src/deps.ts +++ b/src/deps.ts @@ -309,11 +309,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 Public Technical Preview: Supply a schema for the encrypted fields in the document */ + /** 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 Public Technical Preview: Allows users to bypass query analysis */ + /** Allows users to bypass query analysis */ bypassQueryAnalysis?: boolean; options?: { /** An optional hook to catch logging messages from the underlying encryption engine */