Skip to content

v1.14.0

Choose a tag to compare

@cw-python-release-helper cw-python-release-helper released this 04 Sep 18:42
· 5 commits to main since this release

v1.14.0 (2026-09-04)

This release is published under the Apache-2.0 License.

Features

  • Add Sandbox.run_from_file for Compose create (#170, 02058b0)
  • 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