Releases: mongodb/libmongocrypt
node-v2.0.0-beta.2
The MongoDB Node.js team is pleased to announce version 2.0.0-beta.2 of the mongo-client-encryption package!
Release Highlights
This release includes bug fixes to SOCKS5 proxy support.
Bug Fixes
- Proxy options are now properly forwarded to the state machine.
Documentation
We invite you to try the mongo-client-encryption library immediately, and report any issues to the NODE project.
node-v2.0.0-beta.1
The MongoDB Node.js team is pleased to announce version 2.0.0-beta.1 of the mongo-client-encryption package!
Release Highlights
This release includes SOCKS5 proxy support as well as support for KMIP for CSFLE.
Features
- Adds support for "kmip" as a KMS provider.
- Adds support for SOCKS5 proxy connections.
Bug Fixes
- Bumps
serverSelectionTimeoutMS
in the mongocryptd client to 10 seconds.
Documentation
We invite you to try the mongo-client-encryption library immediately, and report any issues to the NODE project.
1.3.0 release
Support the "kmip" KMS provider.
1.3.0-beta1 release
Introduces support for the "kmip" KMS provider.
This is an unstable pre-release.
node-v2.0.0-beta.0
The MongoDB Node.js team is pleased to announce version 2.0.0-beta.0 of the mongodb-client-encryption package!
Release Highlights
This release updates the mongodb-client-encryption package to use the Node-API for native bindings. The mongodb-client-encryption
package now requires a minimum Node.js version of 12.9.0 or greater. Additionally, a bug fix has been made that will make the library skip launching a mongocryptd process if bypassAutoEncryption
is true
.
⚠️ Breaking Changes
Bug Fixes
Full Changelog: node-v1.2.7...node-v2.0.0-beta.0
node-v1.2.7
The MongoDB Node.js team is pleased to announce version 1.2.7 of the mongodb-client-encryption package!
Release Highlights
This release brings in the latest version of libmongocrypt 1.2.2. Check the libmongocrypt notes for 1.2.2 and 1.2.1 for updates.
We invite you to try the mongodb-client-encryption library immediately, and report any issues to the NODE project.
1.2.2 release
- Fix pkg-config and PPA build dependency on libbson.
- Fix JSON schema caching behavior when server reports no JSON schema.
1.2.1 release
Fix a possible crash when oauth credentials expire in GCP or Azure.
node-v1.2.6
The MongoDB Node.js team is pleased to announce version 1.2.6 of the mongodb-client-encryption package!
Release Highlights
In this release we've fixed an issue where the keyAltNames option was being ignored in the createDataKey
method on ClientEncryption
.
Bug Fixes
node-v1.2.5
The MongoDB Node.js team is pleased to announce version 1.2.5 of the mongodb-client-encryption package!
Release Highlights
Our last release mistakenly omitted the bindings.gyp file that is required to compile the library from source.
If you are not able to use the prebuilds you should with this version again be able to build the package.