Skip to content

Releases: alibaba/OpenSandbox

components/egress 1.0.4

30 Mar 02:24
6295384

Choose a tag to compare

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

27 Mar 03:27
4609a56

Choose a tag to compare

What's New

✨ Features

  • Added run_in_session support 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

  • Fixed Python SDK handling for nullable lifecycle fields by @ninan-nn in #555

👥 Contributors

Thanks to these contributors ❤️

python/code-interpreter 0.1.2

27 Mar 04:02
4609a56

Choose a tag to compare

What's New

🐛 Bug Fixes

  • Fixed endpoint header propagation in the Python code-interpreter sync adapter by @Gujiassh in #504

📦 Misc

  • Added async endpoint-header coverage for the Python code-interpreter package by @Gujiassh in #509

👥 Contributors

Thanks to these contributors ❤️

JavaScript Code Interpreter SDK v0.1.3

26 Mar 06:45

Choose a tag to compare

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

26 Mar 03:23

Choose a tag to compare

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-id propagation support in the Java SDK by @ninan-nn in #453
  • Added Docker named volume support with PVC subPath support in sandbox lifecycle integration by @hittyt in #233

🐛 Bug Fixes

  • Fixed Java SDK handling for nullable lifecycle fields by @ninan-nn in #555

📦 Misc

  • Refined persistent shell workflows with runInSession API 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

26 Mar 06:31

Choose a tag to compare

What's New

✨ Features

  • Added sandbox endpoint auth header support for code-interpreter requests in the Java SDK by @ninan-nn in #492

👥 Contributors

Thanks to these contributors ❤️

csharp/sandbox 0.1.0

27 Mar 02:40
4609a56

Choose a tag to compare

What's New

Initial stable release of the C# Sandbox SDK.

csharp/code-interpreter 0.1.0

27 Mar 03:13
4609a56

Choose a tag to compare

What's New

Initial stable release of the C# Code Interpreter SDK.

JavaScript Sandbox SDK v0.1.5

25 Mar 02:41
490e1d1

Choose a tag to compare

What's New

✨ Features

  • Improved persistent shell workflows with runInSession support 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-id propagation 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

25 Mar 02:04
0f87153

Choose a tag to compare

What's New

⚠️ Breaking Changes

  • align the execd runInSession contract from code / timeout_ms to command / 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