0.8.0 (2025-07-25)
Full Changelog: v0.7.0...v0.8.0
Features
Bug Fixes
- ci: correct conditional (53c81d9)
- ci: release-doctor — report correct token name (3cb8672)
- client: correctly parse binary response | stream (5e316fe)
- client: don't send Content-Type header on GET requests (2a5d531)
- parsing: correctly handle nested discriminated unions (c5d5715)
- parsing: ignore empty metadata (dd88d17)
- parsing: parse extra field types (ba334c7)
- tests: fix: tests which call HTTP endpoints directly with the example parameters (638c7c4)
Chores
- ci: change upload type (e79525c)
- ci: enable for pull requests (29244fd)
- ci: only run for pushes and fork pull requests (94ed1eb)
- internal: bump pinned h11 dep (5836163)
- internal: codegen related update (cdfe0be)
- internal: update conftest.py (e4a5936)
- package: mark python 3.13 as supported (0f7b5d1)
- project: add settings file for vscode (d6435b0)
- readme: fix version rendering on pypi (b09f1ad)
- readme: update badges (cd48569)
- tests: add tests for httpx client instantiation & proxies (5d2c5b9)
- tests: run tests in parallel (3f0e6da)
- tests: skip some failing tests on the latest python versions (b2b3fa8)
Documentation
- client: fix httpx.Timeout documentation reference (b68d394)