Install
Linux / macOS:
curl -L https://github.com/h5i-dev/h5i/releases/download/v0.3.2/h5i-v0.3.2-<TARGET>.tar.gz | tar -xz
sudo mv h5i /usr/local/bin/Windows: download the .zip, extract h5i.exe, and add it to your PATH.
Available targets
| Target | Platform |
|---|---|
x86_64-unknown-linux-musl
| Linux x86_64 (static, glibc-free) |
aarch64-unknown-linux-musl
| Linux arm64 (static, glibc-free) |
aarch64-apple-darwin
| macOS (Apple Silicon + Rosetta) |
x86_64-pc-windows-msvc
| Windows x86_64 |
Each archive is accompanied by a .sha256 checksum file.
What's Changed
- ci(release): keep the console bundle off the release page by @Koukyosyumei in #412
- security: fix the 20 findings from the advisory review by @Koukyosyumei in #464
- fix: bound the waits, threads and disk a box can drive unboundedly by @Koukyosyumei in #465
- fix(console): make the honesty claims true, and escape what a box can steer by @Koukyosyumei in #466
- fix(auth,secrets): make declared grants work, and close two scrub gaps by @Koukyosyumei in #467
- fix: honour the guards, limits and contracts that were declared but not applied by @Koukyosyumei in #468
- fix: stop destroying state that was never the box's to touch by @Koukyosyumei in #469
- fix(env): write state files atomically, and stop reaping live registrations by @Koukyosyumei in #470
- fix(env): unwind a half-built box when create fails by @Koukyosyumei in #471
- fix: forward a fragmented message whole, and show the grants a run adds by @Koukyosyumei in #472
- fix: report compiled features in version json by @slegarraga in #416
- Update README.md by @Koukyosyumei in #473
- Bump to v032 by @Koukyosyumei in #474
New Contributors
- @slegarraga made their first contribution in #416
Full Changelog: v0.3.1...v0.3.2