Releases: mongodb/libmongocrypt
Releases · mongodb/libmongocrypt
1.5.0 release
Warnings
This release has a severe bug in the contexts returned by mongocrypt_ctx_rewrap_many_datakey_init
that may result in data corruption. Please upgrade to 1.5.2 to use mongocrypt_ctx_rewrap_many_datakey_init
.
Fixed
- Update to use new payload for FLE 2.0 find.
- Require contention factor.
node-v2.2.0-alpha.3
The MongoDB Node.js team is pleased to announce version 2.2.0-alpha.3!
Release Highlights
Bug Fixes
- NODE-4304: Use string value for
queryType
1.5.0-rc2 release
Fixed
- Fix handling of create command with $jsonSchema.
- Fix leak on encrypt or decrypt error.
Improved
- Accept string values for QueryType and IndexType.
1.4.1 release
Fixed
- Add missing MONGOCRYPT_EXPORT to mongocrypt_ctx_provide_kms_providers
node-v2.2.0-alpha.2
The MongoDB Node.js team is pleased to announce version 2.2.0-alpha.2!
Release Highlights
Bug Fixes
- NODE-4251: Fixes
MongoServerError: BSON field 'create.encryptedFields.fields.contention' is the wrong type 'int', expected type 'long'
1.5.0-rc1 release
Fixed
- Revert new payload for FLE 2.0 find.
- Do not send "create" and "createIndexes" to mongocryptd when bypassing query analysis.
1.5.0-rc0 release
Fixed
- Account for shared library rename.
- Update to use new payload for FLE 2.0 find.
node-v2.2.0-alpha.1
The MongoDB Node.js team is pleased to announce version v2.2.0-alpha.1 of the mongodb package!
1.5.0-alpha2 release
New Features
- Fix explain when using csfle shared library.
- Do not bypass "create" or "createIndexes" commands. Support "collMod".
- Bypass "hello", "buildInfo", "getCmdLineOpts", and "getLog" commands.
Fixed
- Preserve $db in output command.
- Add missing MONGOCRYPT_EXPORT to mongocrypt_ctx_provide_kms_providers
1.5.0-alpha1 release
1.5.0-alpha1
Fixed
- Pick a random contention factor on FLE 2.0 insert.