Skip to content

v0.6.0

Choose a tag to compare

@DorianZheng DorianZheng released this 25 Feb 13:32
· 312 commits to main since this release
cca4c9e

What's Changed

  • ci: auto-publish Rust crates to crates.io on release by @DorianZheng in #272
  • fix(jailer): capture SIGSYS in CrashCapture for seccomp diagnostics by @DorianZheng in #274
  • feat(jailer): bwrap sandbox improvements and PID namespace watchdog fix by @DorianZheng in #275
  • feat(jailer): Linux defense-in-depth: user namespaces, AppArmor, bwrap mounts, seccomp by @DorianZheng in #256
  • feat(jailer): sandbox refactor with granular path access by @DorianZheng in #277
  • feat(watchdog): pipe-based POLLHUP parent death detection by @DorianZheng in #278
  • Revert: enable jailer by default + fix macOS library patterns by @DorianZheng in #280
  • feat: add snapshot, export, import, and clone operations by @joeyaflores in #217
  • fix: restore runtime backend compile path and binary resolution by @DorianZheng in #281
  • Harden macOS seatbelt policy and stabilize deny cleanup integration by @DorianZheng in #282
  • feat: auto-quiesce clone/export on running boxes + REST import_box by @DorianZheng in #283
  • refactor: extract clone/export/import into dedicated modules by @DorianZheng in #284
  • feat: 12-char Base62 box IDs + trait-based migration framework by @DorianZheng in #285
  • refactor: parallel test infra + nextest simplification + boot timing by @DorianZheng in #286
  • ci: add Codecov integration with OIDC auth by @DorianZheng in #287
  • Reference server: BOXLITE_SERVER/BOXLITE_RUNTIME env config + non-detached handle retention by @DorianZheng in #288
  • feat: per-exec user override across proto, CLI, and SDKs by @DorianZheng in #291
  • chore(setup): add cargo-nextest to setup scripts by @DorianZheng in #292
  • build: hard-rename Make targets to tool:mode:scope across quality/test/CI/docs by @DorianZheng in #290
  • fix(tests): symlink tmp dir to avoid cross-device errors on Linux tmpfs by @DorianZheng in #293
  • fix(tests): complete mirror registry rollout and fix stale warm-up DB by @DorianZheng in #294
  • fix(sdks): read stdout and stderr concurrently to prevent deadlock by @DorianZheng in #296
  • feat: shared tar module and copy operations by @DorianZheng in #297
  • chore: bump SDK versions to 0.6.0 and refactor test infrastructure by @DorianZheng in #298
  • feat(node): tests for Python-parity features by @DorianZheng in #299
  • test(python): rewrite box management tests to cover actual API by @DorianZheng in #300

New Contributors

Full Changelog: v0.5.14...v0.6.0