Skip to content

0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 18:45
0.9.0

Breaking Change

  • Drop testing on PyPy3.9 (#45)
    • The library should still work, but required wheels for testing are no longer built against pypy3.9. Flagging this as breaking just for an FYI

Added

  • Allow setting user agent string and provide a default (#46)
  • Allow providing an instance of httpx.BasicAuth when creating the client (#47)
  • Documentation and project management updates (#48)
    • Enabled discussions for Q&A and Feature Requests
    • Created a bug report template
    • Created a contributing guide