Skip to content

Update dependency e2b to v2.49.0 - #262

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/e2b-2.x-lockfile
Open

Update dependency e2b to v2.49.0#262
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/e2b-2.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
e2b (source) 2.46.42.49.0 age confidence

Release Notes

e2b-dev/e2b (e2b)

v2.49.0

Compare Source

Minor Changes
  • f842aa8: Expose a configurable minimum free-disk target with minFreeDiskMb in JavaScript, min_free_disk_mb in Python, and --min-free-disk-mb in template 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.0

Minor Changes
  • 08efa36: Add httpsPorts (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: Add ServiceBusyError (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 refused pause() is the first case. The base SandboxError / SandboxException also carries the HTTP status as statusCode / status_code when the error came from an API response, so callers can branch on the status without parsing the message. Like AuthenticationError / 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_timeout and onResume / on_resume now raise InvalidArgumentError / InvalidArgumentException for 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 to kill and deleted the sandbox and its snapshot at timeout, and on_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)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from mishushakov as a code owner September 9, 2026 12:45
@cla-bot cla-bot Bot added the cla-signed label Sep 9, 2026
@renovate
renovate Bot force-pushed the renovate/e2b-2.x-lockfile branch from 9bf275d to 00a1e09 Compare September 10, 2026 00:05
@renovate renovate Bot changed the title Update dependency e2b to v2.48.0 Update dependency e2b to v2.49.0 Sep 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants