Skip to content
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 for mongodb+srv:// uri scheme #248

Merged
merged 1 commit into from
Mar 25, 2019

Conversation

IlyaSkriblovsky
Copy link
Contributor

As reported in #247 we didn't support monogdb+srv:// although PyMongo supports it since 3.6.

This PR adds mongodb+srv scheme with "extra" [srv] dependency because corresponding feature in PyMongo requires same extra dependency too.

So to have mongodb+srv working txmongo should be installed like this: pip install txmongo[srv].

@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.331% when pulling 8280fd9 on IlyaSkriblovsky:mongodb+srv into db7f5f3 on twisted:master.

3 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.331% when pulling 8280fd9 on IlyaSkriblovsky:mongodb+srv into db7f5f3 on twisted:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.331% when pulling 8280fd9 on IlyaSkriblovsky:mongodb+srv into db7f5f3 on twisted:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.331% when pulling 8280fd9 on IlyaSkriblovsky:mongodb+srv into db7f5f3 on twisted:master.

@psi29a
Copy link
Contributor

psi29a commented Mar 25, 2019

lgtm! Thanks

@psi29a psi29a merged commit bece8c2 into twisted:master Mar 25, 2019
@IlyaSkriblovsky
Copy link
Contributor Author

Sorry, I've forgot to update changelog as usual :) See #249

@IlyaSkriblovsky
Copy link
Contributor Author

By the way, we have some unreleased features, I think it worth to make a release now

psi29a added a commit that referenced this pull request Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants