Daytona just shipped version 0.183.0, and it’s a thoughtful one. The headline feature? Sandbox classes and linked sandboxes. This isn’t just a minor tweak—it’s a new way to group and manage environments. For teams juggling multiple dev setups, this update feels like a breath of fresh air.
Sandbox classes let you define templates for sandboxes. Think of them as blueprints. You can now create a class, and any sandbox launched from it inherits the same configuration. Linked sandboxes take this further: they tie multiple sandboxes together, so changes in one propagate to others. That’s huge for collaborative debugging.
The API also got a recovery layer. API level recovery means the system can automatically restore state after failures. No more manual resets when something goes sideways. The dashboard now shows IDs for volumes and snapshots—a small but crucial change for referencing resources in scripts or support tickets. And the members page now shows a call to action on personal accounts, nudging users to upgrade or invite teammates.
These features target real pain points. Sandbox classes reduce setup time—you define once, reuse everywhere. Linked sandboxes solve the coordination problem: when you’re working on microservices across multiple containers, having them stay in sync is a lifesaver. API recovery cuts downtime, which directly impacts productivity. The dashboard tweaks? They’re about clarity. Seeing IDs helps when you’re debugging or automating.
Is this a game-changer? Not exactly. But it’s a solid iteration. Daytona continues to refine the developer experience, and 0.183.0 shows they’re listening to what teams actually need. For anyone running cloud development environments, this release is worth upgrading for.
Official Source: https://github.com/daytonaio/daytona/releases/tag/v0.183.0