Skip to content

Latest commit

 

History

History
196 lines (119 loc) · 12.8 KB

File metadata and controls

196 lines (119 loc) · 12.8 KB

Changelog

1.8.2 (2025-06-21)

Full Changelog: v1.8.1...v1.8.2

Bug Fixes

  • client: explicitly copy fetch in withOptions (6e76e41)

Chores

1.8.1 (2025-06-19)

Full Changelog: v1.8.0...v1.8.1

Chores

1.8.0 (2025-06-19)

Full Changelog: v1.7.0...v1.8.0

Features

  • api: update via SDK Studio (6345719)
  • client: add support for endpoint-specific base URLs (86b85bf)
  • mcp: implement support for binary responses (6b7e258)
  • mcp: include http information in tools (1cddbac)
  • mcp: set X-Stainless-MCP header (f5bb5f6)
  • mcp: support dynamically discovering and invoking tools for APIs with many endpoints (fea7200)

Bug Fixes

  • client: always overwrite when merging headers (012aa11)
  • compat with more runtimes (f1653e5)
  • mcp: explicitly include zod and zod-to-json-schema in package.json (c98c7a8)
  • mcp: fix cursor schema transformation issue with recursive references (1279e21)
  • mcp: include description in dynamic tool search (73af395)
  • publish script — handle NPM errors correctly (447865a)

Chores

  • adjust eslint.config.mjs ignore pattern (1188bed)
  • avoid type error in certain environments (edbca04)
  • ci: enable for pull requests (a8235a6)
  • client: refactor imports (37ab831)
  • deps: bump eslint-plugin-prettier (7da8fec)
  • docs: grammar improvements (b72d590)
  • docs: use top-level-await in example snippets (2ed931a)
  • improve publish-npm script --latest tag logic (1f05cfc)
  • internal: add pure annotations, make base APIResource abstract (1e17479)
  • internal: codegen related update (c038ae9)
  • internal: codegen related update (1e1bd61)
  • internal: fix readablestream types in node 20 (ece45da)
  • internal: update jest config (62f8846)
  • mcp: provides high-level initMcpServer function and exports known clients (834f40e)
  • mcp: remove duplicate assignment (52d68a8)
  • package: remove engines (25b4721)
  • readme: update badges (c5c7320)
  • readme: use better example snippet for undocumented params (2cd75d6)
  • tests: use node 22 for CI tests (6bd442e)

1.7.0 (2025-05-10)

Full Changelog: v1.6.2...v1.7.0

Features

  • client: add withOptions helper (be1f083)
  • more gracefully handle $refs and work around schema limitations (7f413d3)

Bug Fixes

  • mcp: remove ajv dependency so MCP servers are more compatible with Cloudflare Workers (43242ee)

Chores

  • build: automatically build subpackages if present (1e83ca6)
  • client: drop support for EOL node versions (fa0b428)
  • internal: codegen related update (2c3d99c)
  • internal: refactor utils (8af1519)
  • internal: share typescript helpers (3663fdc)

Documentation

1.6.2 (2025-04-24)

Full Changelog: v1.6.1...v1.6.2

Chores

  • ci: only use depot for staging repos (64c02c0)
  • cleanup readme (2b9529f)
  • internal: codegen related update (e1160fb)

1.6.1 (2025-04-24)

Full Changelog: v1.6.0...v1.6.1

Chores

  • ci: add timeout thresholds for CI jobs (c73272e)
  • configure new SDK language (0a094ce)
  • perf: faster base64 decoding (1dfe2d3)

1.6.0 (2025-04-18)

Full Changelog: v1.5.0...v1.6.0

Features

  • api: update via SDK Studio (c1c2e9b)
  • api: update via SDK Studio (d480c7d)

1.5.0 (2025-04-18)

Full Changelog: v1.4.0...v1.5.0

Features

  • chore: updating README and security info (3a33e6e)

1.4.0 (2025-04-18)

Full Changelog: v1.3.0...v1.4.0

Features

  • api: update via SDK Studio (26db782)

1.3.0 (2025-04-18)

Full Changelog: v1.2.0...v1.3.0

Features

  • api: update via SDK Studio (751cd68)
  • api: update via SDK Studio (3cb1058)

1.2.0 (2025-04-18)

Full Changelog: v1.1.0...v1.2.0

Features

  • api: update via SDK Studio (22ca562)

1.1.0 (2025-04-18)

Full Changelog: v1.0.1...v1.1.0

Features

  • api: update via SDK Studio (ea2e246)

1.0.1 (2025-04-18)

Full Changelog: v1.0.0...v1.0.1

Chores

1.0.0 (2025-04-18)

Full Changelog: v0.0.1-alpha.0...v1.0.0

Features

  • api: update via SDK Studio (16033b2)
  • api: update via SDK Studio (f33a696)
  • api: update via SDK Studio (31fdb99)
  • api: update via SDK Studio (cd54722)

Chores