Skip to content

Releases: e2b-dev/E2B

e2b@2.19.2

27 Apr 21:27
2c995d4

Choose a tag to compare

Patch Changes

  • 2c995d4: added opt-in useOctetStream / use_octet_stream option to sandbox file write; default is now multipart/form-data regardless of envd version

@e2b/python-sdk@2.20.2

27 Apr 21:27
2c995d4

Choose a tag to compare

Patch Changes

  • 2c995d4: added opt-in useOctetStream / use_octet_stream option to sandbox file write; default is now multipart/form-data regardless of envd version

e2b@2.19.1

24 Apr 18:35
3167e19

Choose a tag to compare

Patch Changes

  • 3167e19: fix(js-sdk): buffer template tar archive before upload so fetch sets Content-Length instead of falling back to Transfer-Encoding: chunked. S3 presigned PUT URLs reject chunked requests with 501 NotImplemented, breaking template uploads in self-hosted deployments backed by S3-compatible storage. Aligns the JS SDK with the Python SDK, which already buffers via io.BytesIO.
  • 2f0ff5f: fix(sdk): prevent shell injection in MCP config by using proper shell escaping (shlex.quote in Python, shellQuote helper in JS/TS)
  • b5f2631: added gzip support for sandbox file upload/download
  • 4065ecd: allow passing template as an option in Sandbox.create()

@e2b/python-sdk@2.20.1

24 Apr 18:35
3167e19

Choose a tag to compare

Patch Changes

  • 2f0ff5f: fix(sdk): prevent shell injection in MCP config by using proper shell escaping (shlex.quote in Python, shellQuote helper in JS/TS)
  • f667f33: fix write_files docstring to correctly state that parent directories are auto-created
  • b5f2631: added gzip support for sandbox file upload/download

@e2b/cli@2.10.0

24 Apr 18:35
3167e19

Choose a tag to compare

Minor Changes

  • a6a1156: Handle sandbox not found on cli info

Patch Changes

  • fcb95c3: Replace sandbox.kill() with sandbox.setTimeout(1s) in the CLI create command to prevent accidental historic sandbox snapshot deletions
  • Updated dependencies [3167e19]
  • Updated dependencies [2f0ff5f]
  • Updated dependencies [b5f2631]
  • Updated dependencies [4065ecd]
    • e2b@2.19.1

e2b@2.19.0

02 Apr 19:20
cf35f61

Choose a tag to compare

Minor Changes

  • cf35f61: switch to application/octet-stream for file uploads
  • 1cc385a: Edit README

Patch Changes

  • ef46004: Increase default timeout for volume file uploads to 1 hour

@e2b/python-sdk@2.20.0

02 Apr 19:20
cf35f61

Choose a tag to compare

Minor Changes

  • cf35f61: switch to application/octet-stream for file uploads
  • 1cc385a: Edit README

Patch Changes

  • ef46004: Increase default timeout for volume file uploads to 1 hour

e2b@2.18.0

26 Mar 01:32
6d7e72e

Choose a tag to compare

Minor Changes

  • 6d7e72e: added volumes support to the SDKs

@e2b/python-sdk@2.19.0

26 Mar 01:32
6d7e72e

Choose a tag to compare

Minor Changes

  • 6d7e72e: added volumes support to the SDKs

e2b@2.17.0

25 Mar 19:27
f7f1f29

Choose a tag to compare

Minor Changes