Skip to content

Releases: mongodb/libmongocrypt

1.5.0 release

28 Jun 19:30
c3be59f
Compare
Choose a tag to compare

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

23 Jun 21:14
Compare
Choose a tag to compare
node-v2.2.0-alpha.3 Pre-release
Pre-release

The MongoDB Node.js team is pleased to announce version 2.2.0-alpha.3!

Release Highlights

Bug Fixes

1.5.0-rc2 release

17 Jun 15:25
1756c51
Compare
Choose a tag to compare
1.5.0-rc2 release Pre-release
Pre-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

17 Jun 13:44
4c4d331
Compare
Choose a tag to compare

Fixed

  • Add missing MONGOCRYPT_EXPORT to mongocrypt_ctx_provide_kms_providers

node-v2.2.0-alpha.2

10 Jun 15:48
Compare
Choose a tag to compare
node-v2.2.0-alpha.2 Pre-release
Pre-release

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

03 Jun 16:21
6e100b0
Compare
Choose a tag to compare
1.5.0-rc1 release Pre-release
Pre-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

01 Jun 16:31
75dff76
Compare
Choose a tag to compare
1.5.0-rc0 release Pre-release
Pre-release

Fixed

  • Account for shared library rename.
  • Update to use new payload for FLE 2.0 find.

node-v2.2.0-alpha.1

01 Jun 19:30
Compare
Choose a tag to compare
node-v2.2.0-alpha.1 Pre-release
Pre-release

The MongoDB Node.js team is pleased to announce version v2.2.0-alpha.1 of the mongodb package!

1.5.0-alpha2 release

25 May 14:32
c447bd4
Compare
Choose a tag to compare
1.5.0-alpha2 release Pre-release
Pre-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

04 May 21:41
bc7f312
Compare
Choose a tag to compare
1.5.0-alpha1 release Pre-release
Pre-release

1.5.0-alpha1

Fixed

  • Pick a random contention factor on FLE 2.0 insert.