Skip to content

Commit 4c07bbb

Browse files
authored
feat(NODE-4294): mark queryable encryption options beta (#3300)
1 parent 78a55e2 commit 4c07bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/deps.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -301,11 +301,11 @@ export interface AutoEncryptionOptions {
301301
* Other validation rules in the JSON schema will not be enforced by the driver and will result in an error.
302302
*/
303303
schemaMap?: Document;
304-
/** @experimental */
304+
/** @experimental Public Technical Preview: Supply a schema for the encrypted fields in the document */
305305
encryptedFieldsMap?: Document;
306306
/** Allows the user to bypass auto encryption, maintaining implicit decryption */
307307
bypassAutoEncryption?: boolean;
308-
/** @experimental */
308+
/** @experimental Public Technical Preview: Allows users to bypass query analysis */
309309
bypassQueryAnalysis?: boolean;
310310
options?: {
311311
/** An optional hook to catch logging messages from the underlying encryption engine */

0 commit comments

Comments
 (0)