Merged
Conversation
Contributor
|
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/14977809150/npm-package-wrangler-9175Prereleases for other packages:
wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14977809150/npm-package-cloudflare-workers-bindings-extension-9175 -O ./cloudflare-workers-bindings-extension.0.0.0-vb86addda8.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-vb86addda8.vsix
npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14977809150/npm-package-create-cloudflare-9175 --no-auto-update
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14977809150/npm-package-cloudflare-kv-asset-handler-9175
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14977809150/npm-package-miniflare-9175
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14977809150/npm-package-cloudflare-pages-shared-9175
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14977809150/npm-package-cloudflare-unenv-preset-9175
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14977809150/npm-package-cloudflare-vite-plugin-9175
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14977809150/npm-package-cloudflare-vitest-pool-workers-9175
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14977809150/npm-package-cloudflare-workers-editor-shared-9175
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14977809150/npm-package-cloudflare-workers-shared-9175
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/14977809150/npm-package-cloudflare-workflows-shared-9175Note that these links will no longer work once the GitHub Actions artifact expires. |
08796f7 to
6a8a643
Compare
5745982 to
6c89d6c
Compare
b686613 to
0ba7698
Compare
0ba7698 to
c9128f0
Compare
lrapoport-cf
approved these changes
May 13, 2025
edmundhung
approved these changes
May 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.47.0
Minor Changes
e1df3d8Thanks @emily-shen! - usewrangler typesto generate types instead of using the@cloudflare/workers-typespackagePatch Changes
#9201
6d8a346Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#9202
da7a0a6Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#9203
0e215b0Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#9204
85b3458Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#9205
b7ce2bbThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#9147
822e103Thanks @vicb! - Add theglobal_fetch_strictly_publicflag to workers template#9190
616adf1Thanks @vicb! - Bump@opennextjs/cloudflareto^1.0.2#9209
22177c8Thanks @vicb! - Use the latest release of create-next-app for Next on Workers@cloudflare/vite-plugin@1.2.0
Minor Changes
dca4163Thanks @jamesopstad! - Support HTTPS and HTTP/2. Configuringserver.httpsand/orpreview.httpsin your Vite config now works as expected. This was previously broken because Undici would add atransfer-encodingheader for streamed responses. We now remove this header if the request uses HTTP/2.Patch Changes
6b42c28,37af035,ceeb375,53ba97d,349cffc,02f0699,91d0c40,362cb0b,f6f1a18,415520e,63a6504,2cc8197,6b42c28,f17ee08]:wrangler@4.15.0
Minor Changes
#8794
02f0699Thanks @eastlondoner! - This adds support for more accurate types for service bindings when runningwrangler types. Previously, runningwrangler typeswith a config including a service binding would generate anEnvtype like this:This type was "correct", but didn't capture the possibility of using JSRPC to communicate with the service binding. Now, running
wrangler types -c wrangler.json -c ../service/wrangler.json(the first config representing the current Worker, and any additional configs representing service bound Workers) will generate anEnvtype like this:#8716
63a6504Thanks @ItsWendell! - add --metafile flag to generate esbuild metadata file during build#9122
f17ee08Thanks @avenceslau! - Unhide wrangler workflows delete commandPatch Changes
#9168
6b42c28Thanks @dario-piotrowicz! - remove experimentalMixedModeConnectionStringtyperemove the experimental
MixedModeConnectionStringtype whichis now exposed by Miniflare instead
#7914
37af035Thanks @andyjessop! - fix(miniflare): strip CF-Connecting-IP header from all outbound requests#9161
53ba97dThanks @lambrospetrou! - Fix d1 info command showing read_replication: [object Object]#9165
91d0c40Thanks @vicb! - validate r2 bucket names#9183
f6f1a18Thanks @dario-piotrowicz! - addremoteoption to initial bindingsadd the
remoteoption (initial implementationgated behind
--x-mixed-mode) for the followingbindings:
service,kv,r2,d1,queueandworkflow#9149
415520eThanks @penalosa! - Implement mixed mode proxy server & clientUpdated dependencies [
37af035,ceeb375,349cffc,362cb0b,2cc8197,6b42c28]:miniflare@4.20250508.0
Patch Changes
#7914
37af035Thanks @andyjessop! - fix(miniflare): strip CF-Connecting-IP header from all outbound requests#9174
ceeb375Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#9181
349cffcThanks @penalosa! - Add a mixed-mode-only browser rendering plugin#9186
362cb0bThanks @penalosa! - Support Mixed Mode Service Bindings in Miniflare#9198
2cc8197Thanks @kylecarbs! - fix: ensure the fetch proxy message port is startedWhile Node.js will start the message port automatically when a
messageevent listener is added,this diverges from the standard Web API for message ports, which require you to explicitly start
listening on the port.
#9168
6b42c28Thanks @dario-piotrowicz! - addmixedModeConnectionStringto the various binding configs@cloudflare/pages-shared@0.13.37
Patch Changes
37af035,ceeb375,349cffc,362cb0b,2cc8197,6b42c28]:@cloudflare/vitest-pool-workers@0.8.28
Patch Changes
6b42c28,37af035,ceeb375,53ba97d,349cffc,02f0699,91d0c40,362cb0b,f6f1a18,415520e,63a6504,2cc8197,6b42c28,f17ee08]: