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): update driver and libmongocrypt MONGOSH-1550 #2060

Closed
wants to merge 3 commits into from

Conversation

mabaasit
Copy link
Contributor

@mabaasit mabaasit commented Jul 8, 2024

No description provided.

@addaleax addaleax changed the title chore(deps): update driver and libcrypt MONGOSH-1550 chore(deps): update driver and libmongocrypt MONGOSH-1550 Jul 8, 2024
autoEncryption.kmsProviders = {
...fleOptions.kmsProviders,
} as KMSProviders;
} as any;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
} as any;
} as any as KMSProviders;

makes it a bit clearer what the intended type is?

context(
'using rangePreview algorithm when server is > 7 and < 8',
function () {
skipIfServerVersion(testServer, '>= 8.0.0');
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we use the same test code for 7.x and 8.x+ and only switch between range and rangePreview according to the server version?

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 good point, will do it!

@mabaasit mabaasit closed this Jul 12, 2024
@mabaasit
Copy link
Contributor Author

Closing in favour of #2076

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants