Releases: daytonaio/daytona
Releases · daytonaio/daytona
v0.115.1
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
v0.114.0
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
- Ivan Dagelic @idagelic
- Joshua Greaves @joshgreaves
- Mirko Džaja @MDzaja
- Mislav Ivanda @mislavivanda
- Robert Pavlinic @rpavlini
- Toma Puljak @Tpuljak
v0.113.1
v0.113.0
v0.112.3
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
- Fabjan Vučina
- Goran Draganić @gdraganic
- Ivan Dagelic @idagelic
- Vedran Jukic
v0.112.2
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
- Bruno Grbavac @brunogrbavac
- Fabjan Vučina
- Luka Brecic @lbrecic
- Mirko Džaja @MDzaja
- Toma Puljak @Tpuljak
- Vedran Jukic
v0.112.1
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
- Goran Draganic
- Tarun Chauhan @tarunrajput
- Toma Puljak @Tpuljak
v0.112.0
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
- Alexander Chemeris
- Fabjan Vučina
- Goran Draganić @gdraganic
- Ivan Dagelic @idagelic
- Luka Brecic @lbrecic
- Toma Puljak @Tpuljak
v0.111.1
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