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 deprecated API #1057

Merged
merged 4 commits into from
Jul 15, 2020
Merged

Drop deprecated API #1057

merged 4 commits into from
Jul 15, 2020

Conversation

tomchristie
Copy link
Member

@tomchristie tomchristie commented Jul 15, 2020

  • Drop ASGIDispatch, WSGIDispatch, which has been replaced by ASGITransport, WSGITransport.
  • Drop dispatch=... on client, which has been replaced by transport=...
  • Drop soft_limit, hard_limit, which have been replaced by max_keepalive and max_connections.
  • Drop Response.stream and Response.raw, which have been replaced by aiter_bytes and aiter_raw.
  • Drop internal usage of as_network_error in favour of map_exceptions.

@tomchristie tomchristie requested a review from a team July 15, 2020 10:38
Copy link
Member

@florimondmanca florimondmanca left a comment

Choose a reason for hiding this comment

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

Great! 🎉

@tomchristie tomchristie merged commit 3f96e74 into master Jul 15, 2020
@tomchristie tomchristie deleted the drop-deprecated-api branch July 15, 2020 11:19
@tomchristie tomchristie mentioned this pull request Jul 24, 2020
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.

2 participants