Releases: mongodb/libmongocrypt
Releases · mongodb/libmongocrypt
PyMongoCrypt 1.15.1
Bundle libmongocrypt 1.15.1.
1.15.1 release
Fixed
- Fix possible error when text options include multiple query types and are used for a find payload:
Text search query specification cannot contain multiple query type specifications
. - Require setting contention for text options.
- Improve error message if text options are unset when using text algorithm.
PyMongoCrypt 1.15.0
- Add support for Python 3.14.
- Drop support for Python 3.8.
- Bundle libmongocrypt 1.15.0 in release wheels.
1.15.0 release
New features
- Support experimental Queryable Encryption text indexes with
cleanupStructuredEncryptionData
andcompactStructuredEncryptionData
. - Support experimental explicit encryption for algorithm type:
textPreview
and query types:prefixPreview
,suffixPreview
andsubstringPreview
- Add
mongocrypt_setopt_algorithm_text
to apply options for explicit encryption.
- Add
Fixed
- Bypass command
buildinfo
(previously onlybuildInfo
was bypassed). - Bypass command
serverStatus
.
Removed
- Support for building with Visual Studio 2015. Use Visual Studio 2017 or newer.
1.14.1 release
Fixed
- Fix possible missing error state on
mongocrypt_ctx_finalize
.
Improvements
- Add Ubuntu 24.04 package.
PyMongoCrypt 1.14.1
Bundled libmongocrypt 1.14.1.
PyMongoCrypt 1.14.0
Bundles libmongocrypt 1.14.0
1.14.0 release
1.14.0
New features
- Support experimental Queryable Encryption text indexes for automatic encryption.
Fixed
- Fix building against libbson with extra alignment enabled (
ENABLE_EXTRA_ALIGNMENT=ON
). - Retry KMS encrypt request for context created by
mongocrypt_ctx_rewrap_many_datakey_init
.
Improvements
- Improve performance of OpenSSL crypto operations.
- Improve error for incorrect path to crypt_shared library.
1.13.2 release
Notes
- Bump downloaded libbson version from 1.28.1 to 1.30.3. Fixes a CMake configure error on macOS with CMake 4.
PyMongoCrypt 1.13.0
- Bundle libmongocrypt 1.13.1 in release wheels.
- Add support for the
key_expiration_ms
option toMongoCryptOptions
. - Add support for
$lookup
in CSFLE and QE.