Skip to content

Releases: mongodb/libmongocrypt

1.6.2 release

06 Dec 18:28
e78460c
Compare
Choose a tag to compare

Fixed

  • Fix build on FreeBSD.
  • Set context error state during KMS provider validation.

1.7.0-alpha0 release

28 Nov 14:02
a162f48
Compare
Choose a tag to compare
1.7.0-alpha0 release Pre-release
Pre-release

New Features

  • Support range index for int32, int64, double, and date. NOTE: The Range algorithm is experimental only. It is not intended for public use.

node-v2.3.0

05 Oct 14:59
5745f37
Compare
Choose a tag to compare

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

Release Highlights
This release includes a feature that exposes the current version of libmongocrypt from the AutoEncrypter.

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

1.6.1 release

05 Oct 21:13
b6177f8
Compare
Choose a tag to compare

Fixed

  • Fix libbson dependency in pkg-config for PPA.

node-v2.2.1

12 Sep 15:11
Compare
Choose a tag to compare

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

Release Highlights

This is a bug fix release by upgrading libmongocrypt to 1.6.0.

Bug Fixes

  • Use correct schema when collMod command includes validator.$jsonSchema.

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

1.6.0 release

07 Sep 13:53
12c5118
Compare
Choose a tag to compare

New Features

  • Support accessToken to authenticate with Azure.

Fixed

  • Use correct schema when collMod command includes validator.$jsonSchema.

node-v2.2.0

10 Aug 19:15
affe1d9
Compare
Choose a tag to compare

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

Bug Fixes

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

1.6.0-alpha0

09 Aug 18:31
aa91522
Compare
Choose a tag to compare
1.6.0-alpha0 Pre-release
Pre-release

New Features

  • Support accessToken to authenticate with GCP.

Improvements

  • Use CRLF, not LF, for HTTP request newlines.
  • Include full body of HTTP errors in mongocrypt_status_t.

1.5.2 release

29 Jul 21:04
8f8675f
Compare
Choose a tag to compare

ChangeLog

1.5.2

Fixed

Fix a potential data corruption bug in RewrapManyDataKey when rotating encrypted data encryption keys backed by GCP or Azure key services.

The following conditions will trigger this bug:

  • A GCP-backed or Azure-backed data encryption key being rewrapped requires fetching an access token for decryption of the data encryption key.

The result of this bug is that the key material for all data encryption keys being rewrapped is replaced by new randomly generated material, destroying the original key material.

To mitigate potential data corruption, upgrade to this version or higher before using RewrapManyDataKey to rotate Azure-backed or GCP-backed data encryption keys. A backup of the key vault collection should always be taken before key rotation.

node-v2.2.0-alpha.6

29 Jul 20:52
41afd44
Compare
Choose a tag to compare
node-v2.2.0-alpha.6 Pre-release
Pre-release
chore(release): 2.2.0-alpha.6