This release improves the developer experience with new documentation and dashboard enhancements. The docs now include guides for LangChain, helping users integrate Daytona's sandboxing runtime with LLM agent workflows.
To improve usability, the dashboard now displays a message if the application is loading slowly, providing better feedback. This version also includes API stability fixes. The API will now correctly reuse an existing backup registry instead of creating a new one, and a patch ensures that URL protocols are properly stripped for the legacy runner adapter.
Fixes
api: lock code warning log (#2808)
api: overdue stopped state change (#2896)
api: update snapshot timeout logic to use updatedAt timestamp (#2916)
Chores
Fixes
dashboard: wallet page responsiveness (#2864)
sdk-typescript: reader.cancel() race condition; use native FormData for specific runtimes (#2921)
Refactor
sdk-python: wrap 'Session is closed' error (#2914)
Chores
ci: fix homebrew dispatch call (#2922)
