Skip to content

Conversation

@workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Jul 31, 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

[email protected]

Minor Changes

  • #10004 b4d1373 Thanks @dario-piotrowicz! - add structuredWorkerdLogs option

    add a new top-level option named structuredWorkerdLogs that makes workerd print to stdout structured logs (stringified jsons of the following shape: { timestamp: number, level: string, message: string }) instead of printing logs to stdout and stderr

  • #9556 8ba7736 Thanks @edmundhung! - Added a serviceName option to unsafeDirectSockets

    This allows registering the current worker in the dev registry under its own name, but routing to a different service.

Patch Changes

  • #10148 631f26d Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250730.0 1.20250801.0
    @cloudflare/workers-types ^4.20250730.0 ^4.20250801.0
  • #10203 d6ecd05 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250801.0 1.20250803.0
    @cloudflare/workers-types ^4.20250801.0 ^4.20250803.0
  • #10176 07c8611 Thanks @devin-ai-integration! - Add macOS version validation to prevent EPIPE errors on unsupported macOS versions (below 13.5). Miniflare and C3 fail hard while Wrangler shows warnings but continues execution.

@cloudflare/[email protected]

Minor Changes

Patch Changes

[email protected]

Minor Changes

Patch Changes

  • #10004 b4d1373 Thanks @dario-piotrowicz! - fix wrangler dev logs being logged on the incorrect level in some cases

    currently the way wrangler dev prints logs is faulty, for example the following code

    console.error("this is an error");
    console.warn("this is a warning");
    console.debug("this is a debug");

    inside a worker would cause the following logs:

    ✘ [ERROR] this is an error
    
    ✘ [ERROR] this is a warning
    
    this is a debug
    

    (note that the warning is printed as an error and the debug log is printed even if by default it should not)

    the changes here make sure that the logs are instead logged to their correct level, so for the code about the following will be logged instead:

    ✘ [ERROR] this is an error
    
    ▲ [WARNING] this is a warning
    

    (running wrangler dev with the --log-level=debug flag will also cause the debug log to be included as well)

  • #10099 360004d Thanks @emily-shen! - fix: move local dev container cleanup to process exit hook. This should ensure containers are cleaned up even when Wrangler is shut down programatically.

  • #10186 dae1377 Thanks @matthewdavidrodgers! - Deleting when Pages project binds to worker requires confirmation

  • #10169 1655bec Thanks @devin-ai-integration! - fix: report startup errors before workerd profiling

  • #10136 354a001 Thanks @nikitassharma! - Update wrangler containers images list to make fewer API calls to improve command runtime

  • #10157 5c3b83f Thanks @devin-ai-integration! - Enforce 64-character limit for Workflow binding names locally to match production validation

  • #10154 502a8e0 Thanks @devin-ai-integration! - Fix UTF BOM handling in config files - remove UTF-8 BOM and error on other BOMs

  • #10176 07c8611 Thanks @devin-ai-integration! - Add macOS version validation to prevent EPIPE errors on unsupported macOS versions (below 13.5). Miniflare and C3 fail hard while Wrangler shows warnings but continues execution.

  • Updated dependencies [6b9cd5b, 631f26d, d6ecd05, b4d1373, 8ba7736, 07c8611, 7e204a9, 3f83ac1]:

[email protected]

Patch Changes

  • #10127 65f0ef2 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-vue 3.17.0 3.18.0
  • #10197 11225f9 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-astro 4.13.0 4.13.1
  • #10198 626b226 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    sv 0.8.20 0.9.0
  • #10199 53a685f Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    @angular/create 20.1.3 20.1.4
  • #9956 b70a702 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    nuxi 3.25.1 3.27.0
  • #10189 69e2114 Thanks @fjararibet! - add .gitignore to hello-world-assets-only template

  • #10176 07c8611 Thanks @devin-ai-integration! - Add macOS version validation to prevent EPIPE errors on unsupported macOS versions (below 13.5). Miniflare and C3 fail hard while Wrangler shows warnings but continues execution.

  • #10192 f5854a9 Thanks @devin-ai-integration! - Preserve comments in wrangler.json files when C3 updates them during project generation. Previously, comments were stripped when updating configuration files from templates.

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

@workers-devprod workers-devprod requested review from a team as code owners July 31, 2025 14:41
@pkg-pr-new
Copy link

pkg-pr-new bot commented Jul 31, 2025

create-cloudflare

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

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-shared

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

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-pool-workers

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

@cloudflare/workers-editor-shared

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

wrangler

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

commit: 184137a

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 15 times, most recently from c4e8a1c to 2a686ea Compare August 2, 2025 16:10
@workers-devprod workers-devprod requested a review from a team August 2, 2025 16:10
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 11 times, most recently from 451a592 to 34eb3d2 Compare August 4, 2025 14:18
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 3 times, most recently from 5cb9fed to 1f66411 Compare August 4, 2025 20:06
@workers-devprod workers-devprod force-pushed the changeset-release/main branch from 1f66411 to 184137a Compare August 4, 2025 22:05
@petebacondarwin petebacondarwin merged commit 390b7fb into main Aug 5, 2025
37 of 39 checks passed
@petebacondarwin petebacondarwin deleted the changeset-release/main branch August 5, 2025 08:36
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.

2 participants