Skip to content

Commit ddf5341

Browse files
release: 1.11.0
1 parent 18f0be0 commit ddf5341

4 files changed

Lines changed: 31 additions & 3 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.10.3"
2+
".": "1.11.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.11.0 (2026-03-09)
4+
5+
Full Changelog: [v1.10.3...v1.11.0](https://github.com/runloopai/api-client-ts/compare/v1.10.3...v1.11.0)
6+
7+
### Features
8+
9+
* **documentation:** added self-documenting examples ([#733](https://github.com/runloopai/api-client-ts/issues/733)) ([c11402d](https://github.com/runloopai/api-client-ts/commit/c11402d2c8e8493dd05dad63316280921429ee94))
10+
* **sdk:** added secrets as first class concepts and examples ([#739](https://github.com/runloopai/api-client-ts/issues/739)) ([c82944a](https://github.com/runloopai/api-client-ts/commit/c82944a8ffd5342073c247edad72a7ddf69490b7))
11+
12+
13+
### Bug Fixes
14+
15+
* add logs to devboxes, smoke tests & examples ([#742](https://github.com/runloopai/api-client-ts/issues/742)) ([0462122](https://github.com/runloopai/api-client-ts/commit/04621224e5dde6fef942da969fbed84f19053066))
16+
* **client:** preserve URL params already embedded in path ([18f0be0](https://github.com/runloopai/api-client-ts/commit/18f0be01ad9630c3040a56d876e21c466f644005))
17+
* default initial timeout delay for polling reduced to 0 seconds ([#744](https://github.com/runloopai/api-client-ts/issues/744)) ([8694d51](https://github.com/runloopai/api-client-ts/commit/8694d51658fbca53e90f0fa8826eee600768292f))
18+
19+
20+
### Chores
21+
22+
* **ci:** skip uploading artifacts on stainless-internal branches ([1539090](https://github.com/runloopai/api-client-ts/commit/15390906dacd3a3250c66a442a91ca717eb788bb))
23+
* **documentation:** correct exec advice ([#738](https://github.com/runloopai/api-client-ts/issues/738)) ([4d9624c](https://github.com/runloopai/api-client-ts/commit/4d9624c80bfa4ab1f8490ca093307c0d961a930d))
24+
* **documentation:** fix some broken links and bad example code ([#736](https://github.com/runloopai/api-client-ts/issues/736)) ([842c9bc](https://github.com/runloopai/api-client-ts/commit/842c9bc2ec33aba85ec4b943ebfe86527ec49d05))
25+
* fix smoketest tunnel removal ([#735](https://github.com/runloopai/api-client-ts/issues/735)) ([2b15fa6](https://github.com/runloopai/api-client-ts/commit/2b15fa6f9ea185256d8a2b25008643b12dd6b732))
26+
* **internal:** codegen related update ([d08c5e0](https://github.com/runloopai/api-client-ts/commit/d08c5e0e6d89feb040d4c7f20a40a9c283330943))
27+
* shard smoketests in workflow ([#743](https://github.com/runloopai/api-client-ts/issues/743)) ([ea55929](https://github.com/runloopai/api-client-ts/commit/ea5592921982a98baaf6766d934f0a2cec079178))
28+
* **test:** do not count install time for mock server timeout ([99d1470](https://github.com/runloopai/api-client-ts/commit/99d14707c4f7c5d070101bb139258a6826ee8409))
29+
* update placeholder string ([29ad58d](https://github.com/runloopai/api-client-ts/commit/29ad58d6a7463a27273e58ff6ed89afedaaa03c9))
30+
331
## 1.10.3 (2026-02-27)
432

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

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.10.3",
3+
"version": "1.11.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.10.3'; // x-release-please-version
1+
export const VERSION = '1.11.0'; // x-release-please-version

0 commit comments

Comments
 (0)