-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore(NODE-4285): rename csfle shared library references #3280
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
Conversation
Adjust the AutoEncryption typings as indicated in the updated spec.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to have a team discussion about the changes before we merge this
@@ -378,5 +382,5 @@ export interface AutoEncrypter { | |||
teardown(force: boolean, callback: Callback): void; | |||
encrypt(ns: string, cmd: Document, options: any, callback: Callback<Document>): void; | |||
decrypt(cmd: Document, options: any, callback: Callback<Document>): void; | |||
readonly csfleVersionInfo: { version: bigint; versionStr: string } | null; | |||
readonly cryptSharedLibVersionInfo: { version: bigint; versionStr: string } | null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would we also want to mark this property with a tag?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that makes sense. I think this is also the only AutoEncrypter
property that you might still want to expose as public API in general.
Adjust the AutoEncryption typings as indicated in the updated spec.
(Changes to libmongocrypt are in mongodb/libmongocrypt#352)
Description
What is changing?
Is there new documentation needed for these changes?
What is the motivation for this change?
Double check the following
npm run check:lint
script<type>(NODE-xxxx)<!>: <description>