v0.4.3
superradcompany/microsandboxv0.4.3Apr 30, 2026by github-actions[bot]
AI Summary
v0.4.3 is a minor release introducing domain-rule enforcement at DNS, SNI, and policy layers, along with CLI improvements including a new msb alias and inline script support via --script and --script-path flags.
Key Highlights
- Domain-rule enforcement added at DNS, SNI, and policy layers for improved security and control
- New msb alias installed alongside microsandbox CLI for easier command invocation
- Added inline --script option for passing scripts directly via CLI
- Renamed file form to --script-path for script file paths
- Fixed npm platform package to ship libkrunfw under canonical name
New Features
- Domain-rule enforcement at DNS, SNI, and policy layers
- msb alias installation alongside microsandbox CLI
- Inline --script option for CLI
- --script-path flag (renamed from file form)
Full Release Notes
## What's Changed * chore: refresh npm lockfile after v0.4.2 by @github-actions[bot] in https://github.com/superradcompany/microsandbox/pull/641 * domain-rule enforcement at DNS, SNI, and policy layers by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/633 * feat(packaging): install msb alias alongside microsandbox CLI by @appcypher in https://github.com/superradcompany/microsandbox/pull/642 * feat(cli): add inline --script and rename file form to --script-path by @appcypher in https://github.com/superradcompany/microsandbox/pull/643 * fix(node-sdk): ship libkrunfw under canonical name in npm platform package by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/648 **Full Changelog**: https://github.com/superradcompany/microsandbox/compare/v0.4.2...v0.4.3