v0.4.1
superradcompany/microsandboxv0.4.1Apr 29, 2026by github-actions[bot]
AI Summary
v0.4.1 is a minor release focused on SDK improvements and bug fixes. The most significant change is a breaking refactor of the Node SDK to use native NAPI classes, along with CLI help text corrections and new glibc version validation in the installer.
Key Highlights
- Breaking change: SDK-node redesigned as native NAPI classes
- CLI fix: Corrected dns_block_domain help text (REFUSED instead of NXDOMAIN)
- New: Installer now rejects unsupported glibc versions
- CI fix: Repaired node SDK release step
- Two new contributors: @voidborne-d and @qaijuang
Breaking Changes
- SDK-node builders redesigned as native NAPI classes - this is a breaking change for existing users of the Node SDK
New Features
- Installer now validates and rejects unsupported glibc versions
- SDK-node builders now use native NAPI classes for improved performance and compatibility
Full Release Notes
## What's Changed * fix(ci): repair node sdk release step by @toksdotdev in https://github.com/superradcompany/microsandbox/pull/630 * fix(cli): correct dns_block_domain help text (REFUSED, not NXDOMAIN) by @voidborne-d in https://github.com/superradcompany/microsandbox/pull/631 * refactor(sdk-node)!: redesign builders as native napi classes by @appcypher in https://github.com/superradcompany/microsandbox/pull/634 * Reject unsupported glibc in installer by @qaijuang in https://github.com/superradcompany/microsandbox/pull/635 * chore: bump version to 0.4.1 by @appcypher in https://github.com/superradcompany/microsandbox/pull/638 ## New Contributors * @voidborne-d made their first contribution in https://github.com/superradcompany/microsandbox/pull/631 * @qaijuang made their first contribution in https://github.com/superradcompany/microsandbox/pull/635 **Full Changelog**: https://github.com/superradcompany/microsandbox/compare/v0.4.0...v0.4.1