csharp/sandbox/v0.1.2

opensandbox-group/OpenSandboxcsharp/sandbox/v0.1.2Jun 8, 2026by ninan-nn

AI Summary

Added skipAccumulation, SecureAccess, and PVC fields to the C# SDK to support long-running executions and enhanced security features.

Key Highlights

  • Added skipAccumulation support for execution handlers
  • Added SecureAccess support for sandbox creation
  • Added SDK model support for PVC auto-provisioning fields

New Features

  • skipAccumulation support to prevent unbounded memory growth
  • SecureAccess support for sandbox creation
  • PVC auto-provisioning fields support

Full Release Notes

## What's New

### Features

- Added `skipAccumulation` support 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. https://github.com/opensandbox-group/OpenSandbox/pull/990
- Added SDK model support for PVC auto-provisioning fields. https://github.com/opensandbox-group/OpenSandbox/pull/749
- Added `SecureAccess` support for sandbox creation and endpoint access headers. This is opt-in and currently supported by Kubernetes ingress gateway mode. https://github.com/opensandbox-group/OpenSandbox/pull/745

### Contributors

- @Pangjiping
- @ninan-nn