-
Type: Investigation
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Iteration Iguanodon
-
Not Needed
Use Case
As a driver engineer,
I want the auto encrypter type and accessor to be private in the driver,
So that so that we are not publicly exposing a private type from our FLE bindings.
User Impact
Users will no longer be able to access the AutoEncrypter interface or the auto encrypter from an encrypted MongoClient.
Dependencies
- n/a
Unknowns
- n/a
Acceptance Criteria
Implementation Requirements
Mark AutoEncrypter internalMark `MongoClient.autoEncrypter` internal- Previous AC handled by
NODE-5419 - Create and merge feat! PR with release notes announcing this change
Testing Requirements
- n/a
Documentation Requirements
- Document the removal in the release highlights.
Follow Up Requirements
- additional tickets to file, required releases, etc
- depends on
-
NODE-5430 remove `AutoEncrypter` from the driver's public API
- Closed