Skip to content

microsandbox: v0.2.1

Choose a tag to compare

@appcypher appcypher released this 21 May 15:50
· 915 commits to main since this release
772ae4d

0.2.1 - (2025-21-05)

Fixed

  • Improve crates.io publishing reliability and error handling
    • Handle "already exists" errors gracefully and continue publishing
    • Add fallback HTTP check for package availability
    • Improve API response validation and debugging output
    • Track already published packages to skip redundant wait checks
    • Add user prompt for timeout cases
    • Temporarily disable strict error handling during publishing
    • Fix version check in API response parsing
  • Fix Node.js engine parameter shadowing

Changed

  • Update version in Cargo.toml workspace package
  • Update internal dependency versions
  • Update install script default version
  • Reorder workspace members
  • Simplify JWT handling and improve SDK naming
    • Rename sandbox_name parameter to name in Python SDK
    • Simplify JWT/API key conversion by preserving full JWT token
    • Remove JWT header constants and parsing logic
    • Rename sandbox_name to name throughout Python SDK for better clarity
  • Bump Python SDK version to 0.1.6