Skip to content

Latest commit

 

History

History
715 lines (400 loc) · 36.1 KB

File metadata and controls

715 lines (400 loc) · 36.1 KB

Changelog

1.32.0 (2026-04-22)

Full Changelog: v1.31.1...v1.32.0

Features

1.31.1 (2026-04-22)

Full Changelog: v1.31.0...v1.31.1

Chores

  • internal: more robust bootstrap script (545455e)

1.31.0 (2026-04-21)

Full Changelog: v1.30.0...v1.31.0

Features

  • KNO-12791: Add workflow recipient run APIs (f0bf2cc)

Chores

  • tests: bump steady to v0.22.1 (20638d8)

1.30.0 (2026-04-13)

Full Changelog: v1.29.1...v1.30.0

Features

Bug Fixes

  • client: preserve URL params already embedded in path (9b062b3)
  • fix request delays for retrying to be more respectful of high requested delays (b9d1d6a)
  • internal: gitignore generated oidc dir (24c5041)

Chores

  • ci: skip lint on metadata-only changes (5f134e8)
  • ci: skip uploading artifacts on stainless-internal branches (6951420)
  • docs: add missing descriptions (58eb5c2)
  • internal: codegen related update (60581bb)
  • internal: codegen related update (6bceb8d)
  • internal: move stringifyQuery implementation to internal function (2433b0f)
  • internal: tweak CI branches (b444a1e)
  • internal: update dependencies to address dependabot vulnerabilities (4757ded)
  • internal: update gitignore (7006260)
  • internal: update multipart form array serialization (5f7eac1)
  • test: do not count install time for mock server timeout (c1d697b)
  • tests: bump steady to v0.19.4 (5bd98bb)
  • tests: bump steady to v0.19.5 (b7e38fb)
  • tests: bump steady to v0.19.6 (e9e77d9)
  • tests: bump steady to v0.19.7 (62ad605)
  • tests: bump steady to v0.20.1 (f4e9d22)
  • tests: bump steady to v0.20.2 (b5e1e99)

Documentation

Refactors

  • tests: switch from prism to steady (631277a)

1.29.1 (2026-02-23)

Full Changelog: v1.29.0...v1.29.1

Chores

1.29.0 (2026-02-23)

Full Changelog: v1.28.0...v1.29.0

Features

Bug Fixes

  • client: avoid memory leak with abort signals (d8cb362)
  • client: avoid removing abort listener too early (dfe3e70)
  • docs/contributing: correct pnpm link command (439d2eb)

Chores

  • ci: upgrade actions/github-script (d3c6eed)
  • client: do not parse responses with empty content-length (5feca1e)
  • client: restructure abort controller binding (dbc9d1a)
  • internal/client: fix form-urlencoded requests (d70cd83)
  • internal: avoid type checking errors with ts-reset (666d1b4)
  • internal: codegen related update (5def577)
  • internal: fix pagination internals not accepting option promises (311a889)
  • internal: update actions/checkout version (2048a84)
  • update mock server docs (f8e68be)

1.28.0 (2026-01-15)

Full Changelog: v1.27.0...v1.28.0

Features

Chores

  • break long lines in snippets into multiline (f3328b4)
  • internal: codegen related update (c48d266)
  • internal: upgrade babel, qs, js-yaml (8df5742)

1.27.0 (2025-12-29)

Full Changelog: v1.26.0...v1.27.0

Features

  • tokenSigner: add optional jti claim to prevent duplicate tokens (#147) (66bd591)

1.26.0 (2025-12-09)

Full Changelog: v1.25.0...v1.26.0

Features

1.25.0 (2025-12-05)

Full Changelog: v1.24.0...v1.25.0

Features

Bug Fixes

  • mcp: correct code tool API endpoint (13d5357)
  • mcp: return correct lines on typescript errors (a2343bf)

Chores

  • client: fix logger property type (422d2a7)
  • internal: codegen related update (613af21)
  • internal: codegen related update (281a4e4)
  • internal: upgrade eslint (6f09ada)

1.24.0 (2025-11-20)

Full Changelog: v1.23.0...v1.24.0

Features

  • api: Add bulk delete subscriptions (2adc8a2)
  • api: api update (a7ff6e1)

1.23.0 (2025-11-19)

Full Changelog: v1.22.1...v1.23.0

Features

1.22.1 (2025-11-12)

Full Changelog: v1.22.0...v1.22.1

Bug Fixes

  • kno-9922: fix unexpected 422 errors, better array handling (#141) (a265a62)

1.22.0 (2025-11-07)

Full Changelog: v1.21.0...v1.22.0

Features

1.21.0 (2025-10-24)

Full Changelog: v1.20.0...v1.21.0

Features

1.20.0 (2025-10-07)

Full Changelog: v1.19.0...v1.20.0

Features

Chores

  • internal: use npm pack for build uploads (f900cd4)
  • jsdoc: fix @link annotations to refer only to parts of the package‘s public interface (35695a0)

1.19.0 (2025-10-01)

Full Changelog: v1.18.0...v1.19.0

Features

Bug Fixes

  • KNO-9860: fix user token signing examples in README (#136) (e647568)

Performance Improvements

Chores

  • internal: codegen related update (eee4c5f)
  • internal: fix incremental formatting in some cases (d1e199e)
  • internal: ignore .eslintcache (8d12e3e)
  • internal: remove .eslintcache (fce85c8)
  • internal: remove deprecated compilerOptions.baseUrl from tsconfig.json (cf940cd)

1.18.0 (2025-09-23)

Full Changelog: v1.17.1...v1.18.0

Features

1.17.1 (2025-09-22)

Full Changelog: v1.17.0...v1.17.1

Chores

1.17.0 (2025-09-22)

Full Changelog: v1.16.0...v1.17.0

Features

  • api: set idempotency key header by default (f19ec37)

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (1795340)

1.16.0 (2025-09-10)

Full Changelog: v1.15.0...v1.16.0

Features

Bug Fixes

  • coerce nullable values to undefined (6f07ab2)

1.15.0 (2025-09-05)

Full Changelog: v1.14.1...v1.15.0

Features

Chores

1.14.1 (2025-08-28)

Full Changelog: v1.14.0...v1.14.1

Chores

  • internal: update global Error reference (f110897)

1.14.0 (2025-08-27)

Full Changelog: v1.13.0...v1.14.0

Features

1.13.0 (2025-08-23)

Full Changelog: v1.12.1...v1.13.0

Features

  • mcp: add code execution tool (c8ced1f)

Bug Fixes

Chores

  • add package to package.json (6c82f3a)
  • client: qualify global Blob (4abb378)
  • KNO-9521: add CJS instructions to README (#126) (a567528)
  • update CI script (693a157)

1.12.1 (2025-08-19)

Full Changelog: v1.12.0...v1.12.1

Bug Fixes

  • KNO-9510: fix token signing and grant exports (#122) (d7b45dd)

1.12.0 (2025-08-15)

Full Changelog: v1.11.8...v1.12.0

Features

Chores

  • internal: formatting change (45c032a)

1.11.8 (2025-08-15)

Full Changelog: v1.11.7...v1.11.8

Chores

  • deps: update dependency @types/node to v20.17.58 (bee2dd7)

1.11.7 (2025-08-13)

Full Changelog: v1.11.6...v1.11.7

Chores

  • internal: codegen related update (78ca4b3)

1.11.6 (2025-08-11)

Full Changelog: v1.11.5...v1.11.6

Bug Fixes

  • properly serialize arrays of objects in query params (#117) (c7b5aff)

1.11.5 (2025-08-11)

Full Changelog: v1.11.4...v1.11.5

Chores

  • internal: update comment in script (abf094c)

1.11.4 (2025-08-09)

Full Changelog: v1.11.3...v1.11.4

Chores

  • update @stainless-api/prism-cli to v5.15.0 (84cb94c)

1.11.3 (2025-08-07)

Full Changelog: v1.11.2...v1.11.3

Chores

  • internal: move publish config (76695ff)

1.11.2 (2025-07-30)

Full Changelog: v1.11.1...v1.11.2

Chores

  • internal: remove redundant imports config (886ee19)

1.11.1 (2025-07-15)

Full Changelog: v1.11.0...v1.11.1

Bug Fixes

  • add jose as dependency, export signUserToken from package root (#109) (061cd3f)

1.11.0 (2025-07-10)

Full Changelog: v1.10.3...v1.11.0

Features

Bug Fixes

  • ci: release-doctor — report correct token name (90c9bdd)
  • client: get fetchOptions type more reliably (556dcce)

Chores

  • add docs to RequestOptions type (4fc8c09)
  • ci: only run for pushes and fork pull requests (4a906c7)
  • client: improve path param validation (f9dc449)
  • make some internal functions async (fde6b31)

Refactors

  • types: replace Record with mapped types (8377542)

1.10.3 (2025-06-21)

Full Changelog: v1.10.2...v1.10.3

Bug Fixes

  • client: explicitly copy fetch in withOptions (64b02a4)

1.10.2 (2025-06-19)

Full Changelog: v1.10.1...v1.10.2

Chores

  • readme: use better example snippet for undocumented params (5b521fb)

1.10.1 (2025-06-18)

Full Changelog: v1.10.0...v1.10.1

Chores

1.10.0 (2025-06-17)

Full Changelog: v1.9.0...v1.10.0

Features

  • client: add support for endpoint-specific base URLs (42eb7ac)

Chores

  • ci: enable for pull requests (427b10d)
  • client: refactor imports (9a339e7)

1.9.0 (2025-06-14)

Full Changelog: v1.8.0...v1.9.0

Features

Bug Fixes

  • publish script — handle NPM errors correctly (989cb57)

Chores

  • internal: add pure annotations, make base APIResource abstract (eb478b7)

1.8.0 (2025-06-12)

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

Features

Bug Fixes

  • kno-8729: use jose instead of crypto so token signing works with vercel edge runtime (#101) (698ffcc)

Chores

  • avoid type error in certain environments (e6c0c70)

1.7.0 (2025-06-06)

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

Features

1.6.0 (2025-06-04)

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

Features

Chores

  • adjust eslint.config.mjs ignore pattern (eca74d1)
  • docs: use top-level-await in example snippets (3723e9d)
  • internal: fix readablestream types in node 20 (0ba897c)

1.5.0 (2025-05-31)

Full Changelog: v1.4.1...v1.5.0

Features

Chores

  • deps: bump eslint-plugin-prettier (696950a)
  • internal: update jest config (70e7efc)

1.4.1 (2025-05-29)

Full Changelog: v1.4.0...v1.4.1

Bug Fixes

  • compat with more runtimes (6a152ad)

1.4.0 (2025-05-28)

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

Features

Chores

  • docs: grammar improvements (56eb6f8)
  • improve publish-npm script --latest tag logic (c5604a8)

1.3.0 (2025-05-20)

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

Features

1.2.0 (2025-05-15)

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

Features

  • api: api update (6df1491)
  • api: removes duplicate activities section (1302808)

Chores

  • package: remove engines (6fa64d3)

1.1.0 (2025-05-10)

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

Features

Bug Fixes

  • client: always overwrite when merging headers (a2bfbc1)

Chores

  • client: drop support for EOL node versions (3ed1d02)

Documentation

1.0.0 (2025-05-01)

Full Changelog: v0.6.19...v1.0.0

Features

Chores

Documentation