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

chore(deps): bump driver/libmongocrypt to FLE2 versions #3054

Merged
merged 4 commits into from
May 9, 2022

Conversation

addaleax
Copy link
Contributor

@addaleax addaleax commented May 5, 2022

Only use the 4.6.0-alpha.0 driver when the CSFLE feature flag is on.

Description

Checklist

  • New tests and/or benchmarks are included
  • Documentation is changed or added

Motivation and Context

  • Bugfix
  • New feature
  • Dependency update
  • Misc

Open Questions

Dependents

Types of changes

  • Backport Needed
  • Patch (non-breaking change which fixes an issue)
  • Minor (non-breaking change which adds functionality)
  • Major (fix or feature that would cause existing functionality to change)

@addaleax
Copy link
Contributor Author

addaleax commented May 5, 2022

Looks like this is hard to get to work with devtools-connect because it wants a non-prerelease peer dependency and overrides: doesn’t work with workspace setups yet, so I’m doing mongodb-js/devtools-connect#13 first

Only use the 4.6.0-alpha.0 driver when the CSFLE feature flag is on.
@addaleax addaleax mentioned this pull request May 6, 2022
@@ -50,6 +50,7 @@ export function createElectronMainConfig(
filename: opts.outputFilename ?? '[name].[contenthash].main.js',
assetModuleFilename: 'assets/[name].[hash][ext]',
strictModuleErrorHandling: true,
strictModuleExceptionHandling: true,
Copy link
Contributor

Choose a reason for hiding this comment

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

Based on what we found out (one option is deprecated in favor of another, but their behavior is different), let's maybe leave a comment here with a pointer to the code or something for the future

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, absolutely makes sense! 👍

@addaleax addaleax merged commit b24ff36 into main May 9, 2022
@addaleax addaleax deleted the driver-fle2-alpha branch May 9, 2022 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants