This release enhances the platform's stability and security by implementing targeted fixes across the API, Runner, and SDK.
The documentation has been significantly updated to include specific recovery examples and a refreshed SDK reference, making it easier for developers to troubleshoot workspace issues and utilize the SDK effectively.
On the backend, the API timeout logic has been corrected to track the 'updated' timestamp instead of the creation time, preventing premature timeouts during long-running operations. Additionally, security is enhanced by ensuring the runner metrics endpoint is private, preventing unauthorized access.
Finally, the TypeScript SDK provides a cleaner debugging experience by removing redundant console errors from the network interceptor.
Release Details
Features
docs: recovery examples and sdk ref (#3204)
Fixes
api: timeout after updated instead of created (#3201)
runner: make metrics endpoint private (#3221)
typescript-sdk: remove console error from interceptor (#3210)
Chores
dashboard: correct api url env name (#3203)
