e2b@2.19.1
·
96 commits
to main
since this release
Patch Changes
- 3167e19: fix(js-sdk): buffer template tar archive before upload so
fetchsetsContent-Lengthinstead of falling back toTransfer-Encoding: chunked. S3 presigned PUT URLs reject chunked requests with501 NotImplemented, breaking template uploads in self-hosted deployments backed by S3-compatible storage. Aligns the JS SDK with the Python SDK, which already buffers viaio.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()