Skip to content

Releases: daytonaio/daytona

v0.115.1

18 Nov 09:39
713017c

Choose a tag to compare

0.115.1 (2025-11-18)

🩹 Fixes

  • api: lock code warning log (#2808)
  • api: overdue stopped state change (#2896)
  • api: update snapshot timeout logic to use updatedAt timestamp (#2916)

Chores

  • docs: fix algolia index env var injection (#2886)
  • runner: build-amd64 always build for linux (#2910)
  • sdk-python: retry logic for adding api-clients; activate venv before publish in CI (#2898)

❤️ Thank You

v0.115.0

14 Nov 11:41
e54b85f

Choose a tag to compare

0.115.0 (2025-11-14)

🚀 Features

  • dashboard: add msg if app loads slowly (#2868)
  • docs: LangChain integrations (#2884)

🩹 Fixes

  • api: reuse existing backup registry (#2865)
  • api: strip protocol from registry URL in RunnerAdapterLegacy (#2889)

❤️ Thank You

v0.114.0

13 Nov 15:40
39a57ee

Choose a tag to compare

0.114.0 (2025-11-13)

🚀 Features

  • api: skip user email verification config option (#2858)
  • docs: update astro & add sidebar scroll persistence (#2819)
  • docs: add .md docs pages and LLM dropdown (c7a45a89)

🩹 Fixes

  • api: empty error reasons (#2781)
  • api: handle missing object storage configuration (#2837)
  • api: process volume cron init (#2849)
  • api: trim registry url when building snapshots (#2880)
  • dashboard: coupon redemption message from api (#2857)
  • docs: fix table responsiveness (#2816)
  • runner: exponential backoff attempt shift (d9a97be8)
  • runner: log 500 errors (6883c690)
  • runner: improve container exited message (#2840)
  • sdk-python: improve computational complexity of _parse_output (#2823)
  • sdk-python: python 3.9 compatibility (#2825)
  • sdk-typescript: optimize session command logs demuxing (#2812)

Chores

  • separate SDK publish workflow (#2835)
  • api,runner: generate:api-client improvement (#2795)
  • docs: add syncKey to tabs for persistence (#2821)

Uncategorized changes

  • Improve docs search results and experience (#2866)

❤️ Thank You

v0.113.1

07 Nov 14:19
3b9dd49

Choose a tag to compare

0.113.1 (2025-11-07)

🚀 Features

  • api: admin user configuration (#2813)
  • api, dashboard, docs, sdk: default region for organization (#2792)

❤️ Thank You

  • Fabjan Vučina
  • Mirko Džaja @MDzaja

v0.113.0

06 Nov 13:04
ee1ba4a

Choose a tag to compare

0.113.0 (2025-11-06)

🚀 Features

  • sdk: migrate toolbox calls from API to proxy (#2406)

🩹 Fixes

  • api: archiving pending (#2809)

❤️ Thank You

v0.112.3

05 Nov 16:01
942a512

Choose a tag to compare

0.112.3 (2025-11-05)

🩹 Fixes

  • runner id alias (#2777)
  • sync instance state loop condition (#2783)
  • sandbox action expire logic (#2796)
  • api: sandbox action logger (#2780)
  • api: efficient audit log query (#2787)
  • api: update state conflict (#2800)
  • api: archiving sbx state is non-blocking (#2806)

Chores

  • nestjs deps, filters and interceptors cleanup (#2788)

❤️ Thank You

v0.112.2

31 Oct 19:08
a5933ff

Choose a tag to compare

0.112.2 (2025-10-31)

🚀 Features

  • proxy: update sandbox last activity (#2754)

🩹 Fixes

  • api: retry on ETIMEDOUT error in runner adapter (#2759)
  • api, docs: validate volume mount paths (#2763)
  • api,sdk: separate id and name fetch in volume access guard (#2737)
  • daemon: remove process group to fix bash -ic hang (#2748)
  • runner: import/export fallback env var quotes (#2762)
  • runner: fix failed to stop or remove sandbox (#2757)
  • sdk: isolate Daytona object storage initialization from OS environment (#2753)

Refactor

  • api: sandbox locks and pending property (#2756)

Chores

  • api: db tls env config (#2747)

❤️ Thank You

v0.112.1

27 Oct 15:59

Choose a tag to compare

0.112.1 (2025-10-27)

🩹 Fixes

  • api: flush logs (78a3994b)
  • api: deterministric audit log ordering (20c655d9)
  • docs: homepage next pagination (#2731)
  • docs: add otel-collector to NO_PROXY (c6c6b8f0)

Chores

  • deps: bump vite from 5.4.20 to 7.1.12 (#2734)
  • deps-dev: bump vite from 7.1.7 to 7.1.11 (#2705)
  • docker: fix db mount (#2738)
  • docker: update dex healthcheck to wget (1e458552)
  • proxy: add curl to docker image (e875f3c2)

❤️ Thank You

v0.112.0

23 Oct 16:28

Choose a tag to compare

0.112.0 (2025-10-23)

🚀 Features

  • api: otel metrics and logs (#2714)

🩹 Fixes

  • api: backup state on destroy (#2706)
  • api: add checks for runner sandbox state unknown (#2719)
  • api: add volumes access guard (#2720)
  • api: initialize default backup registry (e63c0c5c)
  • api: wait for default runner to be ready (e2499f19)
  • dashboard: exclude members page when force redirecting to wallet page (#2716)
  • docs: improve OSS deployment guide (043f89bc)

Refactor

  • api: default org quota from config (54870b46)

Chores

  • docker: compose cleanup (5fb66aa1)
  • image: add iputils-ping and iputils-ping to the sandbox image (#2718)

❤️ Thank You

v0.111.1

21 Oct 15:20
4b3d51a

Choose a tag to compare

0.111.1 (2025-10-21)

🚀 Features

  • api: get info for authenticated runner (#2710)

🩹 Fixes

  • api: or guard dependency injection (#2709)
  • api-client: error when running with urllib3 < 2.1.0 (#2701)
  • sdk: normalize ESM/CJS and validate dynamic require/import (#2704)

❤️ Thank You

  • Fabjan Vučina
  • Mirko Džaja @MDzaja