Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@stainless-app stainless-app released this 10 Jun 12:07

0.3.0 (2025-06-06)

Full Changelog: v0.2.1...v0.3.0

Features

Bug Fixes

  • ci: ensure pip is always available (#75) (2a3ae1d)
  • ci: remove publishing patch (#76) (fc6ffe9)
  • client: mark some request bodies as optional (a62be8a)
  • perf: optimize some hot paths (4a25116)
  • perf: skip traversing types for NotGiven values (655645b)
  • pydantic v1: more robust ModelField.annotation check (6b28a69)
  • types: handle more discriminated union shapes (#74) (e2efe2b)

Chores

  • broadly detect json family of content-type headers (a4e4e7a)
  • ci: add timeout thresholds for CI jobs (9112f34)
  • ci: only use depot for staging repos (e00a169)
  • client: minor internal fixes (48341b1)
  • docs: update client docstring (#68) (65a92c5)
  • fix typos (#77) (ad69954)
  • internal: base client updates (4615096)
  • internal: bump pyright version (9073aa6)
  • internal: bump rye to 0.44.0 (#73) (64be852)
  • internal: codegen related update (0067daf)
  • internal: codegen related update (#70) (317e72c)
  • internal: codegen related update (#72) (a8f27cc)
  • internal: expand CI branch coverage (c99fbf1)
  • internal: fix list file params (4a852b4)
  • internal: import reformatting (702e260)
  • internal: minor formatting changes (759ff42)
  • internal: properly set pydantic_private (#66) (ce1db49)
  • internal: reduce CI branch coverage (f9fb625)
  • internal: refactor retries to not use recursion (fba2a60)
  • internal: remove extra empty newlines (#71) (5166c0c)
  • internal: remove trailing character (#78) (140ac8b)
  • internal: remove unused http client options forwarding (#69) (69a6bde)
  • internal: slight transform perf improvement (#80) (62166e9)
  • internal: update models test (55f3b64)
  • internal: update pyright settings (d924d39)
  • internal: variable name and test updates (#79) (7de371c)
  • tests: improve enum examples (#81) (7b5fc94)

Documentation

  • update URLs from stainlessapi.com to stainless.com (#67) (cfce519)