Skip to content

Latest commit

 

History

History
524 lines (370 loc) · 52.8 KB

File metadata and controls

524 lines (370 loc) · 52.8 KB

Changelog

2.10.0 (2026-04-06)

Full Changelog: v2.9.0...v2.10.0

Features

  • [CORE-000][apps/api] Add verified to SDK (3d5d8ee)
  • Update search docs by removing description from typebox schemas (5a80f2e)

Chores

  • ci: skip lint on metadata-only changes (b2635a7)
  • internal: tweak CI branches (6a01e18)
  • internal: update gitignore (a493763)
  • internal: update multipart form array serialization (bd86f6a)
  • tests: bump steady to v0.19.4 (22a2654)
  • tests: bump steady to v0.19.5 (67408e0)
  • tests: bump steady to v0.19.6 (41df179)
  • tests: bump steady to v0.19.7 (e83612a)
  • tests: bump steady to v0.20.1 (deda749)
  • tests: bump steady to v0.20.2 (26bfaca)

Refactors

  • tests: switch from prism to steady (d38c181)

2.9.0 (2026-03-16)

Full Changelog: v2.8.0...v2.9.0

Features

Bug Fixes

  • use npm publish instead of yarn publish (#173) (05b3225)

Chores

2.8.0-alpha.1 (2026-03-11)

Full Changelog: v2.7.0...v2.8.0-alpha.1

Features

Bug Fixes

  • client: preserve URL params already embedded in path (81f76ab)
  • use npm publish instead of yarn publish (#173) (05b3225)

Chores

  • ci: skip uploading artifacts on stainless-internal branches (0c1949d)
  • go live (#1) (bc9e36e)
  • internal: codegen related update (d8b846c)
  • internal: move stringifyQuery implementation to internal function (fb87469)
  • release: prepare alpha (#36) (c5e0f61)
  • release: v2.0.0 (#39) (2ecb572)
  • test: do not count install time for mock server timeout (1fd6556)
  • update placeholder string (fb97b1c)
  • update SDK settings (#21) (dd2956f)

2.7.0-alpha.3 (2026-02-26)

Full Changelog: v2.7.0-alpha.2...v2.7.0-alpha.3

Features

  • [CORE-] Restore models and components in SDK (e9a85f1)

2.7.0-alpha.2 (2026-02-26)

Full Changelog: v2.7.0-alpha.1...v2.7.0-alpha.2

Bug Fixes

  • use npm publish instead of yarn publish (#173) (05b3225)

2.7.0-alpha.1 (2026-02-26)

Full Changelog: v2.6.0...v2.7.0-alpha.1

Features

Bug Fixes

  • ci: release-doctor — report correct token name (8e59beb)
  • client: don't send Content-Type for bodyless methods (bfe46e8)
  • coerce nullable values to undefined (6108dc5)
  • docs/contributing: correct pnpm link command (fa166b7)
  • internal: skip tests that depend on mock server (efbf3ab)
  • mcp: correct code tool API endpoint (e28c890)
  • mcp: return correct lines on typescript errors (80ae079)
  • publish script — handle NPM errors correctly (87c245e)

Performance Improvements

Chores

  • break long lines in snippets into multiline (48d6458)
  • ci build action (4fe59cd)
  • ci: enable for pull requests (132825d)
  • ci: only run for pushes and fork pull requests (a166050)
  • ci: upgrade actions/github-script (8818cfb)
  • client: do not parse responses with empty content-length (c9d1b79)
  • deps: update dependency node-fetch to v2.6.13 (b657cbe)
  • do not install brew dependencies in ./scripts/bootstrap by default (ea703c8)
  • docs: grammar improvements (985f2fe)
  • docs: use top-level-await in example snippets (24c7006)
  • improve publish-npm script --latest tag logic (88ce3e3)
  • internal: codegen related update (6eabc90)
  • internal: codegen related update (3dd3df4)
  • internal: codegen related update (eb99387)
  • internal: fix incremental formatting in some cases (4057bd2)
  • internal: formatting change (29b57d4)
  • internal: ignore .eslintcache (adee655)
  • internal: make base APIResource abstract (6ec9d38)
  • internal: move publish config (2fb47ce)
  • internal: remove deprecated compilerOptions.baseUrl from tsconfig.json (80a6db7)
  • internal: remove redundant imports config (ddf4087)
  • internal: update actions/checkout version (dfe82a1)
  • internal: update comment in script (a549d56)
  • internal: upgrade babel, qs, js-yaml (fe654da)
  • internal: use npm pack for build uploads (b1ddfd9)
  • internal: version bump (690777f)
  • make some internal functions async (f8111cb)
  • mention unit type in timeout docs (8d864d1)
  • update @stainless-api/prism-cli to v5.15.0 (d4ac1f1)
  • update CI script (2cd3501)
  • update mock server docs (54a36bf)

Refactors

  • types: replace Record with mapped types (3e0bfd3)

2.6.0 (2025-05-16)

Full Changelog: v2.5.0...v2.6.0

Features

Bug Fixes

  • api: improve type resolution when importing as a package (#163) (758c8e0)
  • client: send X-Stainless-Timeout in seconds (#161) (8aea1ee)
  • mcp: remove unused tools.ts (#164) (b09bd54)

Chores

  • ci: add timeout thresholds for CI jobs (c813b38)
  • ci: only use depot for staging repos (475fe50)
  • client: minor internal fixes (ee36919)
  • internal: add aliases for Record and Array (#162) (e658ed9)
  • internal: codegen related update (99b8089)
  • internal: reduce CI branch coverage (37d8e14)
  • internal: upload builds and expand CI branch coverage (d30a38a)

Documentation

2.5.0 (2025-03-28)

Full Changelog: v2.4.0...v2.5.0

Features

Bug Fixes

Chores

2.4.0 (2025-03-14)

Full Changelog: v2.3.0...v2.4.0

Features

Bug Fixes

  • client: fix export map for index exports (#137) (7e3ba08)
  • exports: ensure resource imports don't require /index (#146) (c6ec9a5)

Chores

Documentation

  • update URLs from stainlessapi.com to stainless.com (#140) (0e240d7)

2.3.0 (2025-02-05)

Full Changelog: v2.2.0...v2.3.0

Features

  • client: send X-Stainless-Timeout header (#133) (1b03cd8)

Chores

2.2.0 (2025-01-28)

Full Changelog: v2.1.3...v2.2.0

Features

Bug Fixes

Chores

Documentation

2.1.3 (2025-01-10)

Full Changelog: v2.1.2...v2.1.3

Bug Fixes

Chores

Documentation

2.1.2 (2024-12-29)

Full Changelog: v2.1.1...v2.1.2

Chores

2.1.1 (2024-12-12)

Full Changelog: v2.1.0...v2.1.1

Chores

  • internal: bump cross-spawn to v7.0.6 (#63) (43a8303)
  • internal: codegen related update (#50) (bb1dfba)
  • internal: codegen related update (#65) (03b26a2)
  • internal: remove unnecessary getRequestClient function (#62) (ad17e82)
  • internal: version bump (#56) (1434357)
  • internal: version bump (#60) (535d652)
  • types: nicer error class types + jsdocs (#64) (7bf7d7b)

2.1.0 (2024-11-29)

Full Changelog: v2.0.2...v2.1.0

Features

  • internal: make git install file structure match npm (#58) (f7ea01e)

Chores

2.0.2 (2024-11-20)

Full Changelog: v2.0.1...v2.0.2

Chores

Documentation

  • remove suggestion to use npm call out (#52) (41832d5)

2.0.1 (2024-11-19)

Full Changelog: v2.0.0...v2.0.1

Features

Bug Fixes

Chores

  • rebuild project due to codegen change (#44) (804a9ec)
  • rebuild project due to codegen change (#45) (889bd8d)
  • rebuild project due to codegen change (#47) (4d08a25)
  • rebuild project due to codegen change (#48) (189b64f)

2.0.0 (2024-10-29)

🆕 fully-featured SDK for Browserbase's API