microsandbox-v0.2.2

superradcompany/microsandboxmicrosandbox-v0.2.2May 22, 2025by appcypher

AI Summary

This release introduces breaking changes by renaming RPC commands for consistency, removing metrics from Python SDK, while adding a new Rust SDK with comprehensive examples.

Key Highlights

  • Renamed sandbox.command.execute to sandbox.command.run
  • Renamed sandbox.getStatus to sandbox.metrics.get
  • Removed metrics functionality from Python SDK
  • Added Rust SDK with comprehensive examples
  • Improved self-hosting documentation

Breaking Changes

  • Renamed `sandbox.command.execute` to `sandbox.command.run` for consistency
  • Renamed `sandbox.getStatus` to `sandbox.metrics.get` for clarity
  • Removed metrics functionality from Python SDK

New Features

  • Added Rust SDK with comprehensive examples
  • Improved self-hosting documentation and setup process

Full Release Notes

## [0.2.1](https://github.com/microsandbox/microsandbox/compare/microsandbox-v0.2.1...microsandbox-v0.2.2)  - (2025-05-22)

## Breaking Changes
- Renamed `sandbox.command.execute` to `sandbox.command.run` for consistency
- Renamed `sandbox.getStatus` to `sandbox.metrics.get` for 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