Skip to content

Releases: cloudflare/workers-sdk

[email protected]

18 Nov 10:55
c016b69

Choose a tag to compare

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

[email protected]

18 Nov 10:55
c016b69

Choose a tag to compare

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

[email protected]

18 Nov 10:55
c016b69

Choose a tag to compare

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

@cloudflare/[email protected]

18 Nov 10:55
c016b69

Choose a tag to compare

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/[email protected]

18 Nov 10:55
c016b69

Choose a tag to compare

@cloudflare/[email protected]

18 Nov 10:55
c016b69

Choose a tag to compare

Minor Changes

Patch Changes

@cloudflare/[email protected]

18 Nov 10:55
c016b69

Choose a tag to compare

Patch Changes

@cloudflare/[email protected]

18 Nov 10:55
c016b69

Choose a tag to compare

Patch Changes

@cloudflare/[email protected]

18 Nov 10:55
c016b69

Choose a tag to compare

Patch Changes

@cloudflare/[email protected]

18 Nov 10:55
c016b69

Choose a tag to compare

Patch Changes