Releases: mongodb/libmongocrypt
node-v2.9.0
The MongoDB Node.js team is pleased to announce version 2.9.0 of the mongodb-client-encryption package!
Release Highlights
Deprecations!
This release contains important deprecations in the mongodb-client-encryption library.
Callbacks overloads of async functions are deprecated
In the [email protected] release, we dropped support for callback overloads of our public API. Following the same pattern, all overloads of async functions that take callbacks in mongodb-client-encryption are now deprecated and will be removed in the next major release.
Internal Restructuring
The next major version of mongodb-client-encryption will move most of the internals of this library (and some public APIs) into the mongodb package. Currently, mongodb is required to use the mongodb-client-encryption, so users already have both packages installed when consuming the mongodb-client-encryption package. Existing code will need import paths updated to from mongodb instead of mongodb-client-encryption but other usage should remain unaffected.
Documentation
We invite you to try the mongodb-client-encryption library immediately, and report any issues to the NODE project.
1.8.1 release
- Bypass search index management commands in automatic encryption
node-v2.8.0
The MongoDB Node.js team is pleased to announce version 2.8.0 of the mongodb-client-encryption package!
Release Highlights
Breaking Queryable Encryption Protocol Change
This version of mongodb-client-encryption includes libmongocrypt 1.8.0, which contains a breaking change to Queryable Encryption. Version 2.8.0+ of mongodb-client-encryption's implementation of Queryable Encryption will not be compatible with server versions < 7.0. Existing versions of mongodb-client-encryption are unaffected, and all other functionality of mongodb-client-encryption remains compatible with server versions < 7.0.
Documentation
We invite you to try the mongodb-client-encryption library immediately, and report any issues to the NODE project.
1.8.0 release
This release adds stable support of the Queryable Encryption (QE) feature for the "Indexed" and "Unindexed" algorithms.
node-v2.8.0-alpha.1
chore(release): 2.8.0-alpha.1
1.8.0-alpha1 release
This release makes backwards breaking changes to Queryable Encryption (QE) behavior added in the 1.8.0-alpha0 release:
- Do not apply default to min/max values for int/long/date.
- Enable the QEv2 protocol by default. Remove function to enable QEv2.
1.7.4 release
Fixed
- Fix build on macOS Ventura.
1.7.3 release
Fixed
- Fix KMIP Register request for versions 1.12-1.13.0 of Hashicorp Vault.
- Fix possible memory leak when encrypting malformed BSON with Queryable Encryption.
node-v2.8.0-alpha.0
The MongoDB Node.js team is pleased to announce version 2.8.0-alpha.0 of the mongodb-client-encryption package!
Release Highlights
- Updates to 1.8.0-alpha.0 of libmongocrypt
- NODE-5074: Enables Queryable Encryption v2 in the bindings.
Documentation
We invite you to try the mongodb-client-encryption library immediately, and report any issues to the NODE project.
1.8.0-alpha0 release
Improvements
- Support Queryable Encryption v2 protocol.