6.0 KiB
edge-preview-authenticated-proxy
0.3.2
Patch Changes
0.3.1
Patch Changes
-
#12753
ea8b1a4Thanks @petebacondarwin! - Replace deprecatedpromjslibrary withMetricsRegistryfrom@cloudflare/workers-utils/prometheus-metricsThe
promjslibrary has been unmaintained since 2022 and has a brokenpackage.jsonrequiring workarounds. It has been replaced with a lightweightMetricsRegistryclass in@cloudflare/workers-utils/prometheus-metricsthat produces byte-identical Prometheus text exposition format output. -
#13021
973dfddThanks @penalosa! - Restore the/exchangepreview session endpoint.
0.3.0
Minor Changes
-
#12771
b8c33f5Thanks @penalosa! - Remove prewarm, inspector_websocket, and exchange proxy from preview flowThe 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). Theprewarmparameter is no longer required or accepted by the.update-preview-tokenendpoint.The playground preview worker now treats
exchange_urlas 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 usingtail_urlfor live logs.
0.2.5
Patch Changes
0.2.4
Patch Changes
- #9033
2c50115Thanks @dario-piotrowicz! - chore: convert wrangler.toml files into wrangler.jsonc ones
0.2.3
Patch Changes
- #7793
9941219Thanks @edmundhung! - fix: ensure no body is passed when constructing a GET or HEAD request to the preview worker
0.2.2
Patch Changes
- #7630
b687dffThanks @edmundhung! - fix OPTIONS raw http request support by overriding raw request method with the X-CF-Http-Method header
0.2.1
Patch Changes
- #7143
4d7ce6fThanks @emily-shen! - chore: enable observability on our internal infra Workers + bots
0.2.0
Minor Changes
- #6458
50a60a6Thanks @penalosa! - feat: Optionally stripcf-ew-raw-prefix from headers before passing to the user worker
0.1.4
Patch Changes
-
#6046
c643a81Thanks @threepointone! - chore: Normalize more dependencies.Follow up to https://github.com/cloudflare/workers-sdk/pull/6029, this normalizes some more dependencies :
get-port,chalk,yargs,toucan-js,@typescript-eslint/parser,@typescript-eslint/eslint-plugin,esbuild-register,hono,glob-to-regexp,@cloudflare/workers-types
0.1.3
Patch Changes
0.1.2
Patch Changes
0.1.1
Patch Changes
-
#3448
acc9881bThanks @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-Headersin the preflight response.