Skip to content

Releases: runloopai/api-client-ts

v1.3.1

28 Jan 22:05
c4c8714

Choose a tag to compare

1.3.1 (2026-01-28)

Full Changelog: v1.3.0...v1.3.1

Features

  • benchmark: adding in progress benchmark runs for benchmark jobs (#7183) (65f75d9)

Bug Fixes

  • smoketest workflow workflow_call event checkout on caller repo (#687) (77d82a9)
  • updating the readme (#692) (80fb27a)

Chores

  • ci: upgrade actions/github-script (9417f0c)
  • remove api docs readme reference (#690) (dd16be0)

v1.3.0

22 Jan 16:50
3e8842d

Choose a tag to compare

1.3.0 (2026-01-22)

Full Changelog: v1.2.0-beta-2...v1.3.0

Features

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

20 Jan 00:16
a27ee7c

Choose a tag to compare

v1.2.0-beta-2 Pre-release
Pre-release

1.2.0-beta-2 (2026-01-20)

Full Changelog: v1.2.0-beta...v1.2.0-beta-2

Features

  • blueprint: Set cilium network policy on blueprint build (#7006) (038fc8a)

Chores

  • devbox: Remove network policy from devbox view; use launch params instead (#7025) (849bcfa)

v1.2.0-beta

19 Jan 19:13
fcc267a

Choose a tag to compare

v1.2.0-beta Pre-release
Pre-release

1.2.0-beta (2026-01-19)

Full Changelog: v1.1.0...v1.2.0-beta

Features

  • benchmarks: add update_scenarios method 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

  • break long lines in snippets into multiline (aea51a8)
  • internal: codegen related update (f2acb64)
  • internal: update actions/checkout version (6f2a8ae)
  • internal: upgrade babel, qs, js-yaml (3c31dd4)

v1.1.0

13 Dec 01:48
40a08f7

Choose a tag to compare

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

  • hide build context APIs (8ea7bba)
  • internal: codegen related update (09eb01d)
  • internal: codegen related update (83d2d6c)
  • mounts: Update documentation for deprecated fields to direct the user to the replacement API (1e68146)

v1.0.0

01 Dec 19:28
99f81b6

Choose a tag to compare

1.0.0 (2025-12-01)

Full Changelog: v0.69.0...v1.0.0

Features

  • devbox: added devbox.shell(shellName) command and stateful shell class to SDK (#665) (ad9474f)

Chores

  • blueprints: Add convenience build_context API that takes a StorageObject directly. (#666) (ec2beaf)
  • Remove broken tests and command_id for exec (#668) (0ca3940)

v0.69.0

25 Nov 01:06
ac72bd7

Choose a tag to compare

0.69.0 (2025-11-25)

Full Changelog: v0.68.0...v0.69.0

Features

  • devbox: unify api for devbox mounts (ea54ef5)
  • storage-objects: Adds a helper method to create an Object from a local directory (#656) (b87ac39)

Bug Fixes

  • sdk: Fix exports of the SDK not getting clobbered (#662) (b9ca9a1)

v0.68.0

19 Nov 01:26
5c21e94

Choose a tag to compare

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

  • file-mount: client side validation for file_mount size checks (#639) (30e7123)
  • snapshot: added "deleted" status to DevboxSnapshotStatus enum
  • storage-object added ObjectState enum, fixed createObject() to appropriately type content_type and state as the respective enums (5f8b203)

v0.67.1

05 Nov 01:32
3d97fca

Choose a tag to compare

0.67.1 (2025-11-05)

Full Changelog: v0.67.0...v0.67.1

Features

Documentation

v0.67.0

04 Nov 20:17
b6ad220

Choose a tag to compare

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)

Features

  • add realtime stdout/stderr/output callbacks to devbox exec + execAsync for SSE log streaming completion (#638) (c1fb163)