Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.11.2"
".": "1.11.3"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 117
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-0568973e19e8af9fa953b2ded109ab2b69e76e90e2b74f33617dbf7092e26274.yml
openapi_spec_hash: 10ba804ce69510d7985e05c77d0ffcf6
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-b56067b06cdf0eb4150f81d8f53e46d9c79b8cbecba6f8c0ee82f798d8cd2447.yml
openapi_spec_hash: 4e0020f255cd31baa79227a5888e1eac
config_hash: de99cfce88e2d1f02246dc6c2f43bc6c
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.11.3 (2026-03-19)

Full Changelog: [v1.11.2...v1.11.3](https://github.com/runloopai/api-client-ts/compare/v1.11.2...v1.11.3)

### Chores

* remove dead port configuration code, mark deprecated / ignored in the API ([#8195](https://github.com/runloopai/api-client-ts/issues/8195)) ([8789ee0](https://github.com/runloopai/api-client-ts/commit/8789ee09e6d9256c94ccbebcd2e87c3f8c739c3c))

## 1.11.2 (2026-03-19)

Full Changelog: [v1.11.1...v1.11.2](https://github.com/runloopai/api-client-ts/compare/v1.11.1...v1.11.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@runloop/api-client",
"version": "1.11.2",
"version": "1.11.3",
"description": "The official TypeScript library for the Runloop API",
"author": "Runloop <[email protected]>",
"types": "dist/sdk.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dxt_version": "0.2",
"name": "@runloop/api-client-mcp",
"version": "1.11.2",
"version": "1.11.3",
"description": "The official MCP Server for the Runloop API",
"author": {
"name": "Runloop",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@runloop/api-client-mcp",
"version": "1.11.2",
"version": "1.11.3",
"description": "The official MCP Server for the Runloop API",
"author": "Runloop <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const newMcpServer = async (stainlessApiKey: string | undefined) =>
new McpServer(
{
name: 'runloop_api_client_api',
version: '1.11.2',
version: '1.11.3',
},
{
instructions: await getInstructions(stainlessApiKey),
Expand Down
6 changes: 0 additions & 6 deletions src/resources/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,6 @@ export interface LaunchParameters {
*/
architecture?: 'x86_64' | 'arm64' | null;

/**
* A list of ports to make available on the Devbox. Only ports made available will
* be surfaced to create tunnels via the 'createTunnel' API.
*/
available_ports?: Array<number> | null;

/**
* Custom CPU cores. Must be 0.5, 1, or a multiple of 2. Max is 16.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '1.11.2'; // x-release-please-version
export const VERSION = '1.11.3'; // x-release-please-version
1 change: 0 additions & 1 deletion tests/api-resources/benchmarks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ describe('resource benchmarks', () => {
launchParameters: {
after_idle: { idle_time_seconds: 0, on_idle: 'shutdown' },
architecture: 'x86_64',
available_ports: [0],
custom_cpu_cores: 0,
custom_disk_size: 0,
custom_gb_memory: 0,
Expand Down
3 changes: 0 additions & 3 deletions tests/api-resources/blueprints.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ describe('resource blueprints', () => {
launch_parameters: {
after_idle: { idle_time_seconds: 0, on_idle: 'shutdown' },
architecture: 'x86_64',
available_ports: [0],
custom_cpu_cores: 0,
custom_disk_size: 0,
custom_gb_memory: 0,
Expand Down Expand Up @@ -184,7 +183,6 @@ describe('resource blueprints', () => {
launch_parameters: {
after_idle: { idle_time_seconds: 0, on_idle: 'shutdown' },
architecture: 'x86_64',
available_ports: [0],
custom_cpu_cores: 0,
custom_disk_size: 0,
custom_gb_memory: 0,
Expand Down Expand Up @@ -283,7 +281,6 @@ describe('resource blueprints', () => {
launch_parameters: {
after_idle: { idle_time_seconds: 0, on_idle: 'shutdown' },
architecture: 'x86_64',
available_ports: [0],
custom_cpu_cores: 0,
custom_disk_size: 0,
custom_gb_memory: 0,
Expand Down
1 change: 0 additions & 1 deletion tests/api-resources/devboxes/devboxes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ describe('resource devboxes', () => {
launch_parameters: {
after_idle: { idle_time_seconds: 0, on_idle: 'shutdown' },
architecture: 'x86_64',
available_ports: [0],
custom_cpu_cores: 0,
custom_disk_size: 0,
custom_gb_memory: 0,
Expand Down
3 changes: 0 additions & 3 deletions tests/api-resources/scenarios/scenarios.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ describe('resource scenarios', () => {
launch_parameters: {
after_idle: { idle_time_seconds: 0, on_idle: 'shutdown' },
architecture: 'x86_64',
available_ports: [0],
custom_cpu_cores: 0,
custom_disk_size: 0,
custom_gb_memory: 0,
Expand Down Expand Up @@ -132,7 +131,6 @@ describe('resource scenarios', () => {
launch_parameters: {
after_idle: { idle_time_seconds: 0, on_idle: 'shutdown' },
architecture: 'x86_64',
available_ports: [0],
custom_cpu_cores: 0,
custom_disk_size: 0,
custom_gb_memory: 0,
Expand Down Expand Up @@ -283,7 +281,6 @@ describe('resource scenarios', () => {
launchParameters: {
after_idle: { idle_time_seconds: 0, on_idle: 'shutdown' },
architecture: 'x86_64',
available_ports: [0],
custom_cpu_cores: 0,
custom_disk_size: 0,
custom_gb_memory: 0,
Expand Down