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
Unknowns
Acceptance Criteria
Implementation Requirements
Mark AutoEncrypter internal
Mark `MongoClient.autoEncrypter` internal
- Previous AC handled by
NODE-5419
- Create and merge feat! PR with release notes announcing this change
Testing Requirements
Documentation Requirements
- Document the removal in the release highlights.
Follow Up Requirements
- additional tickets to file, required releases, etc
|