v0.3.0 #424
fslongjin
announced in
Announcements
v0.3.0
#424
Replies: 1 comment
5.cube.V0.3.0.-.-.mp4 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
2026.06.02 Release v0.3.0
CubeSandbox 0.3.0 introduces CubeCoW, a Copy-on-Write snapshot engine that brings hundred-millisecond snapshot, clone, and rollback capabilities to AI Agent sandboxes. This release also adds the AgentHub digital assistant console (Preview), a Web UI for visual management, and the Go SDK. With 82 commits from 22 contributors, v0.3.0 is the largest release since open-sourcing.
🎯 Major Features
CubeCoW: Snapshot, Clone & Rollback
sync_all()calls from all snapshot write paths, significantly reducing snapshot write latency without compromising data integrity.AgentHub Digital Assistant Console (Preview)
Web UI
🛠️ SDK
Python SDK (v0.2.1)
Go SDK (New)
✨ Enhancements
Deployment
systemctlintegration.check.shandcollect-logs.shscripts for one-click deployment health verification and log collection.Infrastructure
goosefor database schema migrations, enabling versioned, automated schema management across upgrades./v1/metrics, enabling real-time monitoring of sandbox scheduling and resource utilization.🐛 Bug Fixes
NodeStatusUpdateFrequencyto usetomlext.Durationfor correct TOML duration parsing.cube-proxy.serviceis now ordered aftercube-sandbox-dns.service, preventing DNS resolution failures at startup.🔒 Security
protobuf2.28.0 dependency.rustls-webpkiCVE.go-jose/v4to the latest secure version.📚 Documentation
.mdextensions to cross-file documentation references.e2b_prefix, and corrected clone state documentation.⚙️ Engineering Improvements
rand.Seedcalls across the codebase.crossbeam-channelfrom 0.5.13 to 0.5.15 in the hypervisor crate.Full Changelog: v0.2.2...v0.3.0
This discussion was created from the release v0.3.0.
All reactions