github alibaba/OpenSandbox docker/execd/v1.0.17
components/execd 1.0.17

7 hours ago

What's New

✨ Features

  • Add EXECD_BOOTSTRAP_PRE_SCRIPT for pre-bootstrap env seeding (#901)

🐛 Bug Fixes

  • Defer SSE response headers until first event fires. Pre-execution errors in RunCommand/RunCode/RunInSession previously wrote JSON onto an already-committed text/event-stream response, breaking SDK parsers (opensandbox: empty sse stream). Headers now commit lazily via idempotent setupSSEResponse; sync errors return application/json cleanly (#912)
  • Preserve blank lines in command stdout SSE stream. readFromPos no longer drops standalone newlines; \r\n coalesced (#902)
  • Make uploaded files durable on virtio-fs / 9pfs. /files/upload fsyncs parent dir and retries stat after chmod, fixing intermittent "file not found" on follow-up /command calls (#895)

👥 Contributors

Thanks to these contributors ❤️


  • Docker Hub: opensandbox/execd:v1.0.17
  • Aliyun Registry: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.17

Don't miss a new OpenSandbox release

NewReleases is sending notifications on new releases.