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,5 +1,5 @@
{
"libs/cua-driver": "0.25.0",
"libs/lume": "0.5.3",
"libs/python/cua-sandbox": "0.4.3"
"libs/python/cua-sandbox": "0.5.0"
}
18 changes: 18 additions & 0 deletions libs/python/cua-sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.5.0](https://github.com/trycua/cua/compare/sandbox-v0.4.3...sandbox-v0.5.0) (2026-09-09)


### Features

* **cua-driver:** integrate typed Driver access with Fleet Sandbox ([#3654](https://github.com/trycua/cua/issues/3654)) ([c9c29dc](https://github.com/trycua/cua/commit/c9c29dcffea354e3ae0cf75927845e79c9d38028))
* **cua-sandbox:** add signed service URLs ([#3508](https://github.com/trycua/cua/issues/3508)) ([8ab33c7](https://github.com/trycua/cua/commit/8ab33c739f74cd6e7b0a321b7e75ac7b795b4216))
* **sandbox:** add an optional compatible Driver SDK extra ([#3678](https://github.com/trycua/cua/issues/3678)) ([80f2dee](https://github.com/trycua/cua/commit/80f2dee09bca5e44ae6ac6ff3dc0ae81cf91d820))
* **sandbox:** define the Image API contract ([#3327](https://github.com/trycua/cua/issues/3327)) ([a525001](https://github.com/trycua/cua/commit/a52500167b8518dba137abf0b33ea59a504e161d))


### Bug Fixes

* **cua-sandbox:** honor Fleet request timeouts ([#3381](https://github.com/trycua/cua/issues/3381)) ([a925ffa](https://github.com/trycua/cua/commit/a925ffa25e6ea13388e8bead02237785b46e1b4a))
* **sandbox:** manage package releases with Release Please ([#3675](https://github.com/trycua/cua/issues/3675)) ([f880ac4](https://github.com/trycua/cua/commit/f880ac42540d7be6231b89c75115749923fa21be))

## Changelog

Release Please maintains entries for releases after the migration from
`sandbox-v0.4.3`. Earlier releases remain available in the repository's GitHub
release history.
2 changes: 1 addition & 1 deletion libs/python/cua-sandbox/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.3
0.5.0
2 changes: 1 addition & 1 deletion libs/python/cua-sandbox/cua_sandbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
await host.mouse.click(100, 200)
"""

__version__ = "0.4.3" # x-release-please-version
__version__ = "0.5.0" # x-release-please-version

from cua_sandbox._auth import login, whoami
from cua_sandbox._config import configure
Expand Down
2 changes: 1 addition & 1 deletion libs/python/cua-sandbox/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cua-sandbox"
version = "0.4.3"
version = "0.5.0"
description = "CUA Sandbox — ephemeral and persistent sandboxed computer environments"
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion libs/python/cua-sandbox/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading