v0.6.16
superradcompany/microsandboxv0.6.16Aug 29, 2026by github-actions[bot]
AI Summary
This release focuses on enhancing SDK functionality and improving system stability through various fixes. Key updates include better sandbox configuration, improved Go SDK integration, and fixes for network and filesystem management. New features such as convergent sandbox lifecycle APIs and config overlays have also been added.
Key Highlights
- Added convergent sandbox lifecycle APIs to the SDK.
- Implemented sandbox config overlay based on field presence.
- Fixed filesystem isolation for single-file mounts.
- Improved Go SDK installation directory resolution via MSB_HOME.
- Fixed network slot recycling and log routing.
New Features
- Overlay sandbox config by field presence
- Resolve Go SDK install dir from MSB_HOME
- Add convergent sandbox lifecycle APIs
Full Release Notes
## What's Changed * fix(logs): route retrieval through SDK backends by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/1459 * chore: refresh npm lockfile after v0.6.15 by @github-actions[bot] in https://github.com/superradcompany/microsandbox/pull/1458 * feat(config): overlay sandbox config by field presence by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/1460 * feat(sdk): resolve Go SDK install dir from MSB_HOME by @lyb2320 in https://github.com/superradcompany/microsandbox/pull/1435 * fix(sdk): treat empty MSB_HOME as unset by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/1466 * fix(filesystem): isolate single-file mounts by @appcypher in https://github.com/superradcompany/microsandbox/pull/1464 * fix(runtime): recycle network slots by @yzxcj797 in https://github.com/superradcompany/microsandbox/pull/1391 * chore(db): simplify network slot constraints by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/1468 * feat(sdk): add convergent sandbox lifecycle APIs by @appcypher in https://github.com/superradcompany/microsandbox/pull/1462 * chore(release): bump microsandbox to 0.6.16 by @appcypher in https://github.com/superradcompany/microsandbox/pull/1470 **Full Changelog**: https://github.com/superradcompany/microsandbox/compare/v0.6.15...v0.6.16