Skip to content

Releases: e2b-dev/code-interpreter

@e2b/code-interpreter@2.6.0

06 Jun 07:01
94bebe8

Choose a tag to compare

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

06 Jun 07:01
94bebe8

Choose a tag to compare

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

03 Jun 15:43
6f7af58

Choose a tag to compare

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

@e2b/code-interpreter-template@0.4.2

26 May 06:58
8898595

Choose a tag to compare

Patch Changes

  • 8898595: perf(template): defer heavy imports
    chore: bump dependencies

@e2b/code-interpreter@2.5.0

22 May 20:07
a214875

Choose a tag to compare

Minor Changes

  • a214875: Update e2b SDK versions

    Remove Sandbox.betaCreate (JS) and Sandbox.beta_create (Python). These methods were a beta of the lifecycle configuration that has since shipped on Sandbox.create. Migrate by calling Sandbox.create with the lifecycle option:

    // before
    await Sandbox.betaCreate({ autoPause: true })
    // after
    await Sandbox.create({ lifecycle: { onTimeout: 'pause' } })
    # before
    Sandbox.beta_create(auto_pause=True)
    # after
    Sandbox.create(lifecycle={"on_timeout": "pause"})

@e2b/code-interpreter-python@2.7.0

22 May 20:07
a214875

Choose a tag to compare

Minor Changes

  • a214875: Update e2b SDK versions

    Remove Sandbox.betaCreate (JS) and Sandbox.beta_create (Python). These methods were a beta of the lifecycle configuration that has since shipped on Sandbox.create. Migrate by calling Sandbox.create with the lifecycle option:

    // before
    await Sandbox.betaCreate({ autoPause: true })
    // after
    await Sandbox.create({ lifecycle: { onTimeout: 'pause' } })
    # before
    Sandbox.beta_create(auto_pause=True)
    # after
    Sandbox.create(lifecycle={"on_timeout": "pause"})

@e2b/code-interpreter-template@0.4.1

14 May 18:39
5fedbea

Choose a tag to compare

Patch Changes

  • 5fedbea: Apply cwd to bash kernel contexts (previously ignored, so pwd returned / regardless of the requested working directory)

@e2b/code-interpreter-template@0.4.0

14 May 12:35
34be25b

Choose a tag to compare

Minor Changes

@e2b/code-interpreter@2.4.2

30 Apr 18:28
4db7f15

Choose a tag to compare

Patch Changes

  • 4db7f15: Raise the minimum supported e2b SDK dependency versions.

@e2b/code-interpreter-python@2.6.2

30 Apr 18:28
4db7f15

Choose a tag to compare

Patch Changes

  • 4db7f15: Raise the minimum supported e2b SDK dependency versions.