Skip to content

Latest commit

 

History

History
192 lines (169 loc) · 23.7 KB

File metadata and controls

192 lines (169 loc) · 23.7 KB

Changelog

0.1.0-alpha.2 (2025-10-16)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

Features

Performance Improvements

Chores

  • clean up LICENSING after legal review (#3) (da51ba0)
  • do not install brew dependencies in ./scripts/bootstrap by default (58a58de)
  • internal: codegen related update (caea2ff)
  • internal: fix incremental formatting in some cases (353630a)
  • internal: ignore .eslintcache (49808e2)
  • internal: remove .eslintcache (b318cc0)
  • internal: remove deprecated compilerOptions.baseUrl from tsconfig.json (3c74bff)
  • internal: use npm pack for build uploads (2b378fc)
  • jsdoc: fix @link annotations to refer only to parts of the package‘s public interface (ffed53e)
  • update author (3dd3c2d)
  • update github actions (d678611)

0.1.0-alpha.1 (2025-09-12)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

  • api: add gpu droplets (f772bbe)
  • api: add gpu droplets (e9f32b9)
  • api: collected updates 8/4 (2512acd)
  • api: define api links and meta as shared models (e718dff)
  • api: enable typescript (074ed6b)
  • api: make kwargs match the env vars (6938951)
  • api: manual updates (deb1daf)
  • api: manual updates (f76c65d)
  • api: manual updates (d380fc4)
  • api: manual updates (7dfa331)
  • api: manual updates (8841ba0)
  • api: manual updates (c5f3842)
  • api: manual updates (e3a6416)
  • api: manual updates (d0cef1c)
  • api: manual updates (94489fa)
  • api: manual updates (f40ea72)
  • api: manual updates (401c252)
  • api: manual updates (b9fc035)
  • api: manual updates (7c21452)
  • api: manual updates (d1e0966)
  • api: manual updates (22be80e)
  • api: manual updates (a80e30e)
  • api: manual updates (b10da1f)
  • api: manual updates (487a222)
  • api: remove GRADIENTAI env vars (58f3479)
  • api: rename environment variables (6640346)
  • api: share chat completion chunk model between chat and agent.chat (3803591)
  • api: update OpenAI spec and add endpoint/smodels (5c8b7ad)
  • api: update to package gradient (b41e3e0)
  • api: update via SDK Studio (66256ea)
  • api: update via SDK Studio (ed3a886)
  • api: update via SDK Studio (2d4e9ab)
  • api: update via SDK Studio (2a55dad)
  • api: update via SDK Studio (8bc0416)
  • api: update via SDK Studio (a97caac)
  • api: update via SDK Studio (bbe4664)
  • api: update via SDK Studio (ffece9c)
  • api: update via SDK Studio (4dc906c)
  • api: update via SDK Studio (24c6ed7)
  • api: update via SDK Studio (d511e36)
  • api: update via SDK Studio (925ea7d)
  • api: update via SDK Studio (b7c8527)
  • api: update via SDK Studio (23fdd6f)
  • api: update via SDK Studio (152d7be)
  • api: update via SDK Studio (0e90f74)
  • api: update via SDK Studio (6e0b74a)
  • api: update via SDK Studio (13fb500)
  • api: update via SDK Studio (92ca5df)
  • api: update via SDK Studio (2917ddb)
  • api: update via SDK Studio (7eb007a)
  • api: update via SDK Studio (ccc3c7c)
  • api: update via SDK Studio (eed411d)
  • api: update via SDK Studio (03e423c)
  • api: update via SDK Studio (b2fab92)
  • api: update via SDK Studio (68d87cc)
  • api: update via SDK Studio (f432058)
  • api: update via SDK Studio (05b4163)
  • api: update via SDK Studio (3e0a84a)
  • api: update via SDK Studio (a1b026d)
  • api: update via SDK Studio (7b9528b)
  • api: update via SDK Studio (84a4e08)
  • api: update via SDK Studio (0a9ca71)
  • api: update via SDK Studio (17c711e)
  • api: update via SDK Studio (776ea44)
  • api: update via SDK Studio (f2ea88f)
  • api: update via SDK Studio (b6b96cb)
  • client: add agent_domain option (25857d4)
  • client: add support for endpoint-specific base URLs (d89b7fe)
  • client: setup streaming (d4d70b7)
  • mcp: add code execution tool (ec6d234)
  • mcp: add logging when environment variable is set (f686498)
  • mcp: add option to infer mcp client (7035ebd)
  • mcp: add unix socket option for remote MCP (a4802fa)
  • mcp: allow setting logging level (abdcd50)
  • mcp: expose client options in streamableHTTPApp (278e5d3)
  • mcp: parse query string as mcp client options in mcp server (3b19c09)
  • mcp: remote server with passthru auth (b120f99)
  • mcp: support filtering tool results by a jq expression (8c5c9a8)

Bug Fixes

  • avoid console usage (290a7d4)
  • client: explicitly copy fetch in withOptions (21a6e40)
  • client: get fetchOptions type more reliably (9387d5a)
  • coerce nullable values to undefined (4fd8c14)
  • mcp: avoid sending jq_filter to base API (73ed7d0)
  • mcp: fix bug in header handling (506bc3d)
  • mcp: fix query options parsing (7de5e1b)
  • mcp: fix tool description of jq_filter (855536c)
  • mcp: generate additionalProperties=true for map schemas to avoid validation issues (19f2392)
  • mcp: include required section for top-level properties and support naming transformations (efeaaab)
  • mcp: relax input type for asTextContextResult (9223bbd)
  • mcp: reverse validJson capability option and limit scope (191d4e7)
  • mcp: support jq filtering on cloudflare workers (786f8fc)
  • mcp: update dxt manifest.json files (a962d4f)
  • publish script — handle NPM errors correctly (c7e5e7b)

Chores

  • add docs to RequestOptions type (036287b)
  • add package to package.json (538e3c5)
  • avoid type error in certain environments (45fed34)
  • change publish docs url (e86c5a5)
  • ci build action (a456009)
  • ci: enable for pull requests (188ca97)
  • ci: only run for pushes and fork pull requests (2103968)
  • client: improve path param validation (83de9b1)
  • client: qualify global Blob (22a3568)
  • client: refactor imports (499fe31)
  • configure new SDK language (dc303ec)
  • configure new SDK language (bd9a283)
  • deps: update dependency @types/node to v20.17.58 (06afe5e)
  • internal: add pure annotations, make base APIResource abstract (888b27b)
  • internal: codegen related update (823cfc3)
  • internal: codegen related update (df8841a)
  • internal: codegen related update (f198423)
  • internal: codegen related update (b773ac0)
  • internal: codegen related update (c7a1e62)
  • internal: codegen related update (7bf54b2)
  • internal: codegen related update (f856263)
  • internal: formatting change (107664a)
  • internal: make mcp-server publishing public by defaut (124c04e)
  • internal: move publish config (fe04f40)
  • internal: refactor array check (7fe07d8)
  • internal: remove redundant imports config (a5dc058)
  • internal: update comment in script (19b47ea)
  • internal: update global Error reference (c284df6)
  • make some internal functions async (246aa3b)
  • mcp: add cors to oauth metadata route (c11ef25)
  • mcp: document remote server in README.md (3eb386a)
  • mcp: formatting (29aedab)
  • mcp: minor cleanup of types and package.json (0ca18f3)
  • mcp: refactor streamable http transport (ed978c7)
  • mcp: rework imports in tools (b55308d)
  • mcp: update package.json (31b5b66)
  • mcp: update README (ffe6539)
  • mcp: update types (29cda0b)
  • Move model providers (d0cef1c)
  • readme: update badges (8d67c06)
  • readme: use better example snippet for undocumented params (242083a)
  • ts: reorder package.json imports (5b21f0b)
  • update @stainless-api/prism-cli to v5.15.0 (9197a69)
  • update CI script (0922a6e)
  • update SDK settings (d90e863)
  • update SDK settings (b57725c)
  • update SDK settings (df1afd0)

Refactors

  • types: replace Record with mapped types (bc4ebfb)