-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: 6.0.0
-
Component/s: None
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
- is depended on by
-
COMPASS-7077 Investigate changes in NODE-5430: remove `AutoEncrypter` from the driver's public API
- Closed