Feature Request:
Add support for useUnifiedTopology in Connection.openUri
Explanation:
Mongoose 5.7 upgraded to MongoDB v3.3 which supports the new useUnifiedTopology option. Currently Mongoose supports this in createConnnection but does not support it in Connection.openUri. We use openUri to delay the actual connecting process until something uses it, thus we do not pass any options into createConnection when our app starts up.
Feature Request:
Add support for
useUnifiedTopologyinConnection.openUriExplanation:
Mongoose 5.7 upgraded to MongoDB v3.3 which supports the new
useUnifiedTopologyoption. Currently Mongoose supports this increateConnnectionbut does not support it inConnection.openUri. We useopenUrito delay the actual connecting process until something uses it, thus we do not pass any options intocreateConnectionwhen our app starts up.