Skip to content

Commit 93659a8

Browse files
release: 1.1.0
1 parent 4daaa1e commit 93659a8

5 files changed

Lines changed: 32 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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
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)) ([a85135d](https://github.com/runloopai/api-client-ts/commit/a85135d0d9434a0c0f6c0e1bd120b886d55d567c))
10+
* **devbox:** default to x86 arch ([4daaa1e](https://github.com/runloopai/api-client-ts/commit/4daaa1e17fb4df098f4b8d5a2544945b86ad1177))
11+
* **devbox:** return user for createSshKey ([fce48c6](https://github.com/runloopai/api-client-ts/commit/fce48c623cd7e6f6713b3a3ccca08a5beadcbdc5))
12+
13+
14+
### Bug Fixes
15+
16+
* **api:** don't ignore devbox keep_alive, suspend and resume in api ([c79686e](https://github.com/runloopai/api-client-ts/commit/c79686e1aee243fcd2c2b37cc79680fd8f9fbb4f))
17+
* **devbox:** launch parameter typo ([7ef8f9f](https://github.com/runloopai/api-client-ts/commit/7ef8f9f67806f1eea18d304158247f2f7927ce3d))
18+
* **mcp:** correct code tool API endpoint ([7f4e334](https://github.com/runloopai/api-client-ts/commit/7f4e33436119f7aa7a26af16ccdcbd92a63cbb1c))
19+
* **mcp:** return correct lines on typescript errors ([bd0bab8](https://github.com/runloopai/api-client-ts/commit/bd0bab82c59c9c0a01655fd8a8db79ed5506c40f))
20+
* **scorer:** fixed RL_TEST_CONTEXT to RL_SCORER_CONTEXT ([d54e9d0](https://github.com/runloopai/api-client-ts/commit/d54e9d0db22bbaf894462d5618e60eb1d443c928))
21+
22+
23+
### Chores
24+
25+
* hide build context APIs ([e5072e9](https://github.com/runloopai/api-client-ts/commit/e5072e9893c9c5f72ef846eb6654871c3cb7d50f))
26+
* **internal:** codegen related update ([5131007](https://github.com/runloopai/api-client-ts/commit/513100711255566db2b397fbc649fce59b0f369e))
27+
* **internal:** codegen related update ([6a52ee7](https://github.com/runloopai/api-client-ts/commit/6a52ee794f283d722d331dcd17c75e62f7728d64))
28+
* **mounts:** Update documentation for deprecated fields to direct the user to the replacement API ([429501b](https://github.com/runloopai/api-client-ts/commit/429501b5d0f66d9d904bceecf5e17dc3346ff295))
29+
330
## 1.0.0 (2025-12-01)
431

532
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)