Skip to content

node-v2.5.0

Compare
Choose a tag to compare
@mongo-node-bot mongo-node-bot released this 06 Feb 17:07
· 352 commits to master since this release
77b51c0

The MongoDB Node.js team is pleased to announce version 2.5.0 of the mongodb-client-encryption package!

Release Highlights

This version adds support for a createEncryptedCollection() helper to assist with setting up a collection for queryable encryption.
The helper will invoke createDataKey() for any fields missing keyIds in the encryptedFields settings before calling createCollection(). See the method's documentation for more details.

Note: Queryable Encryption is in Public Preview and available for evaluation purposes. Public Preview is not recommended for production deployments as breaking changes may be introduced. To learn more about the Preview please see the Queryable Encryption Preview blog post.

Documentation

We invite you to try the mongodb-client-encryption library immediately, and report any issues to the NODE project.