v1.9.0
1.9.0 (2026-05-13)
Full Changelog: v1.8.0...v1.9.0
Features
- [CORE-1928][apps/api] Add
PENDINGas a valid session state (4f1248d) - [CORE-1979] [apps/api] Regenerate OpenAPI spec to match current routes (0e366a6)
- api: add replays (58e18df)
- internal/types: support eagerly validating pydantic iterators (9d56949)
- support setting headers via env (308d35e)
Bug Fixes
- client: add missing f-string prefix in file type error message (e01f048)
- client: preserve hardcoded query params when merging with user params (953fd3e)
- ensure file data are only sent as 1 parameter (a837357)
- use correct field name format for multipart file arrays (9488fb3)
Performance Improvements
- client: optimize file structure copying in multipart requests (4146f22)