Skip to content

v6.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Aug 21:10
0417ef1

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.

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

6.1.0 (2024-08-13)

Features

  • NODE-5875: provide native crypto hooks for OpenSSL 3 (#25) (38f1be6)
  • NODE-6307: use libmongocrypt 1.11.0 (#38) (bc85202)

Bug Fixes

  • MONGOSH-1808: static building on intel macs and windows (#24) (f27e8e1)
  • NODE-6237: build against glibc 2.27 (#28) (1c9b74a)
  • NODE-6300: make expressionMode required in C++ in makeExplicitEncryptionContext (#37) (5552f9f)