From 5e9bf7438ceb71c2b98548fd508a2ff55c17dbf8 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 11:11:24 +0000 Subject: [PATCH] Add changelog page with weekly product updates Generated-By: mintlify-agent --- docs.json | 1 + docs/changelog.mdx | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 docs/changelog.mdx diff --git a/docs.json b/docs.json index 57a80903..ac8e659c 100644 --- a/docs.json +++ b/docs.json @@ -38,6 +38,7 @@ }, "docs/api-key", "docs/cookbook", + "docs/changelog", "docs/support", "docs/billing" ] diff --git a/docs/changelog.mdx b/docs/changelog.mdx new file mode 100644 index 00000000..d2091c87 --- /dev/null +++ b/docs/changelog.mdx @@ -0,0 +1,19 @@ +--- +title: Changelog +description: Latest updates and changes to E2B. +--- + + + ## New features + + - **Auto-resume for BYOC clusters.** Self-hosted [BYOC](/docs/byoc) deployments now support [auto-resume](/docs/sandbox/auto-resume). Paused sandboxes resume automatically on the next request, just like on E2B Cloud. + + ## Updates + + - **Opt-in `useOctetStream` for file uploads.** Sandbox [file uploads](/docs/filesystem/upload) default back to `multipart/form-data`. Set `useOctetStream: true` (JS) or `use_octet_stream=True` (Python) when uploading to use `application/octet-stream` instead. + + ## Bug fixes + + - **Clearer team-blocked errors.** Requests from blocked teams now include a `BlockedReason` field in the API error response, so you can surface a useful message to your users. + - **Security updates.** Resolved Dependabot alerts across the JavaScript and Python SDKs. Update to the latest SDK versions to pick up the fixes. +