Skip to content

Commit 572fa22

Browse files
release: 1.24.0 (#803)
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 8391579 commit 572fa22

7 files changed

Lines changed: 20 additions & 6 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.23.1"
2+
".": "1.24.0"
33
}

CHANGELOG.md

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

3+
## 1.24.0 (2026-06-15)
4+
5+
Full Changelog: [v1.23.1...v1.24.0](https://github.com/runloopai/api-client-ts/compare/v1.23.1...v1.24.0)
6+
7+
### Features
8+
9+
* add standalone HTTP/2 transport library ([#799](https://github.com/runloopai/api-client-ts/issues/799)) ([79f0e6f](https://github.com/runloopai/api-client-ts/commit/79f0e6f980f3b96bfaf86c018147ad382e8d77b6))
10+
* wire h2-transport into the SDK ([#800](https://github.com/runloopai/api-client-ts/issues/800)) ([8391579](https://github.com/runloopai/api-client-ts/commit/83915799fe1481cbae89e5e6b336ed2d03f7ecfb))
11+
12+
13+
### Performance Improvements
14+
15+
* increase undici HTTP/2 pool from 4x64 to 20x128 streams ([#801](https://github.com/runloopai/api-client-ts/issues/801)) ([72f8014](https://github.com/runloopai/api-client-ts/commit/72f8014e6cd768e6f52b85b49b15e3662a8fb067))
16+
317
## 1.23.1 (2026-06-09)
418

519
Full Changelog: [v1.23.0...v1.23.1](https://github.com/runloopai/api-client-ts/compare/v1.23.0...v1.23.1)

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.23.1",
3+
"version": "1.24.0",
44
"description": "The official TypeScript library for the Runloop API",
55
"author": "Runloop <support@runloop.ai>",
66
"types": "dist/sdk.d.ts",

packages/mcp-server/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.2",
33
"name": "@runloop/api-client-mcp",
4-
"version": "1.23.1",
4+
"version": "1.24.0",
55
"description": "The official MCP Server for the Runloop API",
66
"author": {
77
"name": "Runloop",

packages/mcp-server/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-mcp",
3-
"version": "1.23.1",
3+
"version": "1.24.0",
44
"description": "The official MCP Server for the Runloop API",
55
"author": "Runloop <support@runloop.ai>",
66
"types": "dist/index.d.ts",

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const newMcpServer = async (stainlessApiKey: string | undefined) =>
1616
new McpServer(
1717
{
1818
name: 'runloop_api_client_api',
19-
version: '1.23.1',
19+
version: '1.24.0',
2020
},
2121
{
2222
instructions: await getInstructions(stainlessApiKey),

src/version.ts

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

0 commit comments

Comments
 (0)