SSH Gateway, Regions & Volumes
This release improves infrastructure flexibility and developer experience with key updates to networking and storage.
Users can now configure multiple regions, enabling better resource distribution and failover capabilities across different geographical zones.
Additionally, support for volume subpath mounts has been added to the API, runner, and SDK, offering developers more granular control over data storage organization within their sandboxes.
To improve stability during remote sessions, the SSH gateway now correctly reports activity while connected, ensuring that sandboxes remain active during continuous terminal usage.
This version also includes UX tweaks to the sandboxes dashboard and critical fixes, including properly unassigning runners and backups when a sandbox is destroyed.
Release Details
Features
api: add error reason to sandbox update endpoint (#3028)
api: multiple regions param (#2976)
api,runner,sdk: volume subpath mounts (#2871)
dashboard: sandboxes page ux tweaks (#3010)
ssh-gateway: update sandbox activity while connected (#3042)
Fixes
api: unassign runner and backup on sandbox destroy (#3000)
api: building snapshot state timeout (#3026)
docs: per tier rate limits and single limits page (#3021)
runner: resolve errored sandbox state mismatch (#3038)
Refactor
api: snapshot repository save call (#3020)
Chores
ci: only publish CLI on latest tags (#3027)