0.12.0 (2025-06-29)
Full Changelog: v0.11.0...v0.12.0
Features
- api: api update (345e02a)
- api: api update (54b8081)
- api: api update (ab3a1f5)
- api: api update (333d168)
- client: add follow_redirects request option (729c66e)
- client: add support for aiohttp (b433926)
Bug Fixes
- client: correctly parse binary response | stream (2b6e46f)
- package: support direct resource imports (5a8f2bd)
- tests: fix: tests which call HTTP endpoints directly with the example parameters (4ebdf17)
Chores
- ci: enable for pull requests (ce5b546)
- ci: fix installation instructions (dbfcc81)
- ci: upload sdks to package manager (6f15584)
- docs: grammar improvements (8254ef9)
- docs: remove reference to rye shell (e7c147b)
- docs: remove unnecessary param examples (5dc8d89)
- internal: avoid errors for isinstance checks on proxies (df06fdf)
- internal: update conftest.py (bd8931e)
- readme: update badges (9399af4)
- tests: add tests for httpx client instantiation & proxies (81ec20b)
- tests: run tests in parallel (9c06af9)
- tests: skip some failing tests on the latest python versions (afe509f)
Documentation
- client: fix httpx.Timeout documentation reference (75b4f8d)