Skip to content

Releases: hyperspell/node-sdk

v0.40.0

v0.40.0 Pre-release
Pre-release

Choose a tag to compare

@aburkard aburkard released this 26 Jun 21:34
598cf03

0.40.0 (2026-06-26)

Features

  • migrate SDK release automation to release-please (off Stainless) (#97) (4220668)

v0.39.0

Choose a tag to compare

@stainless-app stainless-app released this 18 Jun 00:08
f717854

0.39.0 (2026-06-18)

Full Changelog: v0.38.0...v0.39.0

Features

Bug Fixes

  • client: send content-type header for requests with an omitted optional body (7e3d6aa)
  • typescript: upgrade tsc-multi so that it works with Node 26 (bb51450)

Chores

  • avoid formatting file that gets changed during releases (cf52108)
  • format: run eslint and prettier separately (43ec88d)
  • internal: codegen related update (f6cdc59)
  • internal: more robust bootstrap script (dd48b06)
  • internal: update docs ordering (9ac7b35)
  • redact api-key headers in debug logs (9ccb5ff)
  • restructure docs search code (8a752b4)
  • tests: remove redundant File import (1f3a018)
  • update SDK settings (5f5049a)

Documentation

v0.38.0

Choose a tag to compare

@stainless-app stainless-app released this 22 Apr 19:54
716dcef

0.38.0 (2026-04-22)

Full Changelog: v0.37.0...v0.38.0

Features

v0.37.0

Choose a tag to compare

@stainless-app stainless-app released this 22 Apr 19:44
483b12f

0.37.0 (2026-04-22)

Full Changelog: v0.36.1...v0.37.0

Features

v0.36.1

Choose a tag to compare

@stainless-app stainless-app released this 22 Apr 19:33
596843d

0.36.1 (2026-04-22)

Full Changelog: v0.36.0...v0.36.1

Chores

v0.36.0

Choose a tag to compare

@stainless-app stainless-app released this 22 Apr 19:17
4f473e6

0.36.0 (2026-04-22)

Full Changelog: v0.35.1...v0.36.0

Features

Chores

  • tests: bump steady to v0.22.1 (b7ae9ad)

v0.35.1

Choose a tag to compare

@stainless-app stainless-app released this 17 Apr 19:33
85b9145

0.35.1 (2026-04-16)

Full Changelog: v0.35.0...v0.35.1

Features

Bug Fixes

  • internal: gitignore generated oidc dir (a305f3d)

Chores

  • ci: escape input path in publish-npm workflow (40c8402)
  • ci: skip lint on metadata-only changes (14012e7)
  • configure new SDK language (2b1db35)
  • fix example snippet imports (5655445)
  • internal: codegen related update (74743e3)
  • internal: fix MCP server import ordering (aa4d800)
  • internal: fix MCP server TS errors that occur with required client options (b7abcfb)
  • internal: improve local docs search for MCP servers (eee2438)
  • internal: improve local docs search for MCP servers (f218072)
  • internal: show error causes in MCP servers when running in local mode (d7d54bc)
  • internal: support custom-instructions-path flag in MCP servers (c6d4043)
  • internal: support local docs search in MCP servers (4a9b2cf)
  • internal: support type annotations when running MCP in local execution mode (41a4e6a)
  • internal: update gitignore (9270ff5)
  • internal: update multipart form array serialization (97f213b)
  • mcp-server: add support for session id, forward client info (9e3018f)
  • mcp-server: increase local docs search result count from 5 to 10 (65850d9)
  • mcp-server: log client info (5f1ad6d)
  • tests: bump steady to v0.19.4 (e614b67)
  • tests: bump steady to v0.19.5 (eadfc98)
  • tests: bump steady to v0.19.6 (4ed8bba)
  • tests: bump steady to v0.19.7 (6aaa435)
  • tests: bump steady to v0.20.1 (bb96b8b)
  • tests: bump steady to v0.20.2 (2a71a6e)
  • update CLI documentation (b30afe1)
  • update SDK settings (4ee9dca)
  • update SDK settings (752879e)

Documentation

Refactors

  • tests: switch from prism to steady (75ac934)

v0.35.0

Choose a tag to compare

@stainless-app stainless-app released this 18 Mar 13:40
0c8e2da

0.35.0 (2026-03-18)

Full Changelog: v0.34.0...v0.35.0

Features


This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

v0.34.0

Choose a tag to compare

@stainless-app stainless-app released this 17 Mar 21:02
01e2f25

0.34.0 (2026-03-17)

Full Changelog: v0.33.0...v0.34.0

Features

Chores

  • internal: support x-stainless-mcp-client-permissions headers in MCP servers (d8d7aab)
  • internal: tweak CI branches (ccba23b)
  • remove custom code (62822d4)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

v0.33.0

Choose a tag to compare

@stainless-app stainless-app released this 15 Mar 21:19
2d3f389

0.33.0 (2026-03-14)

Full Changelog: v0.32.1...v0.33.0

Features

Bug Fixes

  • client: preserve URL params already embedded in path (af6d83b)

Chores

  • ci: skip uploading artifacts on stainless-internal branches (6a453f9)
  • internal: bump @modelcontextprotocol/sdk, @hono/node-server, and minimatch (16f74a7)
  • internal: codegen related update (c49250c)
  • internal: codegen related update (e7684c4)
  • internal: make generated MCP servers compatible with Cloudflare worker environments (35c5ba8)
  • internal: support x-stainless-mcp-client-envs header in MCP servers (632cb03)
  • internal: update dependencies to address dependabot vulnerabilities (8879f0c)
  • internal: use x-stainless-mcp-client-envs header for MCP remote code tool calls (f8b4ea0)
  • mcp-server: improve instructions (604dcdd)
  • mcp-server: return access instructions for 404 without API key (2750b02)
  • test: do not count install time for mock server timeout (1d19a8e)
  • update placeholder string (b91b593)