Skip to content

Releases: e2b-dev/desktop

@e2b/desktop@2.3.0

03 Jun 12:37
122a1f0

Choose a tag to compare

Minor Changes

  • 122a1f0: Update e2b (js → 2.27.1, python → 2.25.1). The js SDK now requires Node >=20.18.1, matching the upstream engine range.

    The base SDK removed the beta create API in e2b 2.24.0, so the desktop overrides have been removed: Sandbox.betaCreate / SandboxBetaCreateOpts (js) and Sandbox.beta_create (python). Use Sandbox.create with the lifecycle option instead:

    // 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/desktop-python@2.4.0

03 Jun 12:37
122a1f0

Choose a tag to compare

Minor Changes

  • 122a1f0: Update e2b (js → 2.27.1, python → 2.25.1). The js SDK now requires Node >=20.18.1, matching the upstream engine range.

    The base SDK removed the beta create API in e2b 2.24.0, so the desktop overrides have been removed: Sandbox.betaCreate / SandboxBetaCreateOpts (js) and Sandbox.beta_create (python). Use Sandbox.create with the lifecycle option instead:

    // 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/desktop@2.2.3

30 Apr 18:19
5a0174f

Choose a tag to compare

Patch Changes

  • 5a0174f: Update e2b dependency to latest

@e2b/desktop-python@2.3.1

30 Apr 18:19
5a0174f

Choose a tag to compare

Patch Changes

  • 5a0174f: Update e2b dependency to latest

@e2b/desktop-python@2.3.0

17 Feb 01:42
0b89e8d

Choose a tag to compare

Minor Changes

  • 0b89e8d: Drop support for Python 3.9

@e2b/desktop@2.2.2

04 Dec 18:11
43e495f

Choose a tag to compare

Patch Changes

@e2b/desktop@2.2.1

04 Dec 17:52
fbd7c10

Choose a tag to compare

Patch Changes

@e2b/desktop@2.2.0

31 Oct 16:07
fa51958

Choose a tag to compare

Minor Changes

  • fa51958: Update e2b core to use new connect method

@e2b/desktop-python@2.2.0

31 Oct 16:07
fa51958

Choose a tag to compare

Minor Changes

  • fa51958: Update e2b core to use new connect method

@e2b/desktop@2.1.0

16 Oct 12:07
5d63292

Choose a tag to compare

Minor Changes

  • 5d63292: e2b 2.3.0 bump, includes a new build system 2.0 release