Skip to content

Latest commit

 

History

History
487 lines (293 loc) · 29.1 KB

File metadata and controls

487 lines (293 loc) · 29.1 KB

Changelog

1.8.0 (2026-03-05)

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

Features

  • api: add better deprecation messages (249c29c)
  • api: Add Classify V2 API (466e946)
  • api: api update (fffb54f)
  • api: better deprecation config (222f946)
  • support LLAMA_PARSE_API_KEY as fallback env var for authentication (756b8de)

Bug Fixes

  • fix request delays for retrying to be more respectful of high requested delays (b191726)

Chores

  • internal: use x-stainless-mcp-client-envs header for MCP remote code tool calls (43a1bf2)

1.7.0 (2026-03-03)

Full Changelog: v1.6.0...v1.7.0

Features

Bug Fixes

  • docs/contributing: correct pnpm link command (8ebcd1e)
  • mcp: initialize SDK lazily to avoid failing the connection on init errors (586ef99)
  • mcp: update prompt (51ff157)

Chores

  • internal: cache fetch instruction calls in MCP server (1910716)
  • internal: fix MCP Dockerfiles so they can be built without buildkit (c71507a)
  • internal: fix MCP Dockerfiles so they can be built without buildkit (8cafa3b)
  • internal: make MCP code execution location configurable via a flag (753240c)
  • internal: move stringifyQuery implementation to internal function (c5931c5)
  • internal: remove mock server code (28fd07f)
  • internal: switch MCP servers to use pino for logging (f4b2326)
  • internal: upgrade @modelcontextprotocol/sdk and hono (4161193)
  • mcp-server: return access instructions for 404 without API key (fe1526d)
  • mcp: correctly update version in sync with sdk (89f6113)
  • update mock server docs (9536239)

1.6.0 (2026-02-18)

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

Features

Chores

  • internal/client: fix form-urlencoded requests (2d71aaa)
  • internal: allow setting x-stainless-api-key header on mcp server requests (be4f208)
  • internal: avoid type checking errors with ts-reset (b72cbf3)
  • internal: improve layout of generated MCP server files (9bbf5a2)
  • mcp: forward STAINLESS_API_KEY to docs search endpoint (5ce3838)

1.5.0 (2026-02-12)

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

Features

Bug Fixes

  • client: avoid removing abort listener too early (35ed735)
  • types: correctly define false enum (eb774cf)

Chores

  • api: minor updates (5510bb1)
  • internal: add health check to MCP server when running in HTTP mode (2aafc6b)
  • internal: allow basic filtering of methods allowed for MCP code mode (a262cff)
  • internal: always generate MCP server dockerfiles and upgrade associated dependencies (bfec623)
  • internal: fix pagination internals not accepting option promises (8ce5e8f)

1.4.0 (2026-02-05)

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

Features

  • mcp: add initial server instructions (4d00a81)

Chores

  • client: restructure abort controller binding (17ad7cf)
  • internal: refactor flag parsing for MCP servers and add debug flag (6d493d7)

1.3.0 (2026-02-04)

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

Features

  • add cookie-based auth support for browser environments (#36) (52fdba3)
  • api: api update (fbdfe8d)
  • api: manual updates (0e6388f)

Bug Fixes

  • client: avoid memory leak with abort signals (609080b)
  • throw error on empty expand parameter in e2e 'parse' method (ac77e24)

Chores

  • client: do not parse responses with empty content-length (162b998)
  • internal: support oauth authorization code flow for MCP servers (d661ac4)

1.2.0 (2026-01-30)

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

Features

Bug Fixes

  • docs: fix mcp installation instructions for remote servers (64b5e1c)
  • mcp: allow falling back for required env variables (52e2cb9)
  • publish: use npm registry directly for trusted publishing support (45312cc)

Chores

  • internal: codegen related update (ef15441)
  • internal: codegen related update (6f4e1eb)
  • mcp: up tsconfig lib version to es2022 (6bbfcf2)

1.1.0 (2026-01-24)

Full Changelog: v1.0.0...v1.1.0

Features

Chores

  • ci: upgrade actions/github-script (be78ddc)
  • internal: update lock file (0055150)

1.0.0 (2026-01-21)

Full Changelog: v0.17.0...v1.0.0

Features

0.17.0 (2026-01-19)

Full Changelog: v0.16.0...v0.17.0

Features

Chores

  • internal: update actions/checkout version (f7a7aa1)

0.16.0 (2026-01-17)

Full Changelog: v0.15.3...v0.16.0

Features

Bug Fixes

  • Parse examples in comments (e69d254)

0.15.3 (2026-01-16)

Full Changelog: v0.15.2...v0.15.3

0.15.2 (2026-01-16)

Full Changelog: v0.15.1...v0.15.2

0.15.1 (2026-01-16)

Full Changelog: v0.15.0...v0.15.1

0.15.0 (2026-01-16)

Full Changelog: v0.14.1...v0.15.0

Features

  • api: adding oidc for npm publishing (9b5f1e6)
  • api: Consolidate more pagination, rename functions (6156441)
  • api: manual updates (741ea9c)

Chores

  • internal: upgrade babel, qs, js-yaml (e212b85)
  • mcp: add intent param to execute tool (1743c32)
  • mcp: pass intent param to execute handler (501b60e)
  • mcp: upgrade dependencies (c9bbf4c)

0.14.1 (2026-01-14)

Full Changelog: v0.14.0...v0.14.1

Chores

0.14.0 (2026-01-14)

Full Changelog: v0.13.1...v0.14.0

Features

Bug Fixes

0.13.1 (2026-01-14)

Full Changelog: v0.13.0...v0.13.1

Chores

  • configure new SDK language (c997afd)
  • internal: configure MCP Server hosting (3388583)

0.13.0 (2026-01-10)

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

Features

0.12.0 (2026-01-08)

Full Changelog: v0.11.0...v0.12.0

Features

  • api: add list commands to pipeline file images (f3d15aa)

Chores

  • break long lines in snippets into multiline (be79fed)

0.11.0 (2026-01-07)

Full Changelog: v0.10.0...v0.11.0

Features

0.10.0 (2026-01-06)

Full Changelog: v0.9.0...v0.10.0

Features

Chores

  • internal: codegen related update (992cdd7)

0.9.0 (2025-12-23)

Full Changelog: v0.8.1...v0.9.0

Features

Chores

  • internal: codegen related update (2da8f95)

0.8.1 (2025-12-06)

Full Changelog: v0.8.0...v0.8.1

Bug Fixes

  • mcp: correct code tool API endpoint (4be8229)
  • mcp: return correct lines on typescript errors (53e6cf6)

Chores

  • internal: codegen related update (f8a6f4c)
  • internal: codegen related update (0f7b512)

0.8.0 (2025-12-04)

Full Changelog: v0.7.0...v0.8.0

Features

  • api: add list page screenshots/figures (c24fc9c)

0.7.0 (2025-12-03)

Full Changelog: v0.6.0...v0.7.0

Features

Chores

  • internal: upgrade eslint (31a164f)

0.6.0 (2025-12-03)

Full Changelog: v0.5.0...v0.6.0

Features

  • api: add some missing endpoints (00263ce)

0.5.0 (2025-12-02)

Full Changelog: v0.4.0...v0.5.0

Features

0.4.0 (2025-12-02)

Full Changelog: v0.3.0...v0.4.0

Features

Chores

  • client: fix logger property type (2b784ef)

0.3.0 (2025-11-23)

Full Changelog: v0.2.0...v0.3.0

Features

0.2.0 (2025-11-19)

Full Changelog: v0.1.0...v0.2.0

Features

0.1.0 (2025-11-07)

Full Changelog: v0.0.1...v0.1.0

Features

Chores