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

Transport API #963

Merged
merged 16 commits into from
May 21, 2020
Merged

Transport API #963

merged 16 commits into from
May 21, 2020

Commits on May 20, 2020

  1. Deprecate Client arg 'dispatch' and use 'transport'

    Yeray Diaz Diaz committed May 20, 2020
    Configuration menu
    Copy the full SHA
    d947e75 View commit details
    Browse the repository at this point in the history
  2. Remove line in test from coverage

    Yeray Diaz Diaz committed May 20, 2020
    Configuration menu
    Copy the full SHA
    5838e70 View commit details
    Browse the repository at this point in the history
  3. Document custom transports

    Yeray Diaz Diaz committed May 20, 2020
    Configuration menu
    Copy the full SHA
    0bac9ab View commit details
    Browse the repository at this point in the history
  4. _dispatch > _transports

    Also rename *Dispatch classes to *Transport and added aliases
    Yeray Diaz Diaz committed May 20, 2020
    Configuration menu
    Copy the full SHA
    82faccb View commit details
    Browse the repository at this point in the history
  5. Fix linting issues

    Yeray Diaz Diaz committed May 20, 2020
    Configuration menu
    Copy the full SHA
    e1ce20a View commit details
    Browse the repository at this point in the history
  6. Missed one _transports import

    Yeray Diaz Diaz committed May 20, 2020
    Configuration menu
    Copy the full SHA
    3f6dd9f View commit details
    Browse the repository at this point in the history
  7. Promote URLLib3Transport to public API

    Yeray Diaz Diaz committed May 20, 2020
    Configuration menu
    Copy the full SHA
    363c002 View commit details
    Browse the repository at this point in the history
  8. Remove duplicate arg doc

    Yeray Diaz Diaz committed May 20, 2020
    Configuration menu
    Copy the full SHA
    c36bad0 View commit details
    Browse the repository at this point in the history
  9. Assert that urllib3 is imported to use URLLib3Transport

    Yeray Diaz Diaz committed May 20, 2020
    Configuration menu
    Copy the full SHA
    b5d80bf View commit details
    Browse the repository at this point in the history
  10. AsyncClient, not asynchronous Client

    Yeray Diaz Diaz committed May 20, 2020
    Configuration menu
    Copy the full SHA
    8c00c4b View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Add warning category to warn calls

    Yeray Diaz Diaz committed May 21, 2020
    Configuration menu
    Copy the full SHA
    94da52c View commit details
    Browse the repository at this point in the history
  2. Update docs/advanced.md

    Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
    Yeray Diaz Diaz and florimondmanca committed May 21, 2020
    Configuration menu
    Copy the full SHA
    9aae0b8 View commit details
    Browse the repository at this point in the history
  3. Add warn_deprecated utility function

    Yeray Diaz Diaz committed May 21, 2020
    Configuration menu
    Copy the full SHA
    d876de8 View commit details
    Browse the repository at this point in the history
  4. Amend docs references to dispatch

    Yeray Diaz Diaz committed May 21, 2020
    Configuration menu
    Copy the full SHA
    64f379c View commit details
    Browse the repository at this point in the history
  5. Add concrete implementation example

    Yeray Diaz Diaz committed May 21, 2020
    Configuration menu
    Copy the full SHA
    0775c2b View commit details
    Browse the repository at this point in the history
  6. Clearer transport implementation description

    Yeray Diaz Diaz committed May 21, 2020
    Configuration menu
    Copy the full SHA
    83a0e2c View commit details
    Browse the repository at this point in the history