Skip to content

e2b@2.19.1

Choose a tag to compare

@github-actions github-actions released this 24 Apr 18:35
· 96 commits to main since this release
3167e19

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()