Skip to content

Releases: e2b-dev/code-interpreter

@e2b/code-interpreter@2.7.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 16:43
eb70a98

Minor Changes

  • eb70a98: Honor the sandboxUrl/sandbox_url option and the E2B_SANDBOX_URL environment variable when connecting to the Jupyter server, matching the base E2B SDK. Jupyter requests now also send the E2b-Sandbox-Id and E2b-Sandbox-Port headers 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

Choose a tag to compare

@github-actions github-actions released this 23 Jul 18:09
8d51873

Patch Changes

  • 8d51873: Bump pillow to 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

Choose a tag to compare

@github-actions github-actions released this 23 Jul 15:19
623b0ec

Patch Changes

@e2b/code-interpreter-python@2.9.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 16:43
eb70a98

Minor Changes

  • eb70a98: Honor the sandboxUrl/sandbox_url option and the E2B_SANDBOX_URL environment variable when connecting to the Jupyter server, matching the base E2B SDK. Jupyter requests now also send the E2b-Sandbox-Id and E2b-Sandbox-Port headers 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

Choose a tag to compare

@github-actions github-actions released this 22 Jun 15:46
0ab4def

Patch Changes

  • 0ab4def: Bump jupyter-server to 2.20.0 to address a security vulnerability

@e2b/code-interpreter@2.6.1

Choose a tag to compare

@github-actions github-actions released this 17 Jun 09:58
fe3e5db

Patch Changes

  • fe3e5db: Throw a descriptive TimeoutError/TimeoutException instead 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

Choose a tag to compare

@github-actions github-actions released this 17 Jun 09:58
fe3e5db

Patch Changes

  • fe3e5db: Throw a descriptive TimeoutError/TimeoutException instead 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

Choose a tag to compare

@github-actions github-actions released this 06 Jun 07:01
94bebe8

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

Choose a tag to compare

@github-actions github-actions released this 06 Jun 07:01
94bebe8

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

Choose a tag to compare

@github-actions github-actions released this 03 Jun 15:43
6f7af58

Patch Changes

  • 6f7af58: Pin jupyter-server root_dir to /home/user so session creation keeps working with jupyter-server 2.18.0's path-traversal hardening