Skip to content

v0.6.0

Compare
Choose a tag to compare
@stainless-app stainless-app released this 08 May 21:26
e7c850a

0.6.0 (2025-05-08)

Full Changelog: v0.5.1...v0.6.0

Features

Bug Fixes

  • ci: ensure pip is always available (#79) (ec1e2ce)
  • ci: remove publishing patch (#80) (9e32578)
  • perf: optimize some hot paths (b88026d)
  • perf: skip traversing types for NotGiven values (5bd2eab)
  • pydantic v1: more robust ModelField.annotation check (ce1ecab)
  • testing value for tune endpoints. (7be555f)
  • types: handle more discriminated union shapes (#78) (473adf4)

Chores

  • broadly detect json family of content-type headers (f4f3951)
  • ci: add timeout thresholds for CI jobs (542b4ad)
  • ci: only use depot for staging repos (973153b)
  • client: minor internal fixes (379b18e)
  • fix typos (#81) (9ba43be)
  • internal: base client updates (1c44fea)
  • internal: bump pyright version (6878eae)
  • internal: bump rye to 0.44.0 (#77) (520ba3a)
  • internal: codegen related update (ddb9f6c)
  • internal: codegen related update (#74) (6e8bc46)
  • internal: expand CI branch coverage (fce3ddf)
  • internal: fix list file params (561214d)
  • internal: import reformatting (a9e8ae2)
  • internal: minor formatting changes (d036bee)
  • internal: reduce CI branch coverage (b10d32e)
  • internal: refactor retries to not use recursion (7689427)
  • internal: remove extra empty newlines (#75) (8117197)
  • internal: remove trailing character (#82) (72018c8)
  • internal: slight transform perf improvement (#83) (29e9d80)
  • internal: update models test (c3fcd9c)
  • internal: update pyright settings (9a560f4)
  • slight wording improvement in README (#84) (d5d7f2a)
  • use lazy imports for resources (e41fd1c)