This release improves observability and system resilience across the Daytona platform.
The API introduces a new LogExecution decorator for consistent request tracing and performance logging across internal endpoints. Runner health checks now include automatic retries for transient errors, improving stability during high-load scenarios.
Additionally, the SDK now uses WebSocket protocols for serverless runtimes, reducing latency and improving connection persistence, while the dashboard remains accessible even if the billing API temporarily fails.
Release Details
Features
api: add LogExecution function decorator (#2573)
docs: explicitly mention multi-runtime support for Typescript SDK (#2592)
Fixes
