Skip to content

v0.1.0-alpha.24

Pre-release
Pre-release

Choose a tag to compare

@stainless-app stainless-app released this 29 May 14:19
c6147a3

0.1.0-alpha.24 (2026-05-13)

Full Changelog: v0.1.0-alpha.23...v0.1.0-alpha.24

Features

  • api: manual updates (0ff5d93)
  • api: version update (ac1593a)
  • internal/types: support eagerly validating pydantic iterators (a102388)
  • internal: implement indices array format for query and form serialization (aa7e838)
  • support setting headers via env (deda3e6)

Bug Fixes

  • client: add missing f-string prefix in file type error message (249afaf)
  • client: preserve hardcoded query params when merging with user params (472a4ca)
  • deps: bump minimum typing-extensions version (08df80c)
  • ensure file data are only sent as 1 parameter (249a78c)
  • pydantic: do not pass by_alias unless set (ca3d83c)
  • sanitize endpoint path params (2c2ca70)
  • use correct field name format for multipart file arrays (b02dee5)

Performance Improvements

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

Chores

  • ci: skip lint on metadata-only changes (de10095)
  • ci: skip uploading artifacts on stainless-internal branches (f90e7cb)
  • internal: more robust bootstrap script (dc26e96)
  • internal: reformat pyproject.toml (53a6b26)
  • internal: tweak CI branches (128205c)
  • internal: update gitignore (a276fae)
  • test: do not count install time for mock server timeout (ef4ae2d)
  • tests: bump steady to v0.19.4 (04177d0)
  • tests: bump steady to v0.19.5 (107e5c8)
  • tests: bump steady to v0.19.6 (f276106)
  • tests: bump steady to v0.19.7 (2c78d48)
  • tests: bump steady to v0.20.1 (67c8821)
  • tests: bump steady to v0.20.2 (fc0600a)
  • tests: bump steady to v0.22.1 (1300916)

Refactors

  • tests: switch from prism to steady (4578e7c)