Releases: runloopai/api-client-ts
Releases · runloopai/api-client-ts
v1.14.0
v1.13.0
v1.12.0
1.12.0 (2026-03-24)
Full Changelog: v1.11.2...v1.12.0
Features
- [beta] adding axon, an event communication channel (#8268) (81f048a)
- tunnel example (#741) (222e123)
Bug Fixes
- add AxonEventView schema to OpenAPI spec for SSE subscribe endpoint (#8274) (6966e67)
- add name to Axon (#8277) (3e9232b)
- avoid actually calling claude in example (#753) (7425502)
- tunnels: allow tunnel removal (#8257) (049b89c)
Chores
- internal: update gitignore (52bd497)
- remove dead port configuration code, mark deprecated / ignored in the API (#8195) (960a249)
- tests: bump steady to v0.19.4 (3b49bf8)
- tests: bump steady to v0.19.5 (c7d6cc2)
- tests: bump steady to v0.19.6 (695a7d2)
Documentation
Refactors
v1.11.2
1.11.2 (2026-03-19)
Full Changelog: v1.11.1...v1.11.2
Chores
- remove create_tunnel endpoint (5076da2)
v1.11.1
1.11.1 (2026-03-18)
Full Changelog: v1.11.0...v1.11.1
Chores
- configure new SDK language (64381c0)
- configure new SDK language (c710951)
- internal: make generated MCP servers compatible with Cloudflare worker environments (53f0208)
- internal: support x-stainless-mcp-client-envs header in MCP servers (9b4769e)
- internal: support x-stainless-mcp-client-permissions headers in MCP servers (624d5f1)
- internal: tweak CI branches (1064841)
v1.11.0
1.11.0 (2026-03-10)
Full Changelog: v1.10.3...v1.11.0
Features
- documentation: added self-documenting examples (#733) (c11402d)
- replace polling with long-poll loop for wait endpoints (#745) (9c81c01)
- sdk: added secrets as first class concepts and examples (#739) (c82944a)
Bug Fixes
- add logs to devboxes, smoke tests & examples (#742) (0462122)
- client: preserve URL params already embedded in path (1a4be5a)
- default initial timeout delay for polling reduced to 0 seconds (#744) (8694d51)
Chores
- ci: skip uploading artifacts on stainless-internal branches (7a33109)
- documentation: correct exec advice (#738) (4d9624c)
- documentation: fix some broken links and bad example code (#736) (842c9bc)
- fix smoketest tunnel removal (#735) (2b15fa6)
- internal: codegen related update (7fd0cfd)
- shard smoketests in workflow (#743) (ea55929)
- test: do not count install time for mock server timeout (d0cdc76)
- update placeholder string (77a7e9a)
v1.10.3
1.10.3 (2026-02-27)
Full Changelog: v1.10.2...v1.10.3
Bug Fixes
Chores
- add mcp example (#730) (ed77255)
- internal: move stringifyQuery implementation to internal function (aab68c2)