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
[email protected]
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/[email protected]
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]:[email protected]
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]:[email protected]
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/[email protected]
Patch Changes
37af035,ceeb375,349cffc,362cb0b,2cc8197,6b42c28]:@cloudflare/[email protected]
Patch Changes
6b42c28,37af035,ceeb375,53ba97d,349cffc,02f0699,91d0c40,362cb0b,f6f1a18,415520e,63a6504,2cc8197,6b42c28,f17ee08]: