Skip to content
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
merged 2 commits into from
Sep 4, 2024
Merged

feat(NODE-6309): Mark range API as stable #4190

merged 2 commits into from
Sep 4, 2024

Conversation

baileympearson
Copy link
Contributor

@baileympearson baileympearson commented Aug 5, 2024

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:

  • use a version of mongodb-client-encryption > 6.1.0
  • use a Node driver version > 6.9.0
  • use an 8.0+ MongoDB enterprise server

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

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@baileympearson baileympearson marked this pull request as ready for review September 3, 2024 17:13
@W-A-James W-A-James self-assigned this Sep 4, 2024
@W-A-James W-A-James self-requested a review September 4, 2024 15:02
@W-A-James 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 W-A-James merged commit f53e9d9 into main Sep 4, 2024
30 checks passed
@W-A-James W-A-James deleted the NODE-6309 branch September 4, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Primary Review In Review with primary reviewer, not yet ready for team's eyes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants