Skip to content

Commit ca2ea6d

Browse files
release: 1.1.0
1 parent b785d39 commit ca2ea6d

5 files changed

Lines changed: 33 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## 1.1.0 (2025-12-08)
4+
5+
Full Changelog: [v1.0.0...v1.1.0](https://github.com/runloopai/api-client-ts/compare/v1.0.0...v1.1.0)
6+
7+
### Features
8+
9+
* **blueprints:** Add build context to the OpenAPI spec ([#6494](https://github.com/runloopai/api-client-ts/issues/6494)) ([555afbf](https://github.com/runloopai/api-client-ts/commit/555afbf4693ffe511f8e2a119cc0a10c87c9d747))
10+
* **devbox:** added suspend async and promoted suspend to automatically await the devbox running ([#670](https://github.com/runloopai/api-client-ts/issues/670)) ([e814e00](https://github.com/runloopai/api-client-ts/commit/e814e000496e923023e525b038efcb39e34b4cdd))
11+
* **devbox:** default to x86 arch ([b785d39](https://github.com/runloopai/api-client-ts/commit/b785d390aa65680a36e82c3b3611400ba736ca26))
12+
* **devbox:** return user for createSshKey ([1c89956](https://github.com/runloopai/api-client-ts/commit/1c8995696c51df65dcba397bf75f4a679467f0a2))
13+
14+
15+
### Bug Fixes
16+
17+
* **api:** don't ignore devbox keep_alive, suspend and resume in api ([1729f0d](https://github.com/runloopai/api-client-ts/commit/1729f0dcde44c07f0283ea2b41cd2b23542d4f09))
18+
* **devbox:** launch parameter typo ([36fcaed](https://github.com/runloopai/api-client-ts/commit/36fcaedee354ba18722a13f27acf4494e8fbad35))
19+
* **mcp:** correct code tool API endpoint ([7082ed8](https://github.com/runloopai/api-client-ts/commit/7082ed854fd5c314cffcc5459c72dd8ef9950082))
20+
* **mcp:** return correct lines on typescript errors ([9ffc0be](https://github.com/runloopai/api-client-ts/commit/9ffc0be4959ab40d5687bc6846ad075bc4000efd))
21+
* **scorer:** fixed RL_TEST_CONTEXT to RL_SCORER_CONTEXT ([00b9ed7](https://github.com/runloopai/api-client-ts/commit/00b9ed7200b6e505b038bd339e2c38f39467fe43))
22+
23+
24+
### Chores
25+
26+
* hide build context APIs ([4e618a1](https://github.com/runloopai/api-client-ts/commit/4e618a11fecbd75904c70de766bf5219f29c5af2))
27+
* **internal:** codegen related update ([497439c](https://github.com/runloopai/api-client-ts/commit/497439c77637b44ee4e9f485c1949b80f3c15b65))
28+
* **internal:** codegen related update ([67cb28d](https://github.com/runloopai/api-client-ts/commit/67cb28d568306c0d94ac5ae8e850a33ff8f64f41))
29+
* **mounts:** Update documentation for deprecated fields to direct the user to the replacement API ([8514f04](https://github.com/runloopai/api-client-ts/commit/8514f047c524c39e6786a99d1b317bf12677899e))
30+
331
## 1.0.0 (2025-12-01)
432

533
Full Changelog: [v0.69.0...v1.0.0](https://github.com/runloopai/api-client-ts/compare/v0.69.0...v1.0.0)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runloop/api-client",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "The official TypeScript library for the Runloop API",
55
"author": "Runloop <support@runloop.ai>",
66
"types": "dist/sdk.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.0.0'; // x-release-please-version
1+
export const VERSION = '1.1.0'; // x-release-please-version

0 commit comments

Comments
 (0)