Skip to content

Commit 5c3124f

Browse files
remove range v2 feature flag
1 parent a195daa commit 5c3124f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

addon/mongocrypt.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -514,10 +514,6 @@ MongoCrypt::MongoCrypt(const CallbackInfo& info)
514514
mongocrypt_setopt_bypass_query_analysis(_mongo_crypt.get());
515515
}
516516

517-
if (options.Get("rangeV2").ToBoolean()) {
518-
mongocrypt_setopt_use_range_v2(_mongo_crypt.get());
519-
}
520-
521517
mongocrypt_setopt_use_need_kms_credentials_state(_mongo_crypt.get());
522518

523519
// Initialize after all options are set.

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ export interface MongoCryptConstructor {
4040
cryptSharedLibSearchPaths?: string[];
4141
cryptSharedLibPath?: string;
4242
bypassQueryAnalysis?: boolean;
43-
/** @experimental */
44-
rangeV2?: boolean;
4543
}): MongoCrypt;
4644
libmongocryptVersion: string;
4745
}

0 commit comments

Comments
 (0)