fix(deps): update dependency @cloudflare/sandbox to v0.11.0#1853
Merged
Conversation
Contributor
Coverage Report
File CoverageNo changed files found. |
d4f9218 to
4d5ddae
Compare
4d5ddae to
361cdef
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:
0.10.3→0.11.0Release Notes
cloudflare/sandbox-sdk (@cloudflare/sandbox)
v0.11.0Compare Source
Minor Changes
#708
287ec04Thanks @ghostwriternr! - Prevent stale preview URLs from waking or reaching sandbox runtimes. Invalid, revoked, or destroyed preview URLs return404 INVALID_TOKEN; authorized URLs that are not activated for the current runtime return410 STALE_PREVIEW_URLuntil the port is exposed again. Existing preview URLs that previously survived container restart now return410 STALE_PREVIEW_URLafter a restart until the port is exposed again in the new runtime.getExposedPorts()andisPortExposed()now report only ports that are currently preview-forwardable in the active runtime.unexposePort()is now idempotent: revoking a port that is not currently exposed succeeds without contacting the container. Preview URL state no longer uses the container-local exposed-port registry or proxy routes.Patch Changes
#733
d4a739bThanks @scuffi! - Allow backup and restore presigned URLs to target non-default R2 endpoints. SetBACKUP_BUCKET_ENDPOINT, for examplehttps://<account_id>.eu.r2.cloudflarestorage.com, when your backup bucket uses an R2 jurisdiction.#732
8b9ec84Thanks @ghostwriternr! - Add bridge endpoints for managing tunnels to sandbox services. HTTP clients can callPOST /v1/sandbox/:id/tunnel/:portwith an optionalnamebody field for a predictable named URL, andDELETE /v1/sandbox/:id/tunnel/:portto remove the tunnel.#730
de68927Thanks @ghostwriternr! - Classify Office Open XML files such as.xlsxand.docxas binary when reading files so they are returned with base64 encoding instead of text decoding.#722
95bb7b9Thanks @aron-cf! - Add named-tunnel support tosandbox.tunnels.get(port, { name }). Named tunnels bind a user-controlled hostname (<name>.<your-zone>) backed by a Cloudflare Tunnel and a proxied CNAME on your zone, so the URL is stable across container restarts and across sandboxes that share the same name. Callingsandbox.destroy()tears down the Cloudflare tunnel and DNS record alongside the container.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.