Skip to content

v1.7.0

Latest

Choose a tag to compare

@stainless-app stainless-app released this 22 May 12:58
fdbc3cc

1.7.0 (2026-05-21)

Full Changelog: v1.6.0...v1.7.0

Features

  • api: api update (c174dfe)
  • internal/types: support eagerly validating pydantic iterators (d6f52d9)
  • support setting headers via env (e4d8142)

Bug Fixes

  • client: add missing f-string prefix in file type error message (b976e15)
  • use correct field name format for multipart file arrays (75a23a9)

Performance Improvements

  • client: optimize file structure copying in multipart requests (2d57d0c)

Chores

  • internal: more robust bootstrap script (31301e1)
  • internal: reformat pyproject.toml (b0436af)
  • tests: bump steady to v0.22.1 (6ecea7e)

Documentation