Skip to content

v7.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Nov 18:07
cf8f9f6

7.0.0 (2025-11-05)

This release updates mongodb-client-encryption's platform and runtime requirements to the following:

  • Node.js >=20.19.0
  • macOS 11 or later
  • Node-API version >=9

⚠ BREAKING CHANGES

  • NODE-6297: Remove support for explicitly providing CryptoCallbacks (#103)
  • NODE-7212: upgrade macos deployment target to 11 (#99)
  • NODE-7168: increase napi version to 9 (#93)
  • NODE-7170: drop support for Nodejs <20.19.0 (#92)

Features

  • NODE-6297: Remove support for explicitly providing CryptoCallbacks (#103) (036d901)
  • NODE-7043: add support for custom error wrapping functions (#102) (7f0be63)
  • NODE-7168: increase napi version to 9 (#93) (be138a9)
  • NODE-7170: drop support for Nodejs <20.19.0 (#92) (c46c1b9)
  • NODE-7212: upgrade macos deployment target to 11 (#99) (aa61a35)

Bug Fixes