Skip to content

Releases: mongodb/libmongocrypt

1.5.0-alpha0 release

01 May 16:12
682c42f
Compare
Choose a tag to compare
1.5.0-alpha0 release Pre-release
Pre-release

1.5.0-alpha0

New Features

  • Support FLE 2.0.
  • Support FLE 1.0 Shared Library.
  • Support Key Management API.

node-v2.1.0

21 Apr 18:49
76f27d1
Compare
Choose a tag to compare

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

Issue Links

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

1.4.0 release

18 Apr 21:39
3881de7
Compare
Choose a tag to compare

New Features

  • Support on-demand credentials with MONGOCRYPT_CTX_NEED_KMS_CREDENTIALS state and mongocrypt_ctx_provide_kms_providers.

1.3.2 release

19 Mar 18:51
77892b4
Compare
Choose a tag to compare

Fixed

  • Resolve 32 bit Windows compile errors.

1.4.0-alpha0 release

11 Mar 20:13
5d46e94
Compare
Choose a tag to compare
1.4.0-alpha0 release Pre-release
Pre-release

New Features

  • Support on-demand AWS credentials with MONGOCRYPT_CTX_NEED_KMS_CREDENTIALS state and mongocrypt_ctx_provide_kms_providers.

Fixed

  • Resolve 32 bit Windows compile errors.

1.3.1 Release

02 Mar 13:55
77eec77
Compare
Choose a tag to compare

New Features

  • Support custom key material through mongocrypt_ctx_setopt_key_material.

Fixed

  • Fix deprecation warnings with OpenSSL 3.0.
  • Resolve possible symbol conflicts with OpenSSL.

node-v2.0.0

17 Feb 17:35
Compare
Choose a tag to compare

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

Release Highlights

This release requires users upgrade their Node.js version to 12 or later.

This release includes updates to the dependencies the library relies on, more information can be found here: #241

And prebuilds are now available for Apple M1 machines. (Note prebuilds post automatically later on a delay)

This release allows TLS options to be passed through to the KMS providers, on a per provider basis.

This release includes SOCKS5 proxy support as well as support for KMIP for CSFLE.

This release updates the mongodb-client-encryption package to use the Node-API for native bindings

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

node-v2.0.0-beta.4

09 Feb 19:19
9cd9aa6
Compare
Choose a tag to compare
node-v2.0.0-beta.4 Pre-release
Pre-release

The MongoDB Node.js team is pleased to announce version node-v2.0.0-beta.4 of the mongodb-client-encryption package!

Release Highlights

This release includes updates to the dependencies the library relies on, more information can be found here: #241

And prebuilds are now available for Apple M1 machines. (Note prebuilds post automatically later on a delay)

⚠BREAKING CHANGES

No breakages were introduced with this specific release. However, just a reminder, that this version of the library (and v2.0.0 when it is released) will have a requirement of Node.js version 12 or greater. Updating our dependencies align with this version requirement.

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

node-v2.0.0-beta.3

31 Jan 14:40
Compare
Choose a tag to compare
node-v2.0.0-beta.3 Pre-release
Pre-release

The MongoDB Node.js team is pleased to announce version 2.0.0-beta.3 of the mongo-client-encryption package!

Release Highlights

This release allows TLS options to be passed through to the KMS providers, on a per provider basis.

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.2

22 Dec 11:17
Compare
Choose a tag to compare
node-v2.0.0-beta.2 Pre-release
Pre-release

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.