Update dependency e2b to v2.49.0 - #262
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/e2b-2.x-lockfile
branch
from
September 10, 2026 00:05
9bf275d to
00a1e09
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.46.4→2.49.0Release Notes
e2b-dev/e2b (e2b)
v2.49.0Compare Source
Minor Changes
f842aa8: Expose a configurable minimum free-disk target withminFreeDiskMbin JavaScript,min_free_disk_mbin Python, and--min-free-disk-mbintemplate create. Omission uses the team default, while explicit zero requests no minimum growth. Growth is best effort and never shrinks an existing filesystem.v2.48.0Minor Changes
08efa36: AddhttpsPorts(JS) /https_ports(Python) to the sandbox network config. Ports listed there have their public URLs proxied to the sandbox over HTTPS — use it when the service listening on the port serves TLS itself. This is not TLS passthrough: traffic is still terminated at the E2B proxy and re-encrypted on the hop to the sandbox, and the backend certificate is not verified, so self-signed certificates work. The configured ports are also returned in the sandbox info network config.6b759bf: AddServiceBusyError(JavaScript) /ServiceBusyException(Python) for HTTP 503 responses: the API refused the operation because the service or the node running the sandbox is temporarily busy, the sandbox is unchanged, and the call can be retried. A refusedpause()is the first case. The baseSandboxError/SandboxExceptionalso carries the HTTP status asstatusCode/status_codewhen the error came from an API response, so callers can branch on the status without parsing the message. LikeAuthenticationError/AuthenticationException, the new class does not subclass the sandbox base error: it is raised for every 503 whatever the operation, so catch it explicitly.Patch Changes
58c81f1:onTimeout/on_timeoutandonResume/on_resumenow raiseInvalidArgumentError/InvalidArgumentExceptionfor a value outside their two literals, instead of silently resolving it to the other one. Both are resolved into a boolean before the request is built, so the value never reaches the API and a typo cannot be rejected server-side:on_timeout="Pause"previously resolved tokilland deleted the sandbox and its snapshot at timeout, andon_resume="Reboot"previously restored the memory the caller asked to skip. A nullish value still means "not configured" and leaves the choice to the API.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.