mongodb-client-encryption
Advanced tools
Comparing version
@@ -5,2 +5,9 @@ # Changelog | ||
## [6.3.0](https://github.com/mongodb-js/mongodb-client-encryption/compare/v6.2.0...v6.3.0) (2025-02-27) | ||
### Features | ||
* **NODE-6773:** add multiple collinfo option ([#70](https://github.com/mongodb-js/mongodb-client-encryption/issues/70)) ([67dcf70](https://github.com/mongodb-js/mongodb-client-encryption/commit/67dcf70fb335e4832b0e1cae8f162448ab3e84f9)) | ||
## [6.2.0](https://github.com/mongodb-js/mongodb-client-encryption/compare/v6.1.1...v6.2.0) (2025-02-10) | ||
@@ -7,0 +14,0 @@ |
@@ -26,4 +26,4 @@ import { cryptoCallbacks } from './crypto_callbacks'; | ||
finalize(): Buffer; | ||
readonly status: MongoCryptStatus; | ||
readonly state: number; | ||
get status(): MongoCryptStatus; | ||
get state(): number; | ||
} | ||
@@ -39,2 +39,4 @@ type MongoCryptConstructorOptions = { | ||
bypassQueryAnalysis?: boolean; | ||
/** TODO(NODE-6793): remove this option and have it always set in the next major */ | ||
enableMultipleCollinfo?: boolean; | ||
}; | ||
@@ -41,0 +43,0 @@ export interface MongoCryptConstructor { |
{ | ||
"name": "mongodb-client-encryption", | ||
"version": "6.2.0", | ||
"version": "6.3.0", | ||
"description": "Official client encryption module for the MongoDB Node.js driver", | ||
@@ -38,3 +38,3 @@ "main": "lib/index.js", | ||
"gypfile": true, | ||
"mongodb:libmongocrypt": "1.12.0", | ||
"mongodb:libmongocrypt": "1.13.0", | ||
"dependencies": { | ||
@@ -100,2 +100,2 @@ "node-addon-api": "^4.3.0", | ||
} | ||
} | ||
} |
@@ -57,4 +57,4 @@ import { cryptoCallbacks } from './crypto_callbacks'; | ||
readonly status: MongoCryptStatus; | ||
readonly state: number; | ||
get status(): MongoCryptStatus; | ||
get state(): number; | ||
} | ||
@@ -71,2 +71,4 @@ | ||
bypassQueryAnalysis?: boolean; | ||
/** TODO(NODE-6793): remove this option and have it always set in the next major */ | ||
enableMultipleCollinfo?: boolean; | ||
}; | ||
@@ -73,0 +75,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
132127
0.66%450
0.9%