node-v2.2.0
mongo-node-bot
released this
10 Aug 19:15
·
506 commits
to master
since this release
The MongoDB Node.js team is pleased to announce version 2.2.0 of the mongodb-client-encryption package!
Release Highlights
Key Management API
Version 2.2.0 of mongodb-client-encryption includes support for the key management API. After this release, the ClientEncryption
class can be used to perform
common key management operations. Please refer to the mongodb-client-encryption documentation for the ClientEncryption class for a full list of available key management methods and usage examples (available
here).
Issue Links
Features
- NODE-4241 add support for rewrapManyDataKey and keyMaterial (e2a7411)
- NODE-4394 add key management API to node bindings (e54db88)
Bug Fixes
- NODE-4242 do not run mongocryptd if bypassQueryAnalysis (f9d36e5)
- add missing import in Node.js bindings TS definitions (4b0240a)
- NODE-4251 fix markCommand deserialization (9b0cf44)
- NODE-4356 update rewrapManyDataKey to use UpdateOne bulk ops (590a96b)
- NODE-4260 mongocrypterror has name getter (74b6ccb)
We invite you to try the mongodb-client-encryption library immediately, and report any issues to the NODE project.