Open
Conversation
4b4c18e to
12da018
Compare
0041cd8 to
948f984
Compare
d40309d to
2518c42
Compare
b079dea to
8444f46
Compare
f0fad17 to
34bf474
Compare
34bf474 to
55c66f9
Compare
f8c7318 to
9d37530
Compare
fd8300c to
07b5508
Compare
44bed38 to
ba53aef
Compare
e8b82ae to
82ea3eb
Compare
82ea3eb to
85e1df0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 contains the following updates:
4.20250801.0→4.20260305.04.27.0→4.68.1Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20260305.0Compare Source
v4.20260304.0Compare Source
v4.20260303.0Compare Source
v4.20260302.0Compare Source
v4.20260228.0Compare Source
v4.20260227.0Compare Source
v4.20260219.0Compare Source
v4.20260218.0Compare Source
v4.20260217.0Compare Source
v4.20260214.0Compare Source
v4.20260213.0Compare Source
v4.20260212.0Compare Source
v4.20260210.0Compare Source
v4.20260207.0Compare Source
v4.20260206.0Compare Source
v4.20260205.0Compare Source
v4.20260203.0Compare Source
v4.20260131.0Compare Source
v4.20260130.0Compare Source
v4.20260129.0Compare Source
v4.20260128.0Compare Source
v4.20260127.0Compare Source
v4.20260124.0Compare Source
v4.20260123.0Compare Source
v4.20260122.0Compare Source
v4.20260120.0Compare Source
v4.20260118.0Compare Source
v4.20260117.0Compare Source
v4.20260116.0Compare Source
v4.20260115.0Compare Source
v4.20260114.0Compare Source
v4.20260113.0Compare Source
v4.20260111.0Compare Source
v4.20260109.0Compare Source
v4.20260108.0Compare Source
v4.20260107.1Compare Source
v4.20260103.0Compare Source
v4.20260101.0Compare Source
v4.20251231.0Compare Source
v4.20251230.0Compare Source
v4.20251229.0Compare Source
v4.20251228.0Compare Source
v4.20251225.0Compare Source
v4.20251224.0Compare Source
v4.20251223.0Compare Source
v4.20251221.0Compare Source
v4.20251220.0Compare Source
v4.20251219.0Compare Source
v4.20251218.0Compare Source
v4.20251217.0Compare Source
v4.20251216.0Compare Source
v4.20251213.0Compare Source
v4.20251212.0Compare Source
v4.20251211.0Compare Source
v4.20251210.0Compare Source
v4.20251209.0Compare Source
v4.20251205.0Compare Source
v4.20251202.0Compare Source
v4.20251128.0Compare Source
v4.20251127.0Compare Source
v4.20251126.0Compare Source
v4.20251125.0Compare Source
v4.20251121.0Compare Source
v4.20251120.0Compare Source
v4.20251119.0Compare Source
v4.20251118.0Compare Source
v4.20251117.0Compare Source
v4.20251115.0Compare Source
v4.20251113.0Compare Source
v4.20251111.0Compare Source
v4.20251109.0Compare Source
v4.20251107.0Compare Source
v4.20251106.1Compare Source
v4.20251014.0Compare Source
v4.20251011.0Compare Source
v4.20251008.0Compare Source
v4.20251004.0Compare Source
v4.20251003.0Compare Source
v4.20251001.0Compare Source
v4.20250927.0Compare Source
v4.20250926.0Compare Source
v4.20250924.0Compare Source
v4.20250923.0Compare Source
v4.20250922.0Compare Source
v4.20250921.0Compare Source
v4.20250920.0Compare Source
v4.20250919.0Compare Source
v4.20250918.0Compare Source
v4.20250917.0Compare Source
v4.20250913.0Compare Source
v4.20250912.0Compare Source
v4.20250911.0Compare Source
v4.20250910.0Compare Source
v4.20250909.0Compare Source
v4.20250906.0Compare Source
v4.20250905.0Compare Source
v4.20250904.0Compare Source
v4.20250903.0Compare Source
v4.20250902.0Compare Source
v4.20250831.0Compare Source
v4.20250830.0Compare Source
v4.20250829.0Compare Source
v4.20250828.1Compare Source
v4.20250828.0Compare Source
v4.20250826.0Compare Source
v4.20250823.0Compare Source
v4.20250822.0Compare Source
v4.20250821.0Compare Source
v4.20250820.0Compare Source
v4.20250819.0Compare Source
v4.20250816.0Compare Source
v4.20250813.0Compare Source
v4.20250812.0Compare Source
v4.20250810.0Compare Source
v4.20250809.0Compare Source
v4.20250807.0Compare Source
v4.20250806.0Compare Source
v4.20250805.0Compare Source
v4.20250803.0Compare Source
v4.20250802.0Compare Source
cloudflare/workers-sdk (wrangler)
v4.68.1Compare Source
Patch Changes
#12648
3d6e421Thanks @petebacondarwin! - Fix Angular scaffolding to allow localhost SSR in development modeRecent versions of Angular's
AngularAppEngineblock serving SSR onlocalhostby default. This causedwrangler dev/wrangler pages devto fail withURL with hostname "localhost" is not allowed.The fix passes
allowedHosts: ["localhost"]to theAngularAppEngineconstructor inserver.ts, which is safe to do even in production since Cloudflare will already restrict which host is allowed.#12657
294297eThanks @dario-piotrowicz! - Update Waku autoconfig logicAs of
1.0.0-alpha.4, Waku projects can be built on top of the Cloudflare Vite plugin, and the changes here allow Wrangler autoconfig to support this. Running autoconfig on older versions of Waku will result in an error.Updated dependencies []:
v4.68.0Compare Source
Minor Changes
#12614
8d882faThanks @dario-piotrowicz! - Enable autoconfig forwrangler deployby default (while allowing users to still disable it via--x-autoconfig=falseif necessary)#12614
8d882faThanks @dario-piotrowicz! - Mark thewrangler setupcommand as stablev4.67.1Compare Source
Patch Changes
#12595
e93dc01Thanks @dario-piotrowicz! - Add a warning in the autoconfig logic letting users know that support for projects inside workspaces is limited#12582
c2ed7c2Thanks @penalosa! - Internal refactor to use capnweb's nativeReadableStreamsupport to power remote Media and Dispatch Namespace bindings.#12618
d920811Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12637
896734dThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12601
ebdbe52Thanks @43081j! - Switch toempathicfor file-system upwards traversal to reduce dependency bloat.#12602
58a4020Thanks @anonrig! - Optimize filesystem operations by using Node.js's throwIfNoEntry: false optionThis reduces the number of system calls made when checking for file existence by avoiding the overhead of throwing and catching errors for missing paths. This is an internal performance optimization with no user-visible behavioral changes.
#12591
6f6cd94Thanks @martinezjandrew! - Implemented logic withinwrangler containers registries configureto check if a specified secret name is already in-use and offer to reuse that secret. Also added--skip-confirmationflag to the command to skip all interactive prompts.Updated dependencies [
c2ed7c2,d920811,896734d,58a4020]:v4.67.0Compare Source
Minor Changes
#12401
8723684Thanks @jonesphillip! - Add validation retry loops to pipelines setup commandThe
wrangler pipelines setupcommand now prompts users to retry when validation errors occur, instead of failing the entire setup process. This includes:This improves the setup experience by allowing users to correct mistakes without restarting the entire configuration flow.
#12395
aa82c2bThanks @cmackenzie1! - Generate typed pipeline bindings from stream schemasWhen running
wrangler types, pipeline bindings now generate TypeScript types based on the stream's schema definition. This gives you full autocomplete and type checking when sending data to your pipelines.If your stream has a schema with fields like
user_id(string) andevent_count(int32), the generated types will be:For unstructured streams or when not authenticated, bindings fall back to the generic
Pipeline<PipelineRecord>type.Patch Changes
#12592
aaa7200Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12606
2f19a40Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12604
e2a6600Thanks @petebacondarwin! - fix: pass--envflag to auxiliary workers in multi-worker modeWhen running
wrangler devwith multiple config files (e.g.-c ./apps/api/wrangler.jsonc -c ./apps/queues/wrangler.jsonc -e=dev), the--envflag was not being passed to auxiliary (non-primary) workers. This meant that environment-specific configuration (such as queue bindings) was not applied to auxiliary workers, causing features like queue consumers to not be triggered in local development.#12597
0b17117Thanks @sdnts! - The maximum allowed delivery and retry delays for Queues is now 24 hours#12598
ca58062Thanks @mattzcarey! - Stop redactingwrangler whoamioutput in non-interactive modewrangler whoamiis explicitly invoked to retrieve account info, so email and account names should always be visible. Redacting them in non-interactive/CI environments makes it difficult for coding agents and automated tools to identify which account to use. Other error messages that may appear unexpectedly in CI logs (e.g. multi-account selection errors) remain redacted.Updated dependencies [
f239077,aaa7200,2f19a40,5f9f0b4,452cdc8,527e4f5,0b17117]:v4.66.0Compare Source
Minor Changes
#12466
caf9b11Thanks @petebacondarwin! - AddWRANGLER_CACHE_DIRenvironment variable and smart cache directory detectionWrangler now intelligently detects where to store cache files:
WRANGLER_CACHE_DIRenv var if setnode_modules/.cache/wrangleror.wrangler/cache)node_modules/.cache/wranglerifnode_modulesexists.wrangler/cacheThis improves compatibility with Yarn PnP, pnpm, and other package managers that don't use traditional
node_modulesdirectories, without requiring any configuration.#12572
936187dThanks @dario-piotrowicz! - Ensure thenodejs_compatflag is always applied in autoconfigPreviously, the autoconfig feature relied on individual framework configurations to specify Node.js compatibility flags, some could set
nodejs_compatwhile othersnodejs_als.Now instead
nodejs_compatis always included as a compatibility flag, this is generally beneficial and the user can always remove the flag afterwards if they want to.#12560
c4c86f8Thanks @taylorlee! - Support--tagand--messageflags onwrangler deployThey have the same behavior that they do as during
wrangler versions upload, as bothare set on the version.
The message is also reused for the deployment as well, with the same behavior as used
during
wrangler versions deploy.Patch Changes
#12543
5a868a0Thanks @G4brym! - Fix AI Search binding failing in local devUsing AI Search bindings with
wrangler devwould fail with "RPC stub points at a non-serializable type". AI Search bindings now work correctly in local development.#12552
c58e81bThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12568
33a9a8fThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12576
8077c14Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12466
caf9b11Thanks [@petebacondarwin](https://redirect.giConfiguration
📅 Schedule: Branch creation - "on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.