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

Implement asyncio support, plus session optimizations #87

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Feb 22, 2024

  1. Implement asyncio support, plus session optimizations for more effici…

    …ent calls.
    Sean Stewart committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7e5854d View commit details
    Browse the repository at this point in the history
  2. Implement content-type caching.

    Sean Stewart committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    37c1c59 View commit details
    Browse the repository at this point in the history
  3. Fix requests declaration

    Sean Stewart committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    13bccfc View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Start getting tests working with modern toolchain

    Sean Stewart committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b74fb0e View commit details
    Browse the repository at this point in the history
  2. Start getting tests working with modern toolchain

    Sean Stewart committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    a91093d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Ignore pycharm project files.

    Sean Stewart committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    332bc6e View commit details
    Browse the repository at this point in the history
  2. All tests passing.

    Sean Stewart committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6ebb4c0 View commit details
    Browse the repository at this point in the history
  3. Fix coverage command

    Sean Stewart committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    365d5c9 View commit details
    Browse the repository at this point in the history
  4. Fix tox command

    Sean Stewart committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2a982ee View commit details
    Browse the repository at this point in the history
  5. Tests for async client

    Sean Stewart committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    713062e View commit details
    Browse the repository at this point in the history
  6. Safer gzip detection

    Sean Stewart committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6d05e19 View commit details
    Browse the repository at this point in the history
  7. Safer gzip detection

    Sean Stewart committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    690bb80 View commit details
    Browse the repository at this point in the history
  8. Safer orjson dependency, support pypy3 and get all tests passing in a…

    …ll supported python interpreters.
    Sean Stewart committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6c665b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Migrate to pyproject.toml & poetry

    Sean Stewart committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c5ff277 View commit details
    Browse the repository at this point in the history
  2. Fix python version specifier

    Sean Stewart committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    371e381 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    a38e49d View commit details
    Browse the repository at this point in the history