Releases: mongodb/libmongocrypt
Releases · mongodb/libmongocrypt
1.12.0 release
New features
- Add option to configure Data Encryption Key cache lifetime (
mongocrypt_setopt_key_expiration
) - Add opt-in retry behavior for KMS operations (
mongocrypt_setopt_retry_kms
)
Removed
- libmongocrypt is no longer published in the MongoDB package repository for RHEL 6. libmongocrypt may instead be built from source on RHEL 6, but support for RHEL 6 will be dropped in a future release.
PyMongoCrypt 1.11.0
1.11.0 release
csharp-v1.11.0
- Strong naming
PyMongoCrypt 1.10.1
- Bundle libmongocrypt 1.10.1 in release wheels.
PyMongoCrypt 1.10.0
What's Changed
- Add Python async support.
- Drop support for Python 3.7 and PyPy 3.8. Python >=3.8 or PyPy >=3.9 is now required.
- Add support for range-based Queryable Encryption with the new "range" algorithm on MongoDB 8.0+. This replaces the experimental "rangePreview" algorithm.
- Add Secure Software Development Life Cycle automation to release process. GitHub Releases for pymongocrypt now include a Software Bill of Materials, and signature files corresponding to the distribution files released on PyPI.
Full Changelog: pymongocrypt-1.9.2...pymongocrypt-1.10.0
1.10.1 release
Fixed
- Document
range
algorithm as unstable.
PyMongoCrypt 1.9.2
node-v6.0.1
The MongoDB Node.js team is pleased to announce version 6.0.1 of the mongodb-client-encryption
package!
This release only contains changes for internal testing.
We invite you to try the mongodb-client-encryption
library immediately, and report any issues to the NODE project.
1.10.0 release
New features
- Support KMIP
delegated
option. - Support processing
bulkWrite
command. - Support
range
algorithm as unstable.