Skip to content

v5.0.0

Latest

Choose a tag to compare

@stainless-app stainless-app released this 06 May 21:23

5.0.0 (2026-05-06)

Full Changelog: v4.3.0...v5.0.0

Features

  • api: add network, bridge fields to accounts (af70fc9)
  • api: api update (a5afb8f)
  • api: api update (a1af475)
  • api: api update (770a8e2)
  • api: manual updates (c84dca5)
  • internal: implement indices array format for query and form serialization (de85c3a)
  • support setting headers via env (6841539)

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (9e86464)
  • deps: bump minimum typing-extensions version (922d90a)
  • ensure file data are only sent as 1 parameter (69f6d11)
  • pydantic: do not pass by_alias unless set (8b9fe85)
  • sanitize endpoint path params (900c955)
  • use correct field name format for multipart file arrays (d086e7f)

Performance Improvements

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

Chores

  • ci: skip lint on metadata-only changes (1fe013e)
  • ci: skip uploading artifacts on stainless-internal branches (3f5692e)
  • configure new SDK language (8b9d76c)
  • configure new SDK language (a54d51a)
  • internal: add request options to SSE classes (fcf96d3)
  • internal: codegen related update (a6b8aac)
  • internal: make test_proxy_environment_variables more resilient (2420dd3)
  • internal: make test_proxy_environment_variables more resilient to env (1ad2ddf)
  • internal: more robust bootstrap script (ed8c2c4)
  • internal: reformat pyproject.toml (f11e2a6)
  • internal: tweak CI branches (311a998)
  • internal: update gitignore (3dfb379)
  • test: do not count install time for mock server timeout (352dc26)
  • tests: bump steady to v0.19.4 (68f14af)
  • tests: bump steady to v0.19.5 (9229d32)
  • tests: bump steady to v0.19.6 (166b069)
  • tests: bump steady to v0.19.7 (31a8e58)
  • tests: bump steady to v0.20.1 (d2cf119)
  • tests: bump steady to v0.20.2 (0def55c)
  • tests: bump steady to v0.22.1 (29127f7)
  • update placeholder string (f9883db)
  • update SDK settings (b954521)
  • update SDK settings (5df69bf)

Refactors

  • tests: switch from prism to steady (ef99778)