File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -514,10 +514,6 @@ MongoCrypt::MongoCrypt(const CallbackInfo& info)
514
514
mongocrypt_setopt_bypass_query_analysis (_mongo_crypt.get ());
515
515
}
516
516
517
- if (options.Get (" rangeV2" ).ToBoolean ()) {
518
- mongocrypt_setopt_use_range_v2 (_mongo_crypt.get ());
519
- }
520
-
521
517
mongocrypt_setopt_use_need_kms_credentials_state (_mongo_crypt.get ());
522
518
523
519
// Initialize after all options are set.
Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ export interface MongoCryptConstructor {
40
40
cryptSharedLibSearchPaths ?: string [ ] ;
41
41
cryptSharedLibPath ?: string ;
42
42
bypassQueryAnalysis ?: boolean ;
43
- /** @experimental */
44
- rangeV2 ?: boolean ;
45
43
} ) : MongoCrypt ;
46
44
libmongocryptVersion : string ;
47
45
}
You can’t perform that action at this time.
0 commit comments