Open edmundhung opened 6 days ago
Latest commit: 47e85080c62571064b82fe73e8cddd2cefb37fdd
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
A wrangler prerelease is available for testing. You can install this latest build in your project with:
npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/11933956056/npm-package-wrangler-7292
You can reference the automatically updated head of this PR with:
npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/7292/npm-package-wrangler-7292
Or you can use npx
with this latest build directly:
npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/11933956056/npm-package-wrangler-7292 dev path/to/script.js
wrangler@3.88.0
includes the following runtime dependencies:
Package | Constraint | Resolved |
---|---|---|
miniflare |
workspace:* | 3.20241106.0 |
workerd |
1.20241106.1 | 1.20241106.1 |
workerd --version |
1.20241106.1 | 2024-11-06 |
Please ensure constraints are pinned, and miniflare
/workerd
minor versions match.
Fixes n/a.
The getPlatformProxy() API was designed for framework integrations on Cloudflare Pages with DO support limited to external workers only (i.e. DO with script_name specified).
This PR enables local DO binding support (including RPC) if the user is building on Cloudflare Workers (e.g. with Static Assets).