Skip to content

v0.4.0-alpha.14

Pre-release
Pre-release

Choose a tag to compare

@stainless-app stainless-app released this 22 Dec 17:23

0.4.0-alpha.14 (2025-12-22)

Full Changelog: v0.4.0-alpha.13...v0.4.0-alpha.14

Features

  • Add metadata field to request and response (a83a98e)
  • add support for tool_choice to repsponses api (32c453f)
  • api: add readonly connectors API (05f867b)
  • api: deprecate toolgroup and tool_runtime apis (d5cef5a)
  • convert Benchmarks API to use FastAPI router (c784ae1)
  • convert Datasets API to use FastAPI router (2f53a3f)
  • Implement FastAPI router system (2ca4485)
  • Implement include parameter specifically for adding logprobs in the output message (05a0330)
  • introduce /admin API for stack administration and operations (3279ec9)
  • migrate Inspect API to FastAPI router (7774bec)
  • migrate Providers API to FastAPI router pattern (f8c84cd)

Bug Fixes

  • client: fix issue with duplicate definitions in Go (dd94553)
  • ensure streams are always closed (9dc1025)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (93be516)
  • use async_to_httpx_files in patch method (77df10d)

Chores

  • add missing docstrings (18c54f3)
  • bump required uv version (2a1523b)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (a900167)
  • internal: add --fix argument to lint script (89e14ad)
  • internal: add missing files argument to base client (9cae3df)
  • internal: avoid using unstable Python versions in tests (36336dd)
  • internal: version bump (597c7c6)
  • update lockfile (de67c1e)
  • update uv.lock (95cb22a)

Documentation