Skip to content

Releases: mongodb-js/mongodb-client-encryption

v6.1.0-alpha

17 Jun 21:53
270ecc6

Choose a tag to compare

v6.1.0-alpha Pre-release
Pre-release

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.

6.1.0-alpha (2024-06-17)

Support range v2 protocol

All references to rangepreview have been renamed to range. Additionally, the feature flag for range v2 has been removed.

MacOS prebuilds are now universal binaries

The MacOS prebuilds are now identical tar files that have the same .node file. The contents is a universal binary that can run on ARM and x64 Apple machines.

Features

  • NODE-5908: support range v2 protocol (#13) (4650f7c)
  • NODE-6226: build macos universal binary (#21) (a044ccd)