v0.8.2
What's Changed
- feat(serve): complete REST API server and add --url flag by @DorianZheng in #384
- docs(readme): add REST API quick start section by @DorianZheng in #385
- refactor(go): replace go generate with setup tool and flatten CGO structure by @DorianZheng in #386
- fix(go): correct README example to match actual SDK API by @DorianZheng in #387
- fix(snapshot): harden snapshot subsystem with chain-walk safety and crash recovery by @DorianZheng in #390
- feat(server): add distributed server with coordinator and worker roles by @DorianZheng in #391
- fix(server): keep exec in HashMap during output streaming for TTY sessions by @DorianZheng in #392
- feat(server): align utoipa OpenAPI spec with rest-sandbox-open-api.yaml by @DorianZheng in #394
- feat(server): implement all OpenAPI endpoints end-to-end by @DorianZheng in #396
- feat: upgrade MiniMax default model to M2.7 by @octo-patch in #393
- feat(server): implement WebSocket TTY for interactive terminal sessions by @DorianZheng in #397
- feat(net): add SocketShortener for Unix socket sun_path limit by @DorianZheng in #398
- feat(guest): add auto-idmap for transparent volume UID remapping by @DorianZheng in #399
- feat(ci): add Linux ARM64 to CI platform matrix by @DorianZheng in #400
- fix(ci): use dynamic manylinux arch in warm-caches workflow by @DorianZheng in #402
- feat(audit): add audit logging for box operations by @DorianZheng in #403
- feat(net): add network allowlist with DNS sinkhole filtering by @DorianZheng in #410
- feat(net): add TCP-level allowlist filtering with SNI/Host inspection by @DorianZheng in #411
- feat(net): add secret substitution via TLS MITM proxy by @DorianZheng in #412
- feat(vmm): add KVM health check to detect broken nested virtualization by @DorianZheng in #417
- feat(jailer): add Landlock LSM sandbox with composable Sandbox API by @DorianZheng in #416
- chore: bump all SDK versions to 0.8.0 by @DorianZheng in #418
- refactor: reorganize workspace into src/ layout by @DorianZheng in #419
- feat(server): add coordinator admin REST API and gRPC registration by @DorianZheng in #420
- fix(vmm): fix KVM smoke test for nested virtualization by @DorianZheng in #421
- chore: bump all SDK versions to 0.8.1 by @DorianZheng in #422
- fix(build): fix workspace root detection in build.rs by @DorianZheng in #423
Full Changelog: v0.7.5...v0.8.2