-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat(NODE-6309): Mark range API as stable #4190
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
baileympearson
force-pushed
the
NODE-6309
branch
from
August 14, 2024 21:37
d97afeb
to
dc38d44
Compare
baileympearson
force-pushed
the
NODE-6284
branch
from
August 14, 2024 21:39
972ed19
to
aea5126
Compare
baileympearson
force-pushed
the
NODE-6309
branch
from
August 14, 2024 21:41
dc38d44
to
9731474
Compare
5 tasks
baileympearson
force-pushed
the
NODE-6309
branch
from
August 28, 2024 15:53
0231165
to
596d8a5
Compare
baileympearson
force-pushed
the
NODE-6309
branch
from
August 28, 2024 15:55
596d8a5
to
0092727
Compare
W-A-James
added
the
Primary Review
In Review with primary reviewer, not yet ready for team's eyes
label
Sep 4, 2024
W-A-James
approved these changes
Sep 4, 2024
baileympearson
added a commit
that referenced
this pull request
Sep 4, 2024
baileympearson
added a commit
that referenced
this pull request
Sep 5, 2024
This was referenced Oct 3, 2024
This was referenced Oct 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
What is changing?
The QE range v2 protocol has been marked as stable.
Is there new documentation needed for these changes?
What is the motivation for this change?
Release Highlight
Queryable Encryption supports range queries
Queryable encryption range queries are now officially supported. To use this feature, you must:
Important
Collections and documents encrypted with range queryable fields with a 7.0 server are not compatible with range queries on 8.0 servers.
Documentation for queryable encryption can be found in the MongoDB server manual.
Double check the following
npm run check:lint
scripttype(NODE-xxxx)[!]: description
feat(NODE-1234)!: rewriting everything in coffeescript