Skip to content

Releases: e2b-dev/E2B

@e2b/cli@2.7.3

26 Feb 19:54
b989b29

Choose a tag to compare

Patch Changes

  • b989b29: fix crash on invalid status codes in error handler

@e2b/cli@2.7.2

25 Feb 21:17
6c1db7d

Choose a tag to compare

Patch Changes

  • 6c1db7d: fix issue with pagination on listSandboxes

e2b@2.13.0

24 Feb 20:53
a55ca21

Choose a tag to compare

Minor Changes

  • a55ca21: Add snapshot API for creating persistent sandbox snapshots

@e2b/python-sdk@2.14.0

24 Feb 20:53
a55ca21

Choose a tag to compare

Minor Changes

  • a55ca21: Add snapshot API for creating persistent sandbox snapshots

@e2b/python-sdk@2.13.3

21 Feb 02:00
24279d0

Choose a tag to compare

Patch Changes

  • c38a181: fixes type errors when using with ty

@e2b/cli@2.7.1

21 Feb 02:00
24279d0

Choose a tag to compare

Patch Changes

  • a2cd86c: added -d option to create sandbox in detached mode
  • 8f53fdc: set default template to spawn command
  • a26e213: Print Sandbox Inspect url for E2B Dashboard Inspection

@e2b/cli@2.7.0

12 Feb 01:28
87ceec2

Choose a tag to compare

Minor Changes

  • 87ceec2: Implement closeStdin to allow piping commands into the CLI

e2b@2.12.1

09 Feb 13:02
8efc53c

Choose a tag to compare

Patch Changes

  • 8efc53c: Use chunked transfer encoding for tar uploads to reduce memory usage
  • 5e9c6d6: fix: validate copy src paths are relative and within context directory
  • 1780a0c: Fix error handling for API responses with empty body.

@e2b/python-sdk@2.13.2

09 Feb 19:28
6395a5f

Choose a tag to compare

Patch Changes

  • 6395a5f: Fix type checker compatibility for class_method_variant descriptor

@e2b/python-sdk@2.13.1

09 Feb 13:02
8efc53c

Choose a tag to compare

Patch Changes

  • 5e9c6d6: fix: validate copy src paths are relative and within context directory
  • 1a8fed0: Consolidate logic on the git functionality and tests to ensure parity on sync/async functionality