Skip to content

Support useUnifiedTopology in connection.openUri #8146

@AndrewBarba

Description

@AndrewBarba

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsThis issue is due to a mistake or omission in the mongoosejs.com documentation

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions