Releases: e2b-dev/code-interpreter
Releases · e2b-dev/code-interpreter
Release list
@e2b/code-interpreter@2.7.0
Minor Changes
- eb70a98: Honor the
sandboxUrl/sandbox_urloption and theE2B_SANDBOX_URLenvironment variable when connecting to the Jupyter server, matching the base E2B SDK. Jupyter requests now also send theE2b-Sandbox-IdandE2b-Sandbox-Portheaders so a custom sandbox URL (e.g. a gateway or proxy) can route them to the right sandbox and port.
@e2b/code-interpreter-template@0.4.6
Patch Changes
- 8d51873: Bump
pillowto 12.3.0 to address multiple security vulnerabilities (heap out-of-bounds writes, decompression bomb bypasses, and DoS issues fixed in 12.3.0)
@e2b/code-interpreter-template@0.4.5
Patch Changes
- 623b0ec: Bump
nltkto 3.10.0 to address a security vulnerability (CVE-2026-54293)
@e2b/code-interpreter-python@2.9.0
Minor Changes
- eb70a98: Honor the
sandboxUrl/sandbox_urloption and theE2B_SANDBOX_URLenvironment variable when connecting to the Jupyter server, matching the base E2B SDK. Jupyter requests now also send theE2b-Sandbox-IdandE2b-Sandbox-Portheaders so a custom sandbox URL (e.g. a gateway or proxy) can route them to the right sandbox and port.
@e2b/code-interpreter-template@0.4.4
Patch Changes
- 0ab4def: Bump
jupyter-serverto 2.20.0 to address a security vulnerability
@e2b/code-interpreter@2.6.1
Patch Changes
- fe3e5db: Throw a descriptive
TimeoutError/TimeoutExceptioninstead of a raw socket error (e.g.ECONNRESET) when the sandbox is killed or times out while a request (runCode/run_code, context management) is in progress
@e2b/code-interpreter-python@2.8.1
Patch Changes
- fe3e5db: Throw a descriptive
TimeoutError/TimeoutExceptioninstead of a raw socket error (e.g.ECONNRESET) when the sandbox is killed or times out while a request (runCode/run_code, context management) is in progress
@e2b/code-interpreter@2.6.0
Minor Changes
- 94bebe8: Bump E2B package: add API-only custom header options for the JavaScript and Python SDKs
@e2b/code-interpreter-python@2.8.0
Minor Changes
- 94bebe8: Bump E2B package: add API-only custom header options for the JavaScript and Python SDKs
@e2b/code-interpreter-template@0.4.3
Patch Changes
- 6f7af58: Pin
jupyter-serverroot_dirto/home/userso session creation keeps working with jupyter-server 2.18.0's path-traversal hardening