e2b [email protected] released
[email protected] adds abort support across the JS and Python SDKs, letting AI agent builders pass an `AbortSignal`/per-call API options to cancel in-flight requests for sandbox creation/connection, command execution, file and volume operations, and paginator requests. This is a concrete reliability and control upgrade: paginator calls can now override connection-level options per request, and aborted requests fail with an `AbortError` instead of continuing to run.
e2b [email protected] is available. Release notes →
[email protected] adds abort support across the JS and Python SDKs, letting AI agent builders pass an AbortSignal/per-call API options to cancel in-flight requests for sandbox creation/connection, command execution, file and volume operations, and paginator requests. This is a concrete reliability and control upgrade: paginator calls can now override connection-level options per request, and aborted requests fail with an AbortError instead of continuing to run.
What changed. [email protected] is the latest release.
Why it matters. Review the release notes for breaking changes before upgrading.
Builder takeaway. Pin your version or upgrade in a branch and run your eval suite before deploying.