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
[email protected]
Minor Changes
#10004
b4d1373Thanks @dario-piotrowicz! - addstructuredWorkerdLogsoptionadd a new top-level option named
structuredWorkerdLogsthat 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
8ba7736Thanks @edmundhung! - Added aserviceNameoption tounsafeDirectSocketsThis allows registering the current worker in the dev registry under its own name, but routing to a different service.
Patch Changes
#10148
631f26dThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#10203
d6ecd05Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#10176
07c8611Thanks @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
#10208
6b9cd5bThanks @vicb! - add support for nativenode:os#10205
7e204a9Thanks @vicb! - Add support for http and https server APIsPatch Changes
3f83ac1Thanks @vicb! - Refactor http overrides[email protected]
Minor Changes
e82aa19Thanks @Akshit222! - Add --json flag to r2 bucket info command for machine-readable output.Patch Changes
#10004
b4d1373Thanks @dario-piotrowicz! - fixwrangler devlogs being logged on the incorrect level in some casescurrently the way
wrangler devprints logs is faulty, for example the following codeinside a worker would cause the following logs:
(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:
(running
wrangler devwith the--log-level=debugflag will also cause the debug log to be included as well)#10099
360004dThanks @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
dae1377Thanks @matthewdavidrodgers! - Deleting when Pages project binds to worker requires confirmation#10169
1655becThanks @devin-ai-integration! - fix: report startup errors before workerd profiling#10136
354a001Thanks @nikitassharma! - Updatewrangler containers images listto make fewer API calls to improve command runtime#10157
5c3b83fThanks @devin-ai-integration! - Enforce 64-character limit for Workflow binding names locally to match production validation#10154
502a8e0Thanks @devin-ai-integration! - Fix UTF BOM handling in config files - remove UTF-8 BOM and error on other BOMs#10176
07c8611Thanks @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
65f0ef2Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#10197
11225f9Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#10198
626b226Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#10199
53a685fThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#9956
b70a702Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#10189
69e2114Thanks @fjararibet! - add .gitignore to hello-world-assets-only template#10176
07c8611Thanks @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
f5854a9Thanks @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
631f26d,d6ecd05,b4d1373,8ba7736,07c8611]:@cloudflare/[email protected]
Patch Changes
#9993
9901788Thanks @jamesopstad! - Fix issue that resulted inA hanging Promise was cancelederrors when developing large applications.We now handle requests for modules in a Durable Object so that they can be shared across invocations.
Additionally, using
import.meta.hot.sendwithin the context of a request is now supported.#9556
8ba7736Thanks @edmundhung! - fix: cross-process service bindings no longer skip static asset serving#10099
360004dThanks @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.#10173
4e62cd8Thanks @jamesopstad! - Ensure that headers set viaserver.headersin the Vite config are added to HTML asset responses in development.Updated dependencies [
6b9cd5b,b4d1373,631f26d,d6ecd05,b4d1373,360004d,e82aa19,dae1377,8ba7736,1655bec,354a001,5c3b83f,502a8e0,07c8611,7e204a9,3f83ac1]:@cloudflare/[email protected]
Patch Changes
b4d1373,631f26d,d6ecd05,b4d1373,360004d,e82aa19,dae1377,8ba7736,1655bec,354a001,5c3b83f,502a8e0,07c8611]: