New
microsandbox: v0.2.2
0.2.1 - (2025-05-22)
Breaking Changes
- Renamed
sandbox.command.executetosandbox.command.runfor consistency - Renamed
sandbox.getStatustosandbox.metrics.getfor clarity - Removed metrics functionality from Python SDK
Features
- Added Rust SDK with comprehensive examples
- Improved self-hosting documentation and setup process
Bug Fixes
- Fixed unused variable warnings in REPL examples
- Fixed environment variable loading in Python SDK
- Improved error handling in sandbox command execution
Documentation
- Added comprehensive examples for Rust SDK
- Updated Python SDK documentation to reflect metrics removal
- Improved self-hosting setup instructions