feat(deps): bump driver to 6.14.2, libmongocrypt to 1.13.0 MONGOSH-2037 MONGOSH-2038#2393
feat(deps): bump driver to 6.14.2, libmongocrypt to 1.13.0 MONGOSH-2037 MONGOSH-2038#2393
Conversation
| "node": ">=10" | ||
| } | ||
| }, | ||
| "node_modules/prebuild-install/node_modules/napi-build-utils": { |
There was a problem hiding this comment.
Not a huge deal, but it looks like we now have duplication of prebuild-install and napi-build-utils because of the different versions being requested by kerberos and mongodb-client-encryption. Might be a good idea to dedupe them if possible.
There was a problem hiding this comment.
Is it alright if I promise to do https://jira.mongodb.org/browse/MONGOSH-1881 right after this PR? 😅
That should result in deduplicating these dependencies, but the kerberos bump doesn't contain any features/fixes we want to get out, whereas this one does, and I'd rather not discover that bumping kerberos is still broken for us just to go back to the original version 😅
There was a problem hiding this comment.
As long as it's a pinky promise, we can let this one slide 😆
Includes support for $lookup (e2e test TBD until COMPASS-8816, will likely need to wait for 8.1 release) and an OIDC connection fix