Skip to content
Merged
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.23.0"
".": "1.23.1"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 120
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai/runloop-22ab4a80734e5e3792b7287a1281280d52eff936be4d805011521a1b64e1998d.yml
openapi_spec_hash: d109d3b797016fe7657935d55549cc31
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai/runloop-8f05915b107d49f4a50f2d83abfa1d7233a685f1d85e02465a218fa5acb55ddd.yml
openapi_spec_hash: 905fa27970b4b7201184df9c63eba3b9
config_hash: ed1fdd7c9f0a25647e16b602bad4ff2e
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.23.1 (2026-06-09)

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

### Features

* **devbox:** add provisioning_tier (flex) to LaunchParameters (alpha) ([#796](https://github.com/runloopai/api-client-ts/issues/796)) ([d7bdcb7](https://github.com/runloopai/api-client-ts/commit/d7bdcb7c028668b3f1c4ccb467f18324f7a0008a))
* **devbox:** expose provisioning_tier=flex in API + SDKs (alpha) ([#9700](https://github.com/runloopai/api-client-ts/issues/9700)) ([c32c279](https://github.com/runloopai/api-client-ts/commit/c32c2799a219dafcb0c1aee6d03dc069c54cc884))

## 1.23.0 (2026-06-05)

Full Changelog: [v1.22.1...v1.23.0](https://github.com/runloopai/api-client-ts/compare/v1.22.1...v1.23.0)
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.23.0",
"version": "1.23.1",
"description": "The official TypeScript library for the Runloop API",
"author": "Runloop <support@runloop.ai>",
"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.23.0",
"version": "1.23.1",
"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.23.0",
"version": "1.23.1",
"description": "The official MCP Server for the Runloop API",
"author": "Runloop <support@runloop.ai>",
"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.23.0',
version: '1.23.1',
},
{
instructions: await getInstructions(stainlessApiKey),
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.23.0'; // x-release-please-version
export const VERSION = '1.23.1'; // x-release-please-version
1 change: 1 addition & 0 deletions tests/api-resources/benchmarks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ describe('resource benchmarks', () => {
resume_triggers: { axon_event: true, http: true },
},
network_policy_id: 'network_policy_id',
provisioning_tier: 'standard',
required_services: ['string'],
resource_size_request: 'X_SMALL',
user_parameters: { uid: 0, username: 'username' },
Expand Down
3 changes: 3 additions & 0 deletions tests/api-resources/blueprints.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ describe('resource blueprints', () => {
resume_triggers: { axon_event: true, http: true },
},
network_policy_id: 'network_policy_id',
provisioning_tier: 'standard',
required_services: ['string'],
resource_size_request: 'X_SMALL',
user_parameters: { uid: 0, username: 'username' },
Expand Down Expand Up @@ -203,6 +204,7 @@ describe('resource blueprints', () => {
resume_triggers: { axon_event: true, http: true },
},
network_policy_id: 'network_policy_id',
provisioning_tier: 'standard',
required_services: ['string'],
resource_size_request: 'X_SMALL',
user_parameters: { uid: 0, username: 'username' },
Expand Down Expand Up @@ -309,6 +311,7 @@ describe('resource blueprints', () => {
resume_triggers: { axon_event: true, http: true },
},
network_policy_id: 'network_policy_id',
provisioning_tier: 'standard',
required_services: ['string'],
resource_size_request: 'X_SMALL',
user_parameters: { uid: 0, username: 'username' },
Expand Down
1 change: 1 addition & 0 deletions tests/api-resources/devboxes/devboxes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ describe('resource devboxes', () => {
resume_triggers: { axon_event: true, http: true },
},
network_policy_id: 'network_policy_id',
provisioning_tier: 'standard',
required_services: ['string'],
resource_size_request: 'X_SMALL',
user_parameters: { uid: 0, username: 'username' },
Expand Down
3 changes: 3 additions & 0 deletions tests/api-resources/scenarios/scenarios.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ describe('resource scenarios', () => {
resume_triggers: { axon_event: true, http: true },
},
network_policy_id: 'network_policy_id',
provisioning_tier: 'standard',
required_services: ['string'],
resource_size_request: 'X_SMALL',
user_parameters: { uid: 0, username: 'username' },
Expand Down Expand Up @@ -149,6 +150,7 @@ describe('resource scenarios', () => {
resume_triggers: { axon_event: true, http: true },
},
network_policy_id: 'network_policy_id',
provisioning_tier: 'standard',
required_services: ['string'],
resource_size_request: 'X_SMALL',
user_parameters: { uid: 0, username: 'username' },
Expand Down Expand Up @@ -307,6 +309,7 @@ describe('resource scenarios', () => {
resume_triggers: { axon_event: true, http: true },
},
network_policy_id: 'network_policy_id',
provisioning_tier: 'standard',
required_services: ['string'],
resource_size_request: 'X_SMALL',
user_parameters: { uid: 0, username: 'username' },
Expand Down