0.3.0 (2025-06-24)
Full Changelog: v0.2.0...v0.3.0
Features
- api: update via SDK Studio (394621a)
- client: add follow_redirects request option (9d0aa53)
- client: add support for aiohttp (1c4b556)
Bug Fixes
- client: correctly parse binary response | stream (dbdc3ce)
- tests: fix: tests which call HTTP endpoints directly with the example parameters (901faf3)
- upgrade setuptools (4328f86)
Chores
- ci: enable for pull requests (127879c)
- docs: remove reference to rye shell (e4fc723)
- internal: update conftest.py (82b34cf)
- readme: update badges (acb15cc)
- tests: add tests for httpx client instantiation & proxies (770d37b)
- tests: run tests in parallel (08d4a83)
- tests: skip some failing tests on the latest python versions (8d4bd60)
Documentation
- client: fix httpx.Timeout documentation reference (b2e79ef)