v0.3.12
sensein/riverstv0.3.12Apr 5, 2026by github-actions[bot]
AI Summary
Fixes run execution options and refactors the filesystem model from per-inode pinning to a reopen-on-demand approach.
Key Highlights
- Fix run execution options with --tty
- Refactor filesystem model (reopen-on-demand)
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