mongo-go-driver
mongo-go-driver copied to clipboard
GODRIVER-3123 QE Range Protocol V2
GODRIVER-3123 GODRIVER-3279
Summary
- Add an optional parameter
RangeOpts.trimFactor. - Make
RangeOpts.sparsityoptional. - Modify
rangePreviewtorange. - Implement prose test "Range Explicit Encryption applies defaults".
- Sync spec test.
Background & Motivation
API Change Report
./mongo/options
incompatible changes
RangeOptions.Sparsity: changed from int64 to *int64
compatible changes
(*RangeOptions).SetTrimFactor: added RangeOptions.TrimFactor: added
./x/mongo/driver/mongocrypt/options
incompatible changes
ExplicitRangeOptions.Sparsity: changed from int64 to *int64
compatible changes
ExplicitRangeOptions.TrimFactor: added