0.46.0 (2025-02-18)
Full Changelog: v0.45.2...v0.46.0
Features
- client: send
X-Stainless-Read-Timeout
header (#858) (0e75983) - jsonl: add .close() method (#862) (137335c)
- pagination: avoid fetching when has_more: false (#860) (0cdb81d)
Bug Fixes
- asyncify on non-asyncio runtimes (#864) (f92b36d)
- internal: add back custom header naming support (#861) (cf851ae)
- jsonl: lower chunk size (#863) (38fb720)
Chores
- api: update openapi spec url (#852) (461d821)
- internal: bummp ruff dependency (#856) (590c3fa)
- internal: change default timeout to an int (#855) (3152e1a)
- internal: fix tests (fc41ba2)
- internal: fix type traversing dictionary params (#859) (c5b700d)
- internal: reorder model constants (#847) (aadd531)
- internal: update models used in tests (aadd531)