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.55.0
Minor Changes
7035804Thanks @penalosa! - When the--experimentalflag is passed tocreate-cloudflare, usewrangler setupfor configuring a project to work on Cloudflare rather than the existingcreate-cloudflarelogic. Only Gatsby is supported right now, with more frameworks to be added in future. There should be no functional change to applications created viacreate-cloudflarewhen using the--experimentalflag.Patch Changes
#11013
1b4a08cThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#11015
220f608Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#11222
32a88d2Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#11294
632cdc3Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#11295
4e5ac89Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#11297
4a03bd6Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#11302
7dfce98Thanks @dario-piotrowicz! - Support Docusaurus in--experimentalmode#11184
a8efcc8Thanks @dom96! - Create-cloudflare now filters out options that don't exist for specified language#11268
15b8460Thanks @penalosa! - Support SvelteKit in--experimentalmode#11266
09cb720Thanks @penalosa! - Use the smol-toml library for parsing TOML instead of @iarna/toml#11170
c6d33cfThanks @dom96! - Fixes hello-world-with-assets python templateminiflare@4.20251113.0
Minor Changes
c5c4ee5Thanks @danlapid! - Add support for streaming tail consumers in local dev. This is an experimental new feature that allows you to register atailStream()handler (compared to the existingtail()handler), which will receive streamed tail events from your Worker (compared to thetail()handler, which only receives batched events after your Worker has finished processing).Patch Changes
#11235
d0041e2Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11277
827d017Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
@cloudflare/vite-plugin@1.15.0
Minor Changes
da8442fThanks @jamesopstad! - Add support forctx.exports. See https://developers.cloudflare.com/workers/runtime-apis/context/#exports for more details.Patch Changes
#11274
fa39c78Thanks @jamesopstad! - Ensure process.on("exit") handlers are only added once.#11273
17431dbThanks @jamesopstad! - Ensure static routing exclude rules for static assets are only evaluated once per request in development.Updated dependencies [
c5c4ee5,d0041e2,827d017,7035804,a352c7f,8e99766,d0d3fe6,d014fa7,92afbba,65b4afe,da8442f,15b8460,09cb720,793e2b4,8e99766,9cbf126,2011b6a,dd1e560]:wrangler@4.49.0
Minor Changes
#10703
c5c4ee5Thanks @danlapid! - Add support for streaming tail consumers in local dev. This is an experimental new feature that allows you to register atailStream()handler (compared to the existingtail()handler), which will receive streamed tail events from your Worker (compared to thetail()handler, which only receives batched events after your Worker has finished processing).#11251
7035804Thanks @penalosa! - When theWRANGLER_HIDE_BANNERenvironment variable is provided, Wrangler will no longer display a version banner. This applies to all commands.For instance, previously running
wrangler docswould give the following output:With
WRANGLER_HIDE_BANNER, this is now:#11285
d014fa7Thanks @vicb! - Implement thewrangler r2 bulk put bucket-name --filename list.jsoncommand.The command uploads multiple objects to an R2 bucket.
The list of object is provided as a JSON encoded file via
--filename. It is a list of key and file (respectively the name and the content for the object).Uploads are executed concurrently and the level of concurrency can be set via
--concurrency.The command supports the same options as
wrangler r2 object put, minus--file, and--pipeand plus--concurrency#11268
15b8460Thanks @penalosa! - Support SvelteKit projects in autoconfig#11258
2011b6aThanks @dario-piotrowicz! - Add--dry-runflag towrangler setupand also adryRunoption torunAutoConfigPatch Changes
#11261
a352c7fThanks @petebacondarwin! - Avoid using object lookup for OAuth Error classes#11286
8e99766Thanks @dario-piotrowicz! - fix: make sure thatexperimental_patchConfigdoesn't throw if it encounters anullvalue#11279
d0d3fe6Thanks @vicb! - bump p-queue to ^9.0.0#11278
92afbbaThanks @ascorbic! - Fixes a bug that caused.dev.varsto be ignored in OpenNext#11244
65b4afeThanks @petebacondarwin! - Internal refactoring to improve error traceability in wrangler dev#11238
da8442fThanks @jamesopstad! - Addunstable_getDurableObjectClassNameToUseSQLiteMapexport. This is an internal function for use in the Vite plugin.#11266
09cb720Thanks @penalosa! - Use the smol-toml library for parsing TOML instead of @iarna/toml#11236
793e2b4Thanks @ascorbic! - Refresh expired preview tokens when running in remote dev mode#11286
8e99766Thanks @dario-piotrowicz! - fix:wrangler deployfailing to patch localwrangler.jsoncfiles if the remotetail_consumersvalue isnull#11275
9cbf126Thanks @dario-piotrowicz! - Ensure thatwrangler deployrun with a positional argument or with--assetsdoes not trigger the autoconfig process (even with--experimental-autoconfig)#11242
dd1e560Thanks @dario-piotrowicz! - Fix: make sure that remote proxy sessions's debug logs are enabled when the wrangler log level is set to "debug"Updated dependencies [
c5c4ee5,d0041e2,827d017]:@cloudflare/pages-shared@0.13.86
Patch Changes
c5c4ee5,d0041e2,827d017]:@cloudflare/vitest-pool-workers@0.10.8
Patch Changes
#11217
9ed1542Thanks @penalosa! - Use toucan-js v4Updated dependencies [
c5c4ee5,d0041e2,827d017,7035804,a352c7f,8e99766,d0d3fe6,d014fa7,92afbba,65b4afe,da8442f,15b8460,09cb720,793e2b4,8e99766,9cbf126,2011b6a,dd1e560]:@cloudflare/workers-utils@0.1.1
Patch Changes
#11286
8e99766Thanks @dario-piotrowicz! - fix: make sure thatexperimental_patchConfigdoesn't throw if it encounters anullvalue#11266
09cb720Thanks @penalosa! - Use the smol-toml library for parsing TOML instead of @iarna/toml#11269
03cbd48Thanks @vicb! - export property validators#11286
8e99766Thanks @dario-piotrowicz! - fix: InconstructWranglerConfigmake sure that if the API value oftail_consumersisnullthat is converted toundefined(sincenullis not a validtail_consumersconfig value)@cloudflare/edge-preview-authenticated-proxy@0.2.5
Patch Changes
9ed1542Thanks @penalosa! - Use toucan-js v4@cloudflare/format-errors@0.0.6
Patch Changes
9ed1542Thanks @penalosa! - Use toucan-js v4@cloudflare/playground-preview-worker@0.1.7
Patch Changes
9ed1542Thanks @penalosa! - Use toucan-js v4