-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Version Packages #5203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #5203
Conversation
|
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/8253000857/npm-package-wrangler-5203You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/5203/npm-package-wrangler-5203Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8253000857/npm-package-wrangler-5203 dev path/to/script.jsAdditional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8253000857/npm-package-create-cloudflare-5203 --no-auto-updatenpm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8253000857/npm-package-cloudflare-kv-asset-handler-5203npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8253000857/npm-package-miniflare-5203npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8253000857/npm-package-cloudflare-pages-shared-5203npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8253000857/npm-package-cloudflare-vitest-pool-workers-5203Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
b68220c to
5f560d5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5203 +/- ##
==========================================
+ Coverage 70.47% 70.51% +0.03%
==========================================
Files 298 298
Lines 15539 15539
Branches 3999 3999
==========================================
+ Hits 10951 10957 +6
+ Misses 4588 4582 -6 |
cb71c1c to
826fa1b
Compare
f2d8231 to
efd8be1
Compare
efd8be1 to
5013197
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
create-cloudflare@2.14.0
Minor Changes
#5187
8e9faf2Thanks @jculvey! - feature: replace the word "publish" with "deploy" everywhere.Aligns most
webFrameworktemplates to usedevanddeployinstead ofpages:devandpages:deployin package scripts.wrangler@3.33.0
Minor Changes
#4930
2680462Thanks @rozenmd! - refactor: defaultwrangler d1 executeandwrangler d1 migrationscommands to local mode first, to matchwrangler devThis PR defaults
wrangler d1 executeandwrangler d1 migrationscommands to use the local development environment provided by wrangler to match the default behaviour inwrangler dev.BREAKING CHANGE (for a beta feature):
wrangler d1 executeandwrangler d1 migrationscommands now default--localtotrue. When runningwrangler d1 executeagainst a remote D1 database, you will need to provide the--remoteflag.Patch Changes
#5184
046930eThanks @nora-soderlund! - fix: change d1 migrations create to use the highest migration number rather than the first non-existing migration number to allow for gaps in the migration files.Updated dependencies [
1235d48,27fb22b]:miniflare@3.20240304.1
Patch Changes
#5201
1235d48Thanks @wydengyre! - fix: ensureminiflareworks with Node 21.7.0+#5191
27fb22bThanks @mrbbot! - fix: ensure redirect responses handled correctly withdispatchFetch()Previously, if your Worker returned a redirect response, calling
dispatchFetch(url)would send another request to the originalurlrather than the redirect. This change ensures redirects are followed correctly.url, the request will be sent to the Worker.url, the request will also be sent to the Worker.@cloudflare/pages-shared@0.11.18
Patch Changes
1235d48,27fb22b]:@cloudflare/vitest-pool-workers@0.0.8
Patch Changes
1235d48,2680462,27fb22b,046930e]: