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

Drop backend parameter on AsyncClient #791

Merged
merged 3 commits into from
Feb 27, 2020
Merged

Conversation

florimondmanca
Copy link
Member

@florimondmanca florimondmanca commented Jan 23, 2020

Fixes #782

Worth noting that any backend parameter is solely scoped within the realm of dispatchers now (e.g. ConnectionPool, HTTPConnection, HTTPProxy). :-)

(Technically breaking since this was advertised in the docs, but very low risk of actually affecting anyone in practice since auto-detection is the most convenient and the default.)

@florimondmanca florimondmanca added refactor Issues and PRs related to code refactoring api change PRs that contain breaking public API changes labels Jan 23, 2020
@florimondmanca florimondmanca requested a review from a team January 23, 2020 12:52
@florimondmanca florimondmanca added this to the v0.12 milestone Jan 23, 2020
@tomchristie
Copy link
Member

Needs conflicts resolving, since #785.

Copy link
Member

@tomchristie tomchristie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, yup!

@tomchristie tomchristie mentioned this pull request Feb 27, 2020
3 tasks
@tomchristie tomchristie merged commit 5380417 into master Feb 27, 2020
@tomchristie tomchristie deleted the drop-backend-param branch February 27, 2020 20:42
@tomchristie tomchristie mentioned this pull request Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api change PRs that contain breaking public API changes refactor Issues and PRs related to code refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop backend=... argument.
2 participants