Skip to content

microsandbox: v0.2.2

Choose a tag to compare

@appcypher appcypher released this 22 May 11:01
· 907 commits to main since this release
06f8727

0.2.1 - (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