Skip to content

v7.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jul 16:31
d068409

7.2.1 (2026-07-29)

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

Release Notes

macOS x64 prebuild

Fixes ERR_DLOPEN_FAILED when loading the addon in an x64 Node.js process on macOS. The x86_64 half of the universal binary in 7.1.0 and 7.2.0 was missing libmongocrypt's symbols. arm64 processes and 7.0.0 are not affected.

Bug Fixes

  • NODE-7704: build libmongocrypt for both macOS architectures (#137) (9335322)

Important

This library provides encryption functionality for the MongoDB Node.js driver but is not intended to be consumed in isolation. The public API that uses the functionality in this library is available in the mongodb package.