workers-sdk
workers-sdk copied to clipboard
Make Durable Objects and Pages work with D1
trafficstars
- Pins the Miniflare version
- Makes DOs and Pages work with D1
- And then applies https://github.com/cloudflare/wrangler2/pull/1529 so we can get persistence too.
To merge this PR:
- Merge https://github.com/cloudflare/wrangler2/pull/1529
- Rebase the d1 branch
- Remove the last commit of this PR (https://github.com/cloudflare/wrangler2/pull/1511/commits/a959c308248b8197777a45fc63a8f61300abdfdd)
- Merge into the d1 branch
🦋 Changeset detected
Latest commit: 6f784bc42839f21e2428fbf58cd58887122d3c5d
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 1 package
| Name | Type |
|---|---|
| wrangler | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another 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.developers.workers.dev/runs/2738484808/npm-package-wrangler-1511
You can reference the automatically updated head of this PR with:
npm install --save-dev https://prerelease-registry.developers.workers.dev/prs/1511/npm-package-wrangler-1511
Or you can use npx with this latest build directly:
npx https://prerelease-registry.developers.workers.dev/runs/2738484808/npm-package-wrangler-1511 dev path/to/script.js