Skip to content

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 10:21
· 511 commits to main since this release

v7.0.0 (2024-07-11)

Breaking

  • Migrate from requests to httpx: the Client should now be instantiated as context manager (06e20d8)

  • The app_id and app_secret parameters have ben removed from the Client class. They were not actually used. (c1bbf37)

Documentation

Feature

  • Add custom auth class for httpx (e8d1955)

Refactor

  • Make query params more explicit (553df43)

Test

  • Separate client fixtures to avoid leaking auth to non-auth (81f11bf)

  • Simplify mocked responses (#1039) (6df900f)