-
Type:
Task
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: None
Use Case
There are a few properties that are public on the MongoClientOptions interface even though they're only used inside the driver. These fields should be deprecated and eventually made private.
User Experience
- n/a
Dependencies
- n/a
Risks/Unknowns
- n/a
Acceptance Criteria
Implementation Requirements
- Deprecate the following properties of MongoClientOptions in advance of V7
- driverInfo
- additionalDriverInfo
- metadata
- extendedMetadata
Take care to ensure that the deprecations are reflected in the public MongoClientOptions type as well.
Testing Requirements
- n/a
Documentation Requirements
- n/a
Follow Up Requirements
- Removal is in NODE-7141