Skip to content

Releases: runloopai/api-client-python

v0.33.0

Choose a tag to compare

@stainless-app stainless-app released this 22 May 22:37

0.33.0 (2025-05-22)

Full Changelog: v0.32.0...v0.33.0

Features

Bug Fixes

  • package: support direct resource imports (44f30d6)

Chores

  • ci: fix installation instructions (5fed44a)
  • ci: upload sdks to package manager (25dbae1)
  • docs: grammar improvements (a0c74a5)
  • internal: avoid errors for isinstance checks on proxies (e825829)

v0.32.0

Choose a tag to compare

@stainless-app stainless-app released this 25 Apr 17:26

0.32.0 (2025-04-25)

Full Changelog: v0.31.0...v0.32.0

Features

Bug Fixes

  • pydantic v1: more robust ModelField.annotation check (6ac21f3)

Chores

  • broadly detect json family of content-type headers (0a09a72)
  • ci: add timeout thresholds for CI jobs (a10bca8)
  • ci: only use depot for staging repos (84dd6ba)
  • internal: codegen related update (fdaff81)
  • internal: fix list file params (d74de2f)
  • internal: import reformatting (97a122c)
  • internal: minor formatting changes (6557c6c)
  • internal: refactor retries to not use recursion (88cd023)

v0.31.0

Choose a tag to compare

@stainless-app stainless-app released this 21 Apr 20:01

0.31.0 (2025-04-21)

Full Changelog: v0.30.0...v0.31.0

Features

Chores

  • internal: base client updates (71a0a00)
  • internal: bump pyright version (950fe0d)
  • internal: update models test (def3490)

v0.30.0

Choose a tag to compare

@stainless-app stainless-app released this 16 Apr 01:04
9d7a7b2

0.30.0 (2025-04-16)

Full Changelog: v0.29.0...v0.30.0

Features

Bug Fixes

  • client: correctly reuse idempotency key (a6ba920)
  • perf: optimize some hot paths (edf120c)
  • perf: skip traversing types for NotGiven values (bcb8823)

Chores

  • fix typos (#582) (66d248c)
  • internal: expand CI branch coverage (0b68591)
  • internal: reduce CI branch coverage (58821a3)
  • internal: remove trailing character (#584) (65bacb7)
  • internal: slight transform perf improvement (#587) (ec630c4)
  • internal: update pyright settings (487213d)
  • slight wording improvement in README (#588) (2eb6437)

Documentation

v0.29.0

Choose a tag to compare

@stainless-app stainless-app released this 25 Mar 00:38

0.29.0 (2025-03-25)

Full Changelog: v0.28.0...v0.29.0

Features

v0.28.0

Choose a tag to compare

@stainless-app stainless-app released this 21 Mar 16:40

0.28.0 (2025-03-21)

Full Changelog: v0.27.0...v0.28.0

Features

v0.27.0

Choose a tag to compare

@stainless-app stainless-app released this 21 Mar 01:22

0.27.0 (2025-03-21)

Full Changelog: v0.26.0...v0.27.0

Features

Bug Fixes

Chores

Documentation

  • revise readme docs about nested params (#564) (a2df5d3)

v0.26.0

Choose a tag to compare

@stainless-app stainless-app released this 04 Mar 19:41

0.26.0 (2025-03-04)

Full Changelog: v0.25.0...v0.26.0

Features

Chores

  • docs: update client docstring (#559) (aae64ef)
  • internal: remove unused http client options forwarding (#561) (39fcd59)

Documentation

  • update URLs from stainlessapi.com to stainless.com (#558) (cc0b37d)

v0.25.0

Choose a tag to compare

@stainless-app stainless-app released this 26 Feb 04:11

0.25.0 (2025-02-26)

Full Changelog: v0.24.0...v0.25.0

Features

Bug Fixes

  • client: mark some request bodies as optional (dc21cae)

Chores

v0.24.0

Choose a tag to compare

@stainless-app stainless-app released this 19 Feb 01:07

0.24.0 (2025-02-19)

Full Changelog: v0.23.0...v0.24.0

Features

Bug Fixes

Chores