0.8.0 (2025-08-26)
Full Changelog: v0.7.0...v0.8.0
Features
- api: update via SDK Studio (04fabfd)
- api: update via SDK Studio (feab9f8)
- clean up environment call outs (5aacfd7)
- client: add follow_redirects request option (35e7c78)
- client: add support for aiohttp (d54f53c)
- client: support file upload requests (44d064d)
Bug Fixes
- ci: correct conditional (0e1ab57)
- ci: release-doctor — report correct token name (ce0af3b)
- client: correctly parse binary response | stream (518cbab)
- client: don't send Content-Type header on GET requests (1ba6bcc)
- docs/api: remove references to nonexistent types (9fd7133)
- parsing: correctly handle nested discriminated unions (130f4c1)
- parsing: ignore empty metadata (a81e190)
- parsing: parse extra field types (89f10b3)
- resolve pydantic violation. (afcfc1c)
- tests: fix: tests which call HTTP endpoints directly with the example parameters (d7920f1)
Chores
- ci: change upload type (f72dfb7)
- ci: enable for pull requests (84fbba4)
- ci: fix installation instructions (f191464)
- ci: only run for pushes and fork pull requests (b9520a0)
- ci: upload sdks to package manager (1f04b9e)
- docs: grammar improvements (01370fb)
- docs: remove reference to rye shell (68f70a8)
- docs: remove unnecessary param examples (f603dcd)
- internal: bump pinned h11 dep (f0aca79)
- internal: change ci workflow machines (9e79111)
- internal: codegen related update (0310d7c)
- internal: fix ruff target version (465af9e)
- internal: update comment in script (01101c7)
- internal: update conftest.py (b324ed3)
- internal: update examples (40379a3)
- package: mark python 3.13 as supported (f37217f)
- project: add settings file for vscode (77265c1)
- readme: fix version rendering on pypi (5857ef3)
- readme: update badges (b747f45)
- tests: add tests for httpx client instantiation & proxies (0c4973f)
- tests: run tests in parallel (f75c912)
- tests: skip some failing tests on the latest python versions (dd32830)
- update @stainless-api/prism-cli to v5.15.0 (82c8bc7)
- update github action (2d36800)
Documentation
- client: fix httpx.Timeout documentation reference (3517a3d)