Skip to content

Commit e8c3d90

Browse files
release: 1.28.0 (#826)
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 0d89f21 commit e8c3d90

6 files changed

Lines changed: 25 additions & 15 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.27.0"
2+
".": "1.28.0"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 120
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai/runloop-50686c7a06e432373c5dd7e771ab1483a6ca0531b1dd9a10fc31c0cf2833bcdf.yml
3-
openapi_spec_hash: a554b4d3815148c094778b53bfe20b21
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai/runloop-c1b0e0d2c2bf9d7888ddef0cfdfb390458875cd2c1feb48a06fcd06e92105326.yml
3+
openapi_spec_hash: ec61cf6d205251b54e1a6d68d9dd9860
44
config_hash: 6d102da8b9fcc3d0deb42d7a707e78c6

CHANGELOG.md

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

3+
## 1.28.0 (2026-07-29)
4+
5+
Full Changelog: [v1.27.0...v1.28.0](https://github.com/runloopai/api-client-python/compare/v1.27.0...v1.28.0)
6+
7+
### Features
8+
9+
* **devbox:** queue devboxes until node assignment ([#10320](https://github.com/runloopai/api-client-python/issues/10320)) ([1837c34](https://github.com/runloopai/api-client-python/commit/1837c346c90177c7949a4b13ba4a0470e9a72e18))
10+
311
## 1.27.0 (2026-07-28)
412

513
Full Changelog: [v1.24.0...v1.27.0](https://github.com/runloopai/api-client-python/compare/v1.24.0...v1.27.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "runloop_api_client"
3-
version = "1.27.0"
3+
version = "1.28.0"
44
description = "The official Python library for the runloop API"
55
dynamic = ["readme"]
66
license = "MIT"

src/runloop_api_client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "runloop_api_client"
4-
__version__ = "1.27.0" # x-release-please-version
4+
__version__ = "1.28.0" # x-release-please-version

src/runloop_api_client/resources/devboxes/devboxes.py

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,12 @@ def create(
190190
) -> DevboxView:
191191
"""Create a Devbox and begin the boot process.
192192
193-
The Devbox will initially launch in
194-
the 'provisioning' state while Runloop allocates the necessary infrastructure.
195-
It will transition to the 'initializing' state while the booted Devbox runs any
196-
Runloop or user defined set up scripts. Finally, the Devbox will transition to
197-
the 'running' state when it is ready for use.
193+
Standard Devboxes initially report
194+
the 'provisioning' state. FLEX Devboxes initially report the 'queued' state
195+
while waiting for infrastructure allocation, then transition to 'provisioning'
196+
once assigned to a node. The Devbox transitions to 'initializing' while the
197+
booted Devbox runs Runloop or user-defined setup scripts, then to 'running' when
198+
it is ready for use.
198199
199200
Args:
200201
blueprint_id: Blueprint ID to use for the Devbox. If none set, the Devbox will be created with
@@ -1890,11 +1891,12 @@ async def create(
18901891
) -> DevboxView:
18911892
"""Create a Devbox and begin the boot process.
18921893
1893-
The Devbox will initially launch in
1894-
the 'provisioning' state while Runloop allocates the necessary infrastructure.
1895-
It will transition to the 'initializing' state while the booted Devbox runs any
1896-
Runloop or user defined set up scripts. Finally, the Devbox will transition to
1897-
the 'running' state when it is ready for use.
1894+
Standard Devboxes initially report
1895+
the 'provisioning' state. FLEX Devboxes initially report the 'queued' state
1896+
while waiting for infrastructure allocation, then transition to 'provisioning'
1897+
once assigned to a node. The Devbox transitions to 'initializing' while the
1898+
booted Devbox runs Runloop or user-defined setup scripts, then to 'running' when
1899+
it is ready for use.
18981900
18991901
Args:
19001902
blueprint_id: Blueprint ID to use for the Devbox. If none set, the Devbox will be created with

0 commit comments

Comments
 (0)