Files
wehub-resource-sync 70bf21e064
Deploy (to testing) and Test Playground Preview Worker / Deploy Playground Preview Worker (testing) (push) Has been skipped
Deploy Workers Shared Staging / Deploy Workers Shared Staging (push) Failing after 0s
Prerelease / build (push) Has been skipped
Handle Changesets / Handle Changesets (push) Has been cancelled
Semgrep OSS scan / semgrep-oss (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:30:11 +08:00

6.0 KiB

edge-preview-authenticated-proxy

0.3.2

Patch Changes

0.3.1

Patch Changes

  • #12753 ea8b1a4 Thanks @petebacondarwin! - Replace deprecated promjs library with MetricsRegistry from @cloudflare/workers-utils/prometheus-metrics

    The promjs library has been unmaintained since 2022 and has a broken package.json requiring workarounds. It has been replaced with a lightweight MetricsRegistry class in @cloudflare/workers-utils/prometheus-metrics that produces byte-identical Prometheus text exposition format output.

  • #13021 973dfdd Thanks @penalosa! - Restore the /exchange preview session endpoint.

0.3.0

Minor Changes

  • #12771 b8c33f5 Thanks @penalosa! - Remove prewarm, inspector_websocket, and exchange proxy from preview flow

    The preview session exchange endpoint (/exchange) has been removed from the edge-preview-authenticated-proxy — it has been unused since the dash started fetching the exchange URL directly (DEVX-979). The prewarm parameter is no longer required or accepted by the .update-preview-token endpoint.

    The playground preview worker now treats exchange_url as optional, falling back to the initial token from the edge-preview API when exchange is unavailable. Inspector websocket proxying and prewarm have been removed in favour of using tail_url for live logs.

0.2.5

Patch Changes

0.2.4

Patch Changes

0.2.3

Patch Changes

  • #7793 9941219 Thanks @edmundhung! - fix: ensure no body is passed when constructing a GET or HEAD request to the preview worker

0.2.2

Patch Changes

  • #7630 b687dff Thanks @edmundhung! - fix OPTIONS raw http request support by overriding raw request method with the X-CF-Http-Method header

0.2.1

Patch Changes

0.2.0

Minor Changes

  • #6458 50a60a6 Thanks @penalosa! - feat: Optionally strip cf-ew-raw- prefix from headers before passing to the user worker

0.1.4

Patch Changes

0.1.3

Patch Changes

0.1.2

Patch Changes

0.1.1

Patch Changes

  • #3448 acc9881b Thanks @1000hz! - fix: Allowed arbitrary headers on cross-origin requests to Raw HTTP preview.

    Requests sent to the rawhttp preview endpoint with arbitrary headers were being blocked due to same-origin policy. We now include any request headers as part of Access-Control-Allow-Headers in the preflight response.

0.1.0

Minor Changes

  • #2958 a0233c66 Thanks @penalosa! - feat: Add a worker to provide an authenticated proxy to the edge preview environment.