Skip to content

Releases: mongodb/libmongocrypt

node-v2.0.0-beta.1

21 Dec 10:08
Compare
Choose a tag to compare
node-v2.0.0-beta.1 Pre-release
Pre-release

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

04 Nov 14:42
53068ae
Compare
Choose a tag to compare

Support the "kmip" KMS provider.

1.3.0-beta1 release

25 Oct 16:25
d9d52bc
Compare
Choose a tag to compare
1.3.0-beta1 release Pre-release
Pre-release

Introduces support for the "kmip" KMS provider.

This is an unstable pre-release.

node-v2.0.0-beta.0

07 Oct 18:19
2294c01
Compare
Choose a tag to compare

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

14 Sep 16:34
dd08e3d
Compare
Choose a tag to compare

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

07 Sep 21:56
1567d3f
Compare
Choose a tag to compare
  • Fix pkg-config and PPA build dependency on libbson.
  • Fix JSON schema caching behavior when server reports no JSON schema.

1.2.1 release

13 Jul 02:04
811df51
Compare
Choose a tag to compare

Fix a possible crash when oauth credentials expire in GCP or Azure.

node-v1.2.6

01 Jul 18:14
87a8f84
Compare
Choose a tag to compare

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

10 Jun 16:11
0e7a0fd
Compare
Choose a tag to compare

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.

Bug Fixes

node-v1.2.4

01 Jun 22:34
Compare
Choose a tag to compare

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

This patch contains a fix that only publishes the required assets in the package to ensure the library can be installed on Windows.