Update dependency e2b#222
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
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.31.0→2.32.02.32.0→2.33.0Release Notes
e2b-dev/e2b (e2b)
v2.32.0Compare Source
Minor Changes
2b7dd17: Add agzipoption to the templatecopylayer to control whether copiedfiles are gzipped before upload.
Gzip is enabled by default (matching the previous behavior). Pass
gzip: false(gzip=Falsein Python) to upload an uncompressed tar archiveinstead — useful when copying already-compressed files where gzipping adds
CPU cost without shrinking the payload.
Patch Changes
bb45f18: Introduce a generic, reusable paginator base class and migrate the sandbox and snapshot list paginators onto it. The base owns the shared cursor-based pagination state (hasNext/has_next,nextToken/next_token, and reading thex-next-tokenheader) while each concrete paginator implementsnextItems/next_itemsto fetch its own page, so future list endpoints can add pagination by subclassing it without reimplementing the bookkeeping. No public API changes.f160f08: Keep integration user-agent attribution onConnectionConfiginstead of exposing it through sandbox, template, volume, or per-call API option types.c385566: CorrectSandbox.list()documentation across both SDKs: it returns a paginator (SandboxPaginator/AsyncSandboxPaginator), not a list, and by default the server returns sandboxes in bothrunningandpausedstates. The docstrings now describe the return type accurately and show how to iterate pages viapaginator.next_items()/await paginator.nextItems()whilepaginator.has_next/paginator.hasNextis true. No behavior change.bb16968: Template builds: the build-context tar archive is now spooled to a temporary file and streamed from disk during upload instead of being held in memory (JS and Python, sync and async), while keeping the explicitContent-Lengthrequired by S3 presigned URLs. Temp-file cleanup is now best-effort, so a cleanup failure after the upload no longer masks a successful upload as an error (nor overwrites the real upload error on failure). The Python SDK now uploads the archive with a 1-hour default timeout (overridable viarequest_timeout) instead of the 60s general API timeout, matching the JS SDK and preventing large uploads from timing out.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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.