Skip to content

GODRIVER-3123 [master] QE Range Protocol V2 (#1723) #1763

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Aug 20, 2024

Conversation

blink1073
Copy link
Member

@blink1073 blink1073 commented Aug 19, 2024

(cherry picked from commit a766876)

GODRIVER-3123
GODRIVER-3279
GODRIVER-3195

Summary

  • Add an optional parameter RangeOpts.trimFactor.
  • Make RangeOpts.sparsity optional.
  • Modify rangePreview to range.
  • Implement prose test "Range Explicit Encryption applies defaults".
  • Sync spec test.
  • Update libmongocrypt to 1.11.0
  • Document "range" as stable.

Background & Motivation

@blink1073 blink1073 changed the title GODRIVER-3123 QE Range Protocol V2 (#1723) GODRIVER-3123 [master] QE Range Protocol V2 (#1723) Aug 19, 2024
@mongodb-drivers-pr-bot mongodb-drivers-pr-bot bot added the priority-3-low Low Priority PR for Review label Aug 19, 2024
Copy link
Contributor

API Change Report

./v2/mongo/options

incompatible changes

RangeOptions.Sparsity: changed from int64 to *int64

compatible changes

(*RangeOptionsBuilder).SetTrimFactor: added
RangeOptions.TrimFactor: added

./v2/x/mongo/driver/mongocrypt/options

incompatible changes

ExplicitRangeOptions.Sparsity: changed from int64 to *int64

compatible changes

ExplicitRangeOptions.TrimFactor: added

matthewdale
matthewdale previously approved these changes Aug 20, 2024
Copy link
Collaborator

@matthewdale matthewdale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 👍

@blink1073 blink1073 merged commit 15ce781 into mongodb:master Aug 20, 2024
30 of 32 checks passed
@blink1073 blink1073 deleted the GODRIVER-3123-master branch August 20, 2024 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-3-low Low Priority PR for Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants