Skip to content

v0.13.0

Choose a tag to compare

@stainless-app stainless-app released this 10 Jul 03:51

0.13.0 (2025-07-09)

Full Changelog: v0.12.0...v0.13.0

Features

  • api: add test creation endpoint (b5ca558)
  • api: api update (c08bc30)
  • api: api update (21bf624)
  • api: api update (4a2f9f8)
  • api: api update (631a79a)
  • api: api update (b94c7b1)
  • api: api update (a133305)
  • api: expose test retrieval endpoint (8fff7c0)
  • api: expose test retrieval endpoint (44db29b)
  • api: expose test update endpoint (7e129a6)
  • client: add support for endpoint-specific base URLs (2905588)
  • client: send X-Stainless-Timeout header (7019c85)

Bug Fixes

  • api: improve type resolution when importing as a package (#119) (a758e18)
  • avoid type error in certain environments (#115) (f7448d9)
  • ci: release-doctor — report correct token name (e5e5f3b)
  • client: don't send Content-Type for bodyless methods (ffd0619)
  • client: fix export map for index exports (3cef27b)
  • client: send X-Stainless-Timeout in seconds (#117) (8349fbc)
  • imports: update import paths for OpenlayerHandler and traceOpenAI to reflect new module structure (e57d2be)
  • internal: work around vercel/next.js#76881 (#116) (3d750a5)
  • mcp: remove unused tools.ts (#120) (d00061f)
  • publish script — handle NPM errors correctly (33f3a0d)

Chores

  • ci: add timeout thresholds for CI jobs (fcfa14a)
  • ci: bump node version for release workflows (82ed245)
  • ci: enable for pull requests (0f02451)
  • ci: only run for pushes and fork pull requests (60a3cd5)
  • ci: only use depot for staging repos (e1cb08a)
  • client: minor internal fixes (8d1e577)
  • docs: grammar improvements (764521c)
  • docs: use top-level-await in example snippets (9a627db)
  • exports: cleaner resource index imports (#113) (1647ab7)
  • exports: stop using path fallbacks (#114) (39719a5)
  • improve publish-npm script --latest tag logic (0292843)
  • internal: add aliases for Record and Array (#118) (6fdf6fa)
  • internal: codegen related update (5d338c6)
  • internal: codegen related update (2b134e4)
  • internal: codegen related update (628f5e0)
  • internal: codegen related update (90f7b7c)
  • internal: codegen related update (f278cf3)
  • internal: codegen related update (9e02f0b)
  • internal: fix devcontainers setup (163b07d)
  • internal: fix workflows (3e53c94)
  • internal: make base APIResource abstract (667b403)
  • internal: reduce CI branch coverage (0cb981b)
  • internal: upload builds and expand CI branch coverage (9e492b1)
  • internal: version bump (989e4c6)
  • internal: version bump (52cc09a)
  • mention unit type in timeout docs (55fb773)
  • tests: improve enum examples (#121) (78996ac)

Documentation

  • add examples to tsdocs (d3b8142)
  • readme: fix typo (274cc42)
  • update URLs from stainlessapi.com to stainless.com (6c1c6f3)

Refactors

  • types: replace Record with mapped types (8837a96)