Releases: runloopai/api-client-ts
Releases · runloopai/api-client-ts
v1.3.1
1.3.1 (2026-01-28)
Full Changelog: v1.3.0...v1.3.1
Features
Bug Fixes
- smoketest workflow workflow_call event checkout on caller repo (#687) (77d82a9)
- updating the readme (#692) (80fb27a)
Chores
v1.3.0
1.3.0 (2026-01-22)
Full Changelog: v1.2.0-beta-2...v1.3.0
Features
- adding network policies oo concepts (#680) (4f01339)
- sdk: Scenario (#684) (c7c3274)
- sdk: ScenarioRun class (#681) (52a9275)
Chores
- fix npm publish (#689) (f161f1c)
- fix stainless spec / remove deprecated benchmark/runs (#7074) (d772c92)
- make smoketest workflow support workflow_call event (#686) (505de6b)
- update network policy create params descriptions (#7069) (159b43f)
Refactors
- benchmark: Deprecate /benchmark/{id}/runs in favor of /benchmark_runs (#7019) (33624ce)
v1.2.0-beta-2
v1.2.0-beta
1.2.0-beta (2026-01-19)
Full Changelog: v1.1.0...v1.2.0-beta
Features
- benchmarks: add
update_scenariosmethod to benchmarks resource (4ef2680) - devbox: remove this one (ffe23be)
- mounts: add convenience helper for inline mounting storage objects (#675) (2e5866c)
- network-policy: add network policies to api (fd7c42c)
- sdk: added scorers to OO SDK (#679) (ee67c94)
Bug Fixes
- benchmarks:
update()for benchmarks and scenarios replaces all provided fields and does not modify unspecified fields (#6702) (0c2e0f0) - documentation: added types to the typedoc main list and fixed some decorators (#677) (392007d)
Chores
v1.1.0
1.1.0 (2025-12-13)
Full Changelog: v1.0.0...v1.1.0
Features
- blueprints: Add build context to the OpenAPI spec (#6494) (e295c86)
- devbox: added stdin streaming endpoint (2610c5d)
- devbox: added suspend async and promoted suspend to automatically await the devbox running (#670) (e814e00)
- devbox: default to x86 arch (e040bc2)
- devbox: return user for createSshKey (3e8406b)
- ignore matcher: support for .dockerignore for build context (#673) (a843d54)
Bug Fixes
- api: don't ignore devbox keep_alive, suspend and resume in api (a5143ef)
- devbox: launch parameter typo (2ef3ede)
- mcp: correct code tool API endpoint (8932b2d)
- mcp: return correct lines on typescript errors (4ebe08c)
- scorer: fixed RL_TEST_CONTEXT to RL_SCORER_CONTEXT (e810958)
Chores
v1.0.0
v0.69.0
v0.68.0
0.68.0 (2025-11-19)
Full Changelog: v0.67.1...v0.68.0
Features
- blueprint: adds queued state (c8f5e0b)
- blueprints: cleanup the BuildContext API (#6407)\n\nTest (8bd1c44)
- blueprints: prevent deletion of blueprints with dependent snapshots (f52eb9a)
- devbox: adding devbox execution std out / err last n lines (#643) (71de54c)
- object: added ability to give objects a Time To Live, after which they are automatically deleted.\nfeat(blueprints): Added the ability to attach objects as build contexts that can be referenced in your Dockerfile. (0ee5067)
- streaming: harden SSE timeout recovery (#645) (cb249a7)
Bug Fixes
v0.67.1
0.67.1 (2025-11-05)
Full Changelog: v0.67.0...v0.67.1
Features
- api: api update (d3eff9f)
Documentation
v0.67.0
0.67.0 (2025-11-04)
Full Changelog: v0.66.1...v0.67.0
⚠ BREAKING CHANGES
- add realtime stdout/stderr/output callbacks to devbox exec + execAsync for SSE log streaming completion (#638)