v0.3.12
superradcompany/microsandboxv0.3.12Apr 5, 2026by github-actions[bot]
AI Summary
This is a minor patch release (v0.3.12) for microsandbox that includes a bug fix for run execution options and a filesystem refactor to improve file descriptor handling. The release also introduces a new contributor to the project.
Key Highlights
- Fixed bug where run execution options were applied without --tty attach mode
- Refactored filesystem handling to use reopen-on-demand model instead of per-inode fd pinning
- New contributor @saschabuehrle made their first contribution
Full Release Notes
## What's Changed * fix: apply run execution options only with --tty attach mode by @saschabuehrle in https://github.com/superradcompany/microsandbox/pull/500 * refactor(filesystem): replace per-inode fd pinning with reopen-on-demand model by @appcypher in https://github.com/superradcompany/microsandbox/pull/505 * chore: bump version to 0.3.12 by @appcypher in https://github.com/superradcompany/microsandbox/pull/506 ## New Contributors * @saschabuehrle made their first contribution in https://github.com/superradcompany/microsandbox/pull/500 **Full Changelog**: https://github.com/superradcompany/microsandbox/compare/v0.3.11...v0.3.12