Skip to content

Latest commit

 

History

History
317 lines (195 loc) · 21.6 KB

File metadata and controls

317 lines (195 loc) · 21.6 KB

Changelog

0.11.0 (2026-07-31)

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

Features

  • expose per-tenant enrichment status and backlog metric (ENG-1670) (6c72606)

Bug Fixes

  • taxonomy: 404 node records on a tenant mismatch (ENG-1887) (bd87201)

0.10.0 (2026-07-18)

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

Features

  • stlc: configurable CI runner and private-production-repo support in workflow templates (56b855b)

Bug Fixes

  • ci: bump @arethetypeswrong/cli to ^0.18.0 and run CI workflows on Node 24 (82ee87e)

0.9.0 (2026-07-08)

Full Changelog: v0.8.0...v0.9.0

Features

  • add GET /v1/feedback-records/count endpoint (f40fbd0)

0.8.0 (2026-07-08)

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

Features

  • add value_id to feedback records for stable option identity (e278f76)
  • support directory-scoped taxonomy runs (b66b220)

0.7.0 (2026-07-06)

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

Features

  • enrichment: shared classify framework and emotion enrichment (87b5522)

0.6.0 (2026-07-03)

Full Changelog: v0.5.2...v0.6.0

Features

  • add tenant settings for language enrichment (ca388ab)
  • sentiment: add sentiment enrichment for open-text feedback (4a61e37)
  • serialize tenant-owned writes against tenant data purges (ENG-1013) (266efe1)

Bug Fixes

  • client: send content-type header for requests with an omitted optional body (6fca8e9)

Chores

  • adds openapi spec for taxonomy endpoints (5c1496b)
  • no tenant_id on similar search (12b2c9c)
  • updates tenant deletion to also remove taxonomy data (8a52caf)

0.5.2 (2026-05-24)

Full Changelog: v0.5.1...v0.5.2

Chores

  • tenant data bulk delete (a4b80c3)

0.5.1 (2026-05-19)

Full Changelog: v0.5.0...v0.5.1

Bug Fixes

  • typescript: upgrade tsc-multi so that it works with Node 26 (2f297fe)

Chores

  • redact api-key headers in debug logs (1c84b35)
  • tests: remove redundant File import (1edb70a)

Documentation

0.5.0 (2026-05-01)

Full Changelog: v0.4.4...v0.5.0

⚠ BREAKING CHANGES

  • api: rename user identifier to user id

Features

  • support setting headers via env (80c84a6)

Bug Fixes

  • enforce tenant scope on webhooks (1abf2ea)

Chores

  • avoid formatting file that gets changed during releases (c76d1a7)
  • format: run eslint and prettier separately (61345de)
  • formatter: run prettier and eslint separately (ef198dd)
  • internal: codegen related update (a4f6c04)
  • internal: more robust bootstrap script (fe8bd98)
  • restructure docs search code (7c84afa)

Documentation

  • fix Hub documentation inconsistencies (effaee5)

Refactors

  • api: rename user identifier to user id (391eeaa)
  • rename google vertex provider to gemini (27bf670)

0.4.4 (2026-04-10)

Full Changelog: v0.4.3...v0.4.4

Chores

  • internal: codegen related update (0739fce)
  • internal: fix MCP server import ordering (7e77df7)
  • internal: show error causes in MCP servers when running in local mode (e99bb20)
  • internal: support type annotations when running MCP in local execution mode (819033c)
  • mcp-server: increase local docs search result count from 5 to 10 (79579ac)
  • mcp-server: log client info (8683d8c)

0.4.3 (2026-04-01)

Full Changelog: v0.4.2...v0.4.3

Bug Fixes

  • internal: gitignore generated oidc dir (4069db2)

Chores

  • ci: escape input path in publish-npm workflow (db02dff)
  • ci: skip lint on metadata-only changes (b87e8b4)
  • internal: fix MCP server TS errors that occur with required client options (e86f0a9)
  • internal: improve local docs search for MCP servers (93e4bda)
  • internal: improve local docs search for MCP servers (709a944)
  • internal: support custom-instructions-path flag in MCP servers (829ce32)
  • internal: support local docs search in MCP servers (579f58b)
  • internal: update gitignore (7afa43a)
  • mcp-server: add support for session id, forward client info (a0c1d7d)

0.4.2 (2026-03-17)

Full Changelog: v0.4.1...v0.4.2

Chores

  • Google Vertex AI support (a5ee88f)
  • internal: codegen related update (4009a58)
  • internal: codegen related update (ccfee0a)
  • internal: codegen related update (40c92d5)
  • internal: codegen related update (cb61137)
  • internal: codegen related update (00bdd4e)
  • internal: codegen related update (81dafcc)
  • internal: codegen related update (bef048c)
  • internal: codegen related update (4662e2b)
  • internal: codegen related update (25c70d4)
  • internal: codegen related update (ccfb19c)
  • internal: codegen related update (6118c55)
  • internal: make generated MCP servers compatible with Cloudflare worker environments (a23cc61)
  • internal: support x-stainless-mcp-client-envs header in MCP servers (ff5b514)
  • internal: support x-stainless-mcp-client-permissions headers in MCP servers (8dbe8db)
  • internal: tweak CI branches (51c14db)
  • internal: update lock file (9eca1d6)
  • internal: update lockfile (5a40fac)

0.4.1 (2026-03-10)

Full Changelog: v0.4.0...v0.4.1

Chores

  • internal: codegen related update (9705ee4)
  • internal: update dependencies to address dependabot vulnerabilities (b1ee26e)
  • update SDK settings (7d37a29)
  • update SDK settings (21b7534)

0.4.0 (2026-03-09)

Full Changelog: v0.3.1...v0.4.0

Features

  • Add keyset (cursor) pagination to list endpoints (40304bd)
  • feedback-records: add submission_id for grouped submissions and idempotent ingestion (c2e90e1)
  • mcp: add an option to disable code tool (4a27cac)
  • semantic search and similar feedback API (c164990)

Bug Fixes

  • client: preserve URL params already embedded in path (9a67acf)
  • docs/contributing: correct pnpm link command (a8221ee)
  • mcp: initialize SDK lazily to avoid failing the connection on init errors (d8af0e7)
  • mcp: update prompt (252cb30)

Chores

  • Address Hub OpenAPI AI-review feedback (01c581e)
  • CI, config, security, and new() pattern improvements (cdc3bfb)
  • ci: skip uploading artifacts on stainless-internal branches (5e6618d)
  • internal/client: fix form-urlencoded requests (25f798e)
  • internal: allow setting x-stainless-api-key header on mcp server requests (1e47337)
  • internal: cache fetch instruction calls in MCP server (0942424)
  • internal: codegen related update (460bc7c)
  • internal: codegen related update (0d51e30)
  • internal: codegen related update (8f72269)
  • internal: codegen related update (acec1f1)
  • internal: fix MCP Dockerfiles so they can be built without buildkit (c2d696c)
  • internal: fix MCP Dockerfiles so they can be built without buildkit (f6143d0)
  • internal: make MCP code execution location configurable via a flag (907745d)
  • internal: move stringifyQuery implementation to internal function (e46d05a)
  • internal: remove mock server code (cb34f47)
  • internal: upgrade @modelcontextprotocol/sdk and hono (1888b79)
  • internal: upgrade pnpm version (8f36818)
  • internal: use x-stainless-mcp-client-envs header for MCP remote code tool calls (3a99054)
  • mcp-server: improve instructions (a7800a0)
  • mcp-server: return access instructions for 404 without API key (8fe84f7)
  • mcp: correctly update version in sync with sdk (4d61e88)
  • update mock server docs (4aa2c95)

0.3.1 (2026-02-17)

Full Changelog: v0.3.0...v0.3.1

Chores

0.3.0 (2026-02-17)

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

Features

  • api: change hub mcp name (4728a2b)

0.2.0 (2026-02-17)

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

Features

Chores

0.1.0 (2026-02-17)

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

Features

  • mcp: add initial server instructions (104db9a)

Bug Fixes

  • client: avoid memory leak with abort signals (8821037)
  • client: avoid removing abort listener too early (f79ee0c)

Chores

  • client: do not parse responses with empty content-length (e9b363a)
  • client: restructure abort controller binding (a8726ec)
  • configure new SDK language (9827812)
  • internal: add health check to MCP server when running in HTTP mode (a305c47)
  • internal: allow basic filtering of methods allowed for MCP code mode (e4b5db4)
  • internal: always generate MCP server dockerfiles and upgrade associated dependencies (d2dbd77)
  • internal: avoid type checking errors with ts-reset (30887f7)
  • internal: configure MCP Server hosting (3e8aa93)
  • internal: improve layout of generated MCP server files (116112c)
  • internal: improve reliability of MCP servers when using local code mode execution (2405f84)
  • internal: refactor flag parsing for MCP servers and add debug flag (b94ae48)
  • internal: support oauth authorization code flow for MCP servers (57e5b81)
  • internal: upgrade pnpm (eca7a75)
  • mcp: forward STAINLESS_API_KEY to docs search endpoint (6986e02)
  • update SDK settings (f8b4001)