v1.14.0
·
5 commits
to main
since this release
v1.14.0 (2026-09-04)
This release is published under the Apache-2.0 License.
Features
- feat: add Sandbox.run_from_file for Compose create
Wire the live v1 CreateSandboxFromFile RPC so callers can start a sandbox from pull-only Compose YAML without a template overlay.
- test(e2e): cover Compose create with dependent services
Prove run_from_file reaches RUNNING and that Redis, the API, and the primary can talk over loopback after the health chain passes.
- docs(examples): load Compose from a sibling YAML file
Show run_from_file against a three-service Redis, API, and Ubuntu Compose file instead of inlined YAML.
Detailed Changes: v1.13.0...v1.14.0