Skip to content

feat(NODE-6773): add support for $lookup on encrypted collections #4427

New issue

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

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

Already on GitHub? # to your account

Merged
merged 17 commits into from
Feb 28, 2025

Conversation

nbbeeken
Copy link
Contributor

@nbbeeken nbbeeken commented Feb 19, 2025

Description

What is changing?

adds tests for lookup support

Is there new documentation needed for these changes?

What is the motivation for this change?

Release Highlight

Add support for $lookup on encrypted collections

Starting in the upcoming MongoDB server 8.1, the aggregation stage $lookup can now be used with clients configured for automatic encryption after upgrading to mongodb-client-encryption@>=6.3.0! 🔒 🎉

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

@nbbeeken nbbeeken force-pushed the NODE-6774-fle-lookup branch 2 times, most recently from 813223f to ffb01de Compare February 21, 2025 15:26
@nbbeeken nbbeeken marked this pull request as ready for review February 21, 2025 15:53
@nbbeeken nbbeeken requested a review from a team as a code owner February 21, 2025 15:53
@nbbeeken
Copy link
Contributor Author

Will update the bindings when they are available, we can still start reviewing what is in here in the meantime

@baileympearson baileympearson changed the title feat(NODE-6774): add support for $lookup on encrypted collections feat(NODE-6773): add support for $lookup on encrypted collections Feb 24, 2025
Copy link
Contributor

@baileympearson baileympearson left a comment

Choose a reason for hiding this comment

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

There are pending spec test changes from Maxim, I'll re-review the tests when Kevin has updated the prose tests in his PR.

@nbbeeken nbbeeken added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label Feb 24, 2025
@nbbeeken nbbeeken added the wip label Feb 24, 2025
@nbbeeken nbbeeken force-pushed the NODE-6774-fle-lookup branch 2 times, most recently from 715c23d to 4f797c9 Compare February 25, 2025 20:06
@nbbeeken nbbeeken force-pushed the NODE-6774-fle-lookup branch from 2384e2e to e7ec664 Compare February 26, 2025 16:00
@nbbeeken nbbeeken removed the wip label Feb 26, 2025
Copy link
Contributor Author

@nbbeeken nbbeeken left a comment

Choose a reason for hiding this comment

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

all comments should be addressed, but waiting for the release to publish so I can update our dev dep.

@baileympearson baileympearson added Team Review Needs review from team and removed Primary Review In Review with primary reviewer, not yet ready for team's eyes labels Feb 27, 2025
@baileympearson baileympearson merged commit 965b21a into main Feb 28, 2025
30 checks passed
@baileympearson baileympearson deleted the NODE-6774-fle-lookup branch February 28, 2025 13:49
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Team Review Needs review from team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants