-
Type: Task
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: next
-
Component/s: Client Side Encryption
-
None
-
Empty show more show less
In our Node CSFLE project using version 3.6 of the driver installed through NPM everything works.
Using the master branch (local dependencies managed via yalc) triggers the error:
TypeError: Cannot read property 'serialize' of undefined at new ClientEncryption (/Users/nathan/mongo/csfle-guides/nodejs/node_modules/mongodb-client-encryption/lib/clientEncryption.js:114:43) at CsfleHelper.findOrCreateDataKey (/Users/nathan/mongo/csfle-guides/nodejs/helpers.js:77:26)
clientEncryption.js:114.43
helpers.js:77:26
Is there going to be an API change for ClientEncryption for v4?