Update dependency e2b to v2.51.0 - #264
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/e2b-2.x-lockfile
branch
from
September 18, 2026 23:06
b8d5e3b to
fed642d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.49.1→2.51.0Release Notes
e2b-dev/e2b (e2b)
v2.51.0Compare Source
Minor Changes
5c0f6eb: Remove SDK-side defaults from API request payloads so the API defaults apply when options are omitted. Sandbox create/fork/connect no longer preset a 5-minute timeout, fork no longer presetscount: 1, create no longer presetsallow_internet_access, pause no longer presets keeping memory, and template builds no longer preset CPU/memory. Explicitly provided values are still sent unchanged.Sandbox create and connect now use the v2 API endpoints (
POST /v2/sandboxes,POST /v2/sandboxes/{id}/connect), which defaulttimeoutto 5 minutes and always secure envd access. Thesecureoption onSandbox.createis deprecated: every sandbox is secured, so the option is still accepted but ignored.Patch Changes
5c0f6eb: Remove client-side validation of the forkcountargument. The API validates the requested fork count and rejects invalid values.v2.50.0Compare Source
Minor Changes
5b015ad: Removed the V1 template build operations and schemas from the generated API clients. The API no longer serves them (runtime87968fc1e1fa); control planes carrying that change answer410 Gone. Template builds go through the Template SDK.Visible removal, classified minor: the JS
pathsnamespace losesPOST /templates,POST /templates/{templateID},POST /templates/{templateID}/builds/{buildID}andPOST /v2/templates, andcomponents['schemas']losesTemplateLegacy,TemplateBuildRequestandTemplateBuildRequestV2; the Pythone2b.api.client.modelspackage losesTemplateLegacy,TemplateBuildRequestandTemplateBuildRequestV2, ande2b.api.client.api.templatesloses thepost_templates,post_templates_template_id,post_templates_template_id_builds_build_idandpost_v2_templatesmodules. No SDK method accepted or returned them; code that imported these names directly must drop the import.The regenerated clients also pick up a documented
429on most operations, a409on template create (v3), the upload-requestheaderson the build file-upload link,minLength: 1on the v2 build source fields, and a deprecation marker on the always-emptylogsfield of the build status.Patch Changes
956e3ab: Apply the request headers the API returns with a template layer-file upload link. Azure Blob Storage requiresx-ms-blob-typeon the upload request, which its signed URL cannot carry, soCOPYinstructions failed on Azure-backed clusters. GCS- and S3-backed clusters return no headers and are unaffected.Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.