Sandbox Names

Sandbox Names Sandbox Names

This release improves sandbox creation and log stability.

The API now supports a `name` attribute for sandboxes, enabling more descriptive and human-readable identifiers across SDKs and dashboards.

Additionally, UTF-8 corruption in real-time output streaming has been resolved in both the daemon and SDK, ensuring clean and consistent log handling for long-running processes.

A refactor of runner and proxy caches further optimizes performance and reduces redundant state checks.

Release Details

Features

  • api: add name attribute to sandbox (#2586)

Fixes

  • api: send snapshot as event payload in snapshot remove event (#2615)

  • daemon, sdk: fix UTF-8 corruption in streaming output (#2622)

Refactor

  • runner, proxy: refactor caches (#2594)

Patches

Fixes

  • sdk: list by labels (#2636)

  • sdk: use items on list result (#2652)

Chores

  • update github issue templates (#2630)

  • db: update postgresql version (#2639)