Skip to content

Conversation

@workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Nov 13, 2025

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

  • #11251 7035804 Thanks @penalosa! - When the --experimental flag is passed to create-cloudflare, use wrangler setup for configuring a project to work on Cloudflare rather than the existing create-cloudflare logic. Only Gatsby is supported right now, with more frameworks to be added in future. There should be no functional change to applications created via create-cloudflare when using the --experimental flag.

Patch Changes

  • #11013 1b4a08c Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    sv 0.9.8 0.9.9
  • #11015 220f608 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-docusaurus 3.9.1 3.9.2
  • #11222 32a88d2 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    nuxi 3.29.3 3.30.0
  • #11294 632cdc3 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    @angular/create 20.3.9 20.3.10
  • #11295 4e5ac89 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-react-router 7.9.5 7.9.6
  • #11297 4a03bd6 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    sv 0.9.9 0.9.14
  • #11302 7dfce98 Thanks @dario-piotrowicz! - Support Docusaurus in --experimental mode

  • #11184 a8efcc8 Thanks @dom96! - Create-cloudflare now filters out options that don't exist for specified language

  • #11268 15b8460 Thanks @penalosa! - Support SvelteKit in --experimental mode

  • #11266 09cb720 Thanks @penalosa! - Use the smol-toml library for parsing TOML instead of @iarna/toml

  • #11170 c6d33cf Thanks @dom96! - Fixes hello-world-with-assets python template

miniflare@4.20251113.0

Minor Changes

  • #10703 c5c4ee5 Thanks @danlapid! - Add support for streaming tail consumers in local dev. This is an experimental new feature that allows you to register a tailStream() handler (compared to the existing tail() handler), which will receive streamed tail events from your Worker (compared to the tail() handler, which only receives batched events after your Worker has finished processing).

Patch Changes

  • #11235 d0041e2 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251109.0 1.20251111.0
  • #11277 827d017 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251111.0 1.20251113.0

@cloudflare/vite-plugin@1.15.0

Minor Changes

Patch Changes

wrangler@4.49.0

Minor Changes

  • #10703 c5c4ee5 Thanks @danlapid! - Add support for streaming tail consumers in local dev. This is an experimental new feature that allows you to register a tailStream() handler (compared to the existing tail() handler), which will receive streamed tail events from your Worker (compared to the tail() handler, which only receives batched events after your Worker has finished processing).

  • #11251 7035804 Thanks @penalosa! - When the WRANGLER_HIDE_BANNER environment variable is provided, Wrangler will no longer display a version banner. This applies to all commands.

    For instance, previously running wrangler docs would give the following output:

    > wrangler docs
     ⛅️ wrangler 4.47.0
    ───────────────────
    Opening a link in your default browser: https://developers.cloudflare.com/workers/wrangler/commands/
    

    With WRANGLER_HIDE_BANNER, this is now:

    > WRANGLER_HIDE_BANNER=true wrangler docs
    Opening a link in your default browser: https://developers.cloudflare.com/workers/wrangler/commands/
    
  • #11285 d014fa7 Thanks @vicb! - Implement the wrangler r2 bulk put bucket-name --filename list.json command.

    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).

    [
      { "key": "/path/to/obj", "file": "/path/to/file_1"},
      { "key": "/path/to/other/obj", "file": "/path/to/file_2"},
      // ...
    ]
    

    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 --pipe and plus --concurrency

  • #11268 15b8460 Thanks @penalosa! - Support SvelteKit projects in autoconfig

  • #11258 2011b6a Thanks @dario-piotrowicz! - Add --dry-run flag to wrangler setup and also a dryRun option to runAutoConfig

Patch Changes

@cloudflare/pages-shared@0.13.86

Patch Changes

@cloudflare/vitest-pool-workers@0.10.8

Patch Changes

@cloudflare/workers-utils@0.1.1

Patch Changes

  • #11286 8e99766 Thanks @dario-piotrowicz! - fix: make sure that experimental_patchConfig doesn't throw if it encounters a null value

  • #11266 09cb720 Thanks @penalosa! - Use the smol-toml library for parsing TOML instead of @iarna/toml

  • #11269 03cbd48 Thanks @vicb! - export property validators

  • #11286 8e99766 Thanks @dario-piotrowicz! - fix: In constructWranglerConfig make sure that if the API value of tail_consumers is null that is converted to undefined (since null is not a valid tail_consumers config value)

@cloudflare/edge-preview-authenticated-proxy@0.2.5

Patch Changes

@cloudflare/format-errors@0.0.6

Patch Changes

@cloudflare/playground-preview-worker@0.1.7

Patch Changes

@workers-devprod workers-devprod requested review from a team as code owners November 13, 2025 14:20
@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 13, 2025

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@11267

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@11267

miniflare

npm i https://pkg.pr.new/miniflare@11267

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@11267

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@11267

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@11267

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@11267

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@11267

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@11267

wrangler

npm i https://pkg.pr.new/wrangler@11267

commit: db9ce70

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 27 times, most recently from 0c17aea to bd35da8 Compare November 17, 2025 13:50
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 12 times, most recently from 7ce63d5 to 8590d7b Compare November 18, 2025 09:34
@dario-piotrowicz dario-piotrowicz merged commit c016b69 into main Nov 18, 2025
41 of 44 checks passed
@dario-piotrowicz dario-piotrowicz deleted the changeset-release/main branch November 18, 2025 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants