v0.175.0

daytonaio/daytonav0.175.0May 12, 2026by github-actions[bot]

AI Summary

This release focuses on API improvements including a default snapshot quota, a new runner score addon, and extended backup job timeouts. It also introduces upload streaming with progress and cancellation support across SDKs.

Key Highlights

  • Default snapshot quota set to 30
  • Introduction of runner score addon
  • Extended backup job timeout
  • SDK upload streaming with progress and cancellation
  • Consolidation of async traffic in Python SDK

New Features

  • Default snapshot quota to 30
  • Initial runner score addon
  • Extend backup job timeout
  • Forward backup registry on recover and pull image if missing
  • Add upload streaming + progress and cancellation across SDKs

Full Release Notes

## 0.175.0 (2026-05-12)

### 🚀 Features

- **api:** default snapshot quota to 30 ([#4691](https://github.com/daytonaio/daytona/pull/4691))
- **api:** initial runner score addon ([#4692](https://github.com/daytonaio/daytona/pull/4692))
- **api:** extend backup job timeout ([#4695](https://github.com/daytonaio/daytona/pull/4695))
- **api,runner:** forward backup registry on recover and pull image if missing ([#4491](https://github.com/daytonaio/daytona/pull/4491))
- **sdk:** add upload streaming + progress and cancellation across SDKs ([#4665](https://github.com/daytonaio/daytona/pull/4665))

### 🩹 Fixes

- **sdk-python:** consolidate async traffic onto a single aiohttp session ([#4645](https://github.com/daytonaio/daytona/pull/4645))
- **sdk-typescript:** handle late busboy errors and forward abort to progress stream ([#4687](https://github.com/daytonaio/daytona/pull/4687))
- **sdk-typescript:** dual build for CJS and ESM ([#4607](https://github.com/daytonaio/daytona/pull/4607))

### Chores

- sync go.sum for v0.174.0 ([#4677](https://github.com/daytonaio/daytona/pull/4677))
- bump @opentelemetry/sdk-node to 0.217.0 ([#4684](https://github.com/daytonaio/daytona/pull/4684))
- **sdk-go:** bump to v0.175.0 ([#4698](https://github.com/daytonaio/daytona/pull/4698))

### ❤️ Thank You

- Bruno Grbavac @brunogrbavac
- Ivan Dagelic @idagelic
- Mirko Džaja @MDzaja