Minor Changes
-
#10004
b4d1373
Thanks @dario-piotrowicz! - addstructuredWorkerdLogs
optionadd 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 aserviceName
option tounsafeDirectSockets
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" packageThe 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" packageThe 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.