Skip to content

Releases: mongodb/libmongocrypt

PyMongoCrypt 1.11.0

09 Sep 14:51
Compare
Choose a tag to compare

1.11.0 release

01 Aug 22:05
9a88ac5
Compare
Choose a tag to compare

1.11.0

New features

  • Support range algorithm as stable.

Deprecated

  • The Windows download URLs for stable and unstable are now deprecated. See the GitHub Release page for Windows downloads.

csharp-v1.11.0

22 Jul 19:56
1fdb35f
Compare
Choose a tag to compare
  • Strong naming

PyMongoCrypt 1.10.1

01 Jul 13:24
Compare
Choose a tag to compare
  • Bundle libmongocrypt 1.10.1 in release wheels.

PyMongoCrypt 1.10.0

26 Jun 16:42
Compare
Choose a tag to compare

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

25 Jun 17:30
654385b
Compare
Choose a tag to compare

Fixed

  • Document range algorithm as unstable.

PyMongoCrypt 1.9.2

28 May 19:01
af43072
Compare
Choose a tag to compare

node-v6.0.1

23 May 16:52
2a2292e
Compare
Choose a tag to compare

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

01 May 19:10
940cdb2
Compare
Choose a tag to compare

New features

  • Support KMIP delegated option.
  • Support processing bulkWrite command.
  • Support range algorithm as unstable.

1.9.1 release

05 Mar 13:18
475deb7
Compare
Choose a tag to compare

New features

  • Add Debian 12 packages