Download Latest Version e2b@2.21.0 source code.tar.gz (1.6 MB)
Email in envelope

Get an email when there's a new version of E2B

Home / e2b@2.21.0
Name Modified Size InfoDownloads / Week
Parent folder
e2b@2.21.0 source code.tar.gz < 5 hours ago 1.6 MB
e2b@2.21.0 source code.zip < 5 hours ago 1.9 MB
README.md < 5 hours ago 948 Bytes
Totals: 3 Items   3.5 MB 0

Minor Changes

  • 2ac5de2: Add signal: AbortSignal option to JS SDK methods to support cancelling in-flight requests. The signal can be passed to Sandbox.create, Sandbox.connect, sandbox.commands.run, sandbox.files.*, volume methods, and other request options. When the signal is aborted, the underlying fetch is aborted and the returned promise rejects with an AbortError.

    SandboxPaginator.nextItems and SnapshotPaginator.nextItems now accept a SandboxApiOpts argument (including signal) — when provided, the per-call options override the connection options the paginator was constructed with for that single request.

    Same change in the Python SDK: SandboxPaginator.next_items / SnapshotPaginator.next_items (sync and async) now accept **opts: ApiParams (e.g. api_key, domain, headers, request_timeout); when provided, the per-call options override the ones the paginator was constructed with.

Source: README.md, updated 2026-05-18