mongodb / specifications

Specifications related to MongoDB
http://specifications.readthedocs.io/en/latest
Other
389 stars 242 forks source link

DRIVERS-2056: mandate that drivers error on invalid connection string options #1390

Closed baileympearson closed 1 year ago

baileympearson commented 1 year ago

Node POC: https://github.com/mongodb/node-mongodb-native/pull/3611

With the changes in this PR, drivers must error when parsing the connection string if:

Please complete the following before merging:

baileympearson commented 1 year ago

Moving back into draft for now. @alexbevi is going write a PD for this before we implement the spec changes.