node-v2.4.0
mongo-node-bot
released this
26 Jan 14:56
·
415 commits
to master
since this release
The MongoDB Node.js team is pleased to announce version 2.4.0 of the mongodb-client-encryption package!
Release Highlights
Fetch AWS KMS credentials using aws/credential-providers
Note This feature is opt-in. No aws code will be installed, loaded or run if aws/credential-providers package is not installed.
mongodb-client-encryption can now fetch AWS kms credentials using the native aws sdk. To enable this feature, install a compatible version from npm. When kms provider credentials are needed and AWS providers have not been provided, we will use the aws sdk to load the credentials.
We support versions >=3.186.0 of the aws credentials package.
Experimental Features
Any features marked experimental are subject to change at any time and are not intended for production use.