Releases: mongodb/libmongocrypt
node-v6.0.0-alpha.2
The MongoDB Node.js team is pleased to announce version 6.0.0-alpha.2 of the mongodb-client-encryption package!
This is an internal release for testing purposes and is NOT intended for public consumption.
Documentation
We invite you to try the mongodb-client-encryption library immediately, and report any issues to the NODE project.
node-v6.0.0-alpha.1
The MongoDB Node.js team is pleased to announce version 6.0.0-alpha.1 of the mongodb-client-encryption package!
This is an internal release for testing purposes and is NOT intended for public consumption.
Documentation
We invite you to try the mongodb-client-encryption library immediately, and report any issues to the NODE project.
node-v6.0.0-alpha.0
The MongoDB Node.js team is pleased to announce version 6.0.0-alpha.0 of the mongodb-client-encryption package!
This is an internal release for testing purposes and is NOT intended for public consumption.
Documentation
We invite you to try the mongodb-client-encryption library immediately, and report any issues to the NODE project.
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 mongodb@5.0.0
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.