Skip to content

Commit c085cf0

Browse files
docs(NODE-5280): mark QE equality stable (#3665)
1 parent d74d3f9 commit c085cf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/deps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,11 @@ export interface AutoEncryptionOptions {
309309
* Other validation rules in the JSON schema will not be enforced by the driver and will result in an error.
310310
*/
311311
schemaMap?: Document;
312-
/** @experimental Public Technical Preview: Supply a schema for the encrypted fields in the document */
312+
/** Supply a schema for the encrypted fields in the document */
313313
encryptedFieldsMap?: Document;
314314
/** Allows the user to bypass auto encryption, maintaining implicit decryption */
315315
bypassAutoEncryption?: boolean;
316-
/** @experimental Public Technical Preview: Allows users to bypass query analysis */
316+
/** Allows users to bypass query analysis */
317317
bypassQueryAnalysis?: boolean;
318318
options?: {
319319
/** An optional hook to catch logging messages from the underlying encryption engine */

0 commit comments

Comments
 (0)