-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
Use Case
As a... user of the Node.js Driver
I want... to be made aware that these legacy URI options are no-ops and will be removed in a future version
So that... I can proactively remove them from my connection string or client options document
User Impact
We should inform users that this is happening in a future version so they can take appropriate action. There's a lot of existing, non-MongoDB documentation that we won't be able to influence.
Breaking change: This will add a print out to the terminal, which can impact CLI applications.
Dependencies
- N/A
Unknowns
- N/A
Acceptance Criteria
Implementation Requirements
- Provide a console warning
Testing Requirements
- Validate that the deprecation prints
Documentation Requirements
- DOCSP - have a page that can be SEO found when people google the string match of the warning
Follow Up Requirements
- N/A