Skip to content

v0.11.0

Choose a tag to compare

@stainless-app stainless-app released this 24 Apr 18:59
b0ea2ea

0.11.0 (2025-04-24)

Full Changelog: v0.10.0...v0.11.0

Features

Bug Fixes

  • perf: optimize some hot paths (7c9cb14)
  • perf: skip traversing types for NotGiven values (6c0a72f)
  • pydantic v1: more robust ModelField.annotation check (52bbcd1)

Chores

  • broadly detect json family of content-type headers (3bcb079)
  • ci: add timeout thresholds for CI jobs (9e8bba2)
  • ci: only use depot for staging repos (aa670db)
  • client: minor internal fixes (8ec6ebe)
  • fix typos (#154) (df55edc)
  • internal: base client updates (dcd1ef2)
  • internal: bump pyright version (04a115a)
  • internal: codegen related update (b2ec1bc)
  • internal: expand CI branch coverage (b94f114)
  • internal: fix list file params (10eaffe)
  • internal: import reformatting (64f0359)
  • internal: minor formatting changes (a1de223)
  • internal: reduce CI branch coverage (608888f)
  • internal: refactor retries to not use recursion (2dd912e)
  • internal: remove trailing character (#156) (c74e986)
  • internal: slight transform perf improvement (#159) (fc0bc46)
  • internal: update models test (01afb3d)
  • internal: update pyright settings (7c63d23)

Documentation