What's New
Features
- Added
skipAccumulationsupport for execution handlers. When enabled, stdout/stderr events are still delivered to callbacks but are not appended to accumulated execution logs, preventing unbounded memory growth for long-running streamed commands. #990 - Added
PlatformSpecsupport to sandbox creation APIs, includingCreateSandboxRequest.Platform,SandboxInfo.Platform, andSandboxCreateOptions.Platform. This lets Go callers request specific OS/architecture targets such as Windows sandboxes. #921 - Added SDK model support for PVC auto-provisioning fields. #749
- Added
SecureAccesssupport for sandbox creation. This is opt-in and currently supported by Kubernetes ingress gateway mode. #745
Misc
- Lowered the Go module target to Go 1.20 and slimmed test dependencies. #707