Releases: alibaba/OpenSandbox
Releases · alibaba/OpenSandbox
components/egress 1.0.4
What's New
✨ Features
- persist egress policy to local file by env
OPENSANDBOX_EGRESS_POLICY_FILE(#525)
🐛 Bug Fixes
- Clamp nft element timeouts to 60–360s (was 60–300s) so the upper bound still matches a 300s DNS TTL cap plus slack; raise dyn_allow_* set timeout to 360s (#595)
- Avoid nft "conflicting intervals" when static allow/deny lists overlap (e.g. CGNAT + host inside). Add normalizeNFTIntervalSet to drop strictly contained prefixes before add element (#595)
👥 Contributors
Thanks to these contributors ❤️
- Docker Hub: opensandbox/egress:v1.0.4
- Aliyun Registry: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/egress:v1.0.4
python/sandbox 0.1.6
What's New
✨ Features
- Added
run_in_sessionsupport for persistent shell workflows in the Python SDK by @Pangjiping in #465 - Added manual-cleanup sandbox lifecycle support in the Python SDK by @hittyt in #446
- Added uid/gid and environment variable support in run-command requests by @Pangjiping in #449
- Added OSSFS volume backend support in the Python SDK by @ninan-nn in #563
- Added command exit-code support for Python SDK command execution by @ninan-nn in #540
🐛 Bug Fixes
👥 Contributors
Thanks to these contributors ❤️
python/code-interpreter 0.1.2
JavaScript Code Interpreter SDK v0.1.3
What's New
✨ Features
- Added sandbox endpoint auth header support for code-interpreter requests in the JavaScript SDK by @ninan-nn in #492
📦 Misc
- Updated package metadata and homepage information for the JavaScript code-interpreter package by @ninan-nn in #265
👥 Contributors
Thanks to these contributors ❤️
java/sandbox 1.0.5
What's New
✨ Features
- Added OSSFS volume support to the Java SDK sandbox models and converters by @ninan-nn in #563
- Added command exit-code support for Java SDK command execution flows by @ninan-nn in #540
- Added client-side sandbox pool support for Java SDK users by @ninan-nn in #393
- Added manual-cleanup sandbox lifecycle support in the Java SDK by @hittyt in #446
- Added egress patch support for sandbox network configuration by @ninan-nn in #464
- Added
x-request-idpropagation support in the Java SDK by @ninan-nn in #453 - Added Docker named volume support with PVC
subPathsupport in sandbox lifecycle integration by @hittyt in #233
🐛 Bug Fixes
📦 Misc
- Refined persistent shell workflows with
runInSessionAPI cleanup and SDK session support updates by @ninan-nn in #548 and by @Pangjiping in #465 - Improved ready-timeout diagnostics to make sandbox startup failures easier to debug by @liuxiaopai-ai in #314
👥 Contributors
Thanks to these contributors ❤️
java/code-interpreter 1.0.5
csharp/sandbox 0.1.0
What's New
Initial stable release of the C# Sandbox SDK.
csharp/code-interpreter 0.1.0
What's New
Initial stable release of the C# Code Interpreter SDK.
JavaScript Sandbox SDK v0.1.5
What's New
✨ Features
- Improved persistent shell workflows with
runInSessionsupport and related SDK cleanup by @ninan-nn in #548 and by @Pangjiping in #465 - Added command exit-code support for JavaScript sandbox command execution by @ninan-nn in #540
- Added OSSFS volume backend support in the JavaScript SDK by @239573049 in #476
- Added
x-request-idpropagation support in the JavaScript SDK by @ninan-nn in #453 - Added uid/gid and environment variable support in run-command requests by @Pangjiping in #449
- Improved sandbox ready-timeout diagnostics to make startup failures easier to debug by @liuxiaopai-ai in #311
🐛 Bug Fixes
- Fixed handling of nullable lifecycle fields in generated schema models by @ninan-nn in #555
- Fixed OSSFS validation to treat null volume backends as absent by @perhapzz in #515
📦 Misc
- Refined internal run-in-session implementation details and generated SDK outputs by @ninan-nn in #548
👥 Contributors
Thanks to these contributors ❤️
components/execd 1.0.9
What's New
⚠️ Breaking Changes
- align the execd runInSession contract from
code/timeout_mstocommand/timeout, and update the execd server handlers accordingly (#548)
👥 Contributors
Thanks to these contributors ❤️
- Docker Hub: opensandbox/execd:v1.0.9
- Aliyun Registry: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.9