Mastra Agent & DB Tuning
This release improves overall system performance and the developer onboarding experience through key API and dashboard updates.
We've introduced database indices to optimize query speeds and updated the API to skip anonymous rate limits for configuration fetches, ensuring faster initialization for unauthenticated clients. User friction is significantly reduced by removing the Tier 3 phone verification requirement in the dashboard and adding clear API key labels during onboarding.
Additionally, this version adds a comprehensive integration guide for Mastra coding agents, further expanding Daytona's AI ecosystem.
On the stability front, we’ve addressed transient issues with backup snapshots and improved the daemon's reliability by implementing concurrent maps for session management.
These changes ensure a more responsive and thread-safe environment for high-load scenarios.
Release Details
Features
api: database indices (#3376)
api: skip anonymous rate limit for config (#3391)
dashboard: remove phone verification tier 3 req (#3265)
guides: Mastra coding agent integration (#3164)
Fixes
api: send http error if validateNetworkAllowList fails (#3381)
api: undefined backup snapshot on archive (#3384)
api: transient no valid backup snapshot (#3386)
daemon: use concurrent-map for sessions and commands (#3368)
dashboard: add API key name label in onboarding (#3296)
docs: modify file paths server configuration (#3351)