Proxy Auth & Volume Fixes

Proxy Auth & Volume Fixes Proxy Auth & Volume Fixes

This week’s release, Daytona v0.102.0, focuses on authentication flexibility, sandbox reliability, and system consistency.

The standout feature is proxy support for sandbox preview authentication using either API keys or JWTs, giving teams more options to secure access while simplifying integrations.

Several important fixes strengthen the platform. Volumes are now validated on sandbox creation, reducing setup errors. API improvements remove outdated runner proxy fallbacks and ensure new runners are prioritized when checking status. File system operations gain a recursive deletion option, making cleanup faster. Proxy handling has been updated to correctly apply CORS to preview pages. Runner reliability is improved with retry logic for destroy, remove, and stop operations.

An additional change introduces organization network limits, enabling more precise control over resource usage.

Together, these updates improve both developer experience and system stability across sandboxes, runners, and proxy operations.

Release Details

  • proxy: allow sandbox preview auth by API key and JWT (#2415)

Bug fixes

  • validate volumes on sandbox create (#2254)

  • api: remove runner proxy fallback for old sandboxes (#2391)

  • api: prioritize new runners when checking runners status (#2418)

  • api,sdk: add 'recursive' option for file deletion (#2403)

  • proxy: apply cors to preview page (#2402)

  • runner: add retry to destroy, remove and stop sandbox (#2300)