v0.6.15
superradcompany/microsandboxv0.6.15Aug 24, 2026by github-actions[bot]
AI Summary
This release focuses on Windows-specific performance optimizations and bug fixes, alongside documentation updates and filesystem improvements to prevent write probes on read-only mounts.
Key Highlights
- Fixed Windows DNS routing to use the system resolver
- Improved performance on Windows NTFS by copying allocated file ranges
- Added fallback ownership support for directory mounts
- Fixed filesystem to avoid write probes on read-only mounts
- Updated documentation to make TypeScript the default
New Features
- Fallback ownership for directory mounts
Full Release Notes
## What's Changed * chore: refresh npm lockfile after v0.6.14 by @github-actions[bot] in https://github.com/superradcompany/microsandbox/pull/1439 * docs: make TypeScript the default in repository READMEs by @appcypher in https://github.com/superradcompany/microsandbox/pull/1440 * fix(windows): route host dns through the system resolver by @appcypher in https://github.com/superradcompany/microsandbox/pull/1444 * perf(windows): copy allocated file ranges on ntfs by @appcypher in https://github.com/superradcompany/microsandbox/pull/1445 * fix(filesystem): avoid write probes on readonly mounts by @appcypher in https://github.com/superradcompany/microsandbox/pull/1446 * feat(mount): add fallback ownership for directory mounts by @appcypher in https://github.com/superradcompany/microsandbox/pull/1451 * chore(release): bump microsandbox to 0.6.15 by @appcypher in https://github.com/superradcompany/microsandbox/pull/1449 **Full Changelog**: https://github.com/superradcompany/microsandbox/compare/v0.6.14...v0.6.15