v0.3.11
superradcompany/microsandboxv0.3.11Apr 4, 2026by github-actions[bot]
AI Summary
This is a minor patch release (v0.3.11) of microsandbox focusing on filesystem module improvements, including bug fixes for symlink xattr operations and refactoring of shared directory snapshot functionality with a new inject_init configuration option.
Key Highlights
- Fixed symlink xattr (extended attributes) operations in the filesystem module
- Added listxattr initialization for proper attribute listing
- Refactored to extract shared directory snapshot functionality
- Added new inject_init configuration option
- Updated documentation to replace broken DEVELOPMENT.md references with `just setup` workflow
New Features
- Fixed symlink xattr operations with proper initialization
- Added listxattr initialization support
- Added inject_init configuration option
- Extracted shared directory snapshot as a reusable component
Full Release Notes
## What's Changed * docs: replace broken DEVELOPMENT.md references with `just setup` workflow by @dijdzv in https://github.com/superradcompany/microsandbox/pull/482 * fix(filesystem): fix symlink xattr ops, init listxattr, and update docs by @appcypher in https://github.com/superradcompany/microsandbox/pull/493 * refactor(filesystem): extract shared dir snapshot and add inject_init config by @appcypher in https://github.com/superradcompany/microsandbox/pull/495 * chore: bump version to 0.3.11 by @appcypher in https://github.com/superradcompany/microsandbox/pull/501 ## New Contributors * @dijdzv made their first contribution in https://github.com/superradcompany/microsandbox/pull/482 **Full Changelog**: https://github.com/superradcompany/microsandbox/compare/v0.3.10...v0.3.11