-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support useUnifiedTopology in connection.openUri #8146
Labels
docs
This issue is due to a mistake or omission in the mongoosejs.com documentation
Milestone
Comments
This might actually be supported as is, and is just missing from the |
vkarpov15
added
needs repro script
Maybe a bug, but no repro script. The issue reporter should create a script that demos the issue
docs
This issue is due to a mistake or omission in the mongoosejs.com documentation
and removed
needs repro script
Maybe a bug, but no repro script. The issue reporter should create a script that demos the issue
labels
Sep 10, 2019
Looks like this issue was just in the docs, should be fixed in 5.7.1, which we will release within the next couple days 👍 |
This was referenced Mar 11, 2021
Open
This was referenced Mar 18, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature Request:
Add support for
useUnifiedTopology
inConnection.openUri
Explanation:
Mongoose 5.7 upgraded to MongoDB v3.3 which supports the new
useUnifiedTopology
option. Currently Mongoose supports this increateConnnection
but does not support it inConnection.openUri
. We useopenUri
to delay the actual connecting process until something uses it, thus we do not pass any options intocreateConnection
when our app starts up.The text was updated successfully, but these errors were encountered: