libmongocrypt

Required C library for Client Side and Queryable Encryption in MongoDB

APACHE-2.0 License

Downloads
153.2K
Stars
89
Committers
62

Bot releases are hidden (Show)

libmongocrypt - PyMongoCrypt 1.9.2 Latest Release

Published by blink1073 5 months ago

libmongocrypt - 1.10.0 release

Published by kevinAlbs 6 months ago

New features

  • Support KMIP delegated option.
  • Support processing bulkWrite command.
  • Support range algorithm.
libmongocrypt - 1.9.1 release

Published by kevinAlbs 8 months ago

New features

  • Add Debian 12 packages
libmongocrypt - 1.9.0 release

Published by kevinAlbs 8 months ago

New features

  • Support named KMS providers.
  • Add arm64 Debian packages

Fixed

  • Fix arm64 Alpine build.
libmongocrypt - 1.8.4 release

Published by kevinAlbs 10 months ago

Fixed

  • Fix aarch64 packages for RHEL 8, RHEL 9, Amazon 2023, and Amazon 2
libmongocrypt - 1.8.3 release

Published by kevinAlbs 10 months ago

Improvements

  • Include packages for RHEL 8, RHEL 9, and Amazon 2023
libmongocrypt - node-v2.9.1

Published by baileympearson about 1 year ago

The MongoDB Node.js team is pleased to announce version 2.9.1 of the mongodb-client-encryption package!

This release specifies that 2.x versions of mongodb-client-encryption are incompatible with [email protected]. This breaking change was made in [email protected].

We invite you to try the mongodb-client-encryption library immediately, and report any issues to the NODE project.

libmongocrypt - 1.8.2 release

Published by kevinAlbs about 1 year ago

Fixed

  • Fix possible leaks in Queryable Encryption in errors on malformed data.
libmongocrypt -

Published by baileympearson about 1 year ago

The MongoDB Node.js team is pleased to announce version 6.0.0-alpha.1 of the mongodb-client-encryption package!

This is an internal release for testing purposes and is NOT intended for public consumption.

Documentation

We invite you to try the mongodb-client-encryption library immediately, and report any issues to the NODE project.

libmongocrypt - 1.8.1 release

Published by kevinAlbs over 1 year ago

  • Bypass search index management commands in automatic encryption
libmongocrypt - 1.8.0 release

Published by kevinAlbs over 1 year ago

This release adds stable support of the Queryable Encryption (QE) feature for the "Indexed" and "Unindexed" algorithms.

libmongocrypt - 1.8.0-alpha1 release

Published by kevinAlbs over 1 year ago

This release makes backwards breaking changes to Queryable Encryption (QE) behavior added in the 1.8.0-alpha0 release:

  • Do not apply default to min/max values for int/long/date.
  • Enable the QEv2 protocol by default. Remove function to enable QEv2.
libmongocrypt - 1.7.4 release

Published by kevinAlbs over 1 year ago

Fixed

  • Fix build on macOS Ventura.
libmongocrypt - node-v2.8.0-alpha.0

Published by durran over 1 year ago

The MongoDB Node.js team is pleased to announce version 2.8.0-alpha.0 of the mongodb-client-encryption package!

Release Highlights

  • Updates to 1.8.0-alpha.0 of libmongocrypt
  • NODE-5074: Enables Queryable Encryption v2 in the bindings.

Documentation

We invite you to try the mongodb-client-encryption library immediately, and report any issues to the NODE project.

libmongocrypt - 1.7.3 release

Published by kevinAlbs over 1 year ago

Fixed

  • Fix KMIP Register request for versions 1.12-1.13.0 of Hashicorp Vault.
  • Fix possible memory leak when encrypting malformed BSON with Queryable Encryption.
libmongocrypt - 1.8.0-alpha0 release

Published by kevinAlbs over 1 year ago

Improvements

  • Support Queryable Encryption v2 protocol.
libmongocrypt -

Published by baileympearson over 1 year ago

The MongoDB Node.js team is pleased to announce version 2.7.1 of the mongodb-client-encryption package!

Release Highlights

Automatic KMS Credential Fetching with Azure Managed Identity

mongodb-client-encryption now supports automatic credential kms provider refresh when using Azure VM-assigned Managed Identities. To enable this feature, when choosing kms providers, provide the value of {} for azure:

{
  azure: {}
}

When kms credentials are needed, mongodb-client-encryption will attempt to fetch credentials automatically from the IDMS endpoint on the VM, using the process outlined here.

Documentation

We invite you to try the mongodb-client-encryption library immediately, and report any issues to the NODE project.

libmongocrypt - 1.7.2 release

Published by kevinAlbs over 1 year ago

Improvements

  • Add toggle for Decimal128 Range Support.

Fixed

  • Fix i686 (32-bit) build.
  • Fix 32-bit ARM build.