deps: update dependency wrangler to v4.28.1#115
Merged
renovate[bot] merged 1 commit intomainfrom Aug 8, 2025
Merged
Conversation
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.28.0->4.28.1Release Notes
cloudflare/workers-sdk (wrangler)
v4.28.1Compare Source
Patch Changes
#10130
773cca3Thanks @dario-piotrowicz! - updatemaybeStartOrUpdateRemoteProxySessionconfig argument (to allow callers to specify an environment)Before this change
maybeStartOrUpdateRemoteProxySessioncould be called with either the path to a wrangler config file or the configuration of a worker. The former override however did not allow the caller to specify an environment, so themaybeStartOrUpdateRemoteProxySessionAPI has been updated so that in the wrangler config case an object (with the path and a potential environment) needs to be passed instead.For example, before callers could invoke the function in the following way
note that there is no way to tell the function what environment to use when parsing the wrangle configuration.
Now callers will instead call the function in the following way:
note that now a target environment can be specified.
#10130
773cca3Thanks @dario-piotrowicz! - fixgetPlatformProxynot taking into account the potentially specified environment for remote bindings#10122
2e8eb24Thanks @dario-piotrowicz! - fixstartWorkernot respectingauthoptions for remote bindingsfix
startWorkercurrently not taking into account theauthfieldthat can be provided as part of the
devoptions when used in conjunctionwith remote bindings
example:
Given the following
wranglerwill now use the provided<ACCOUNT_ID>and<API_TOKEN>to integrate withthe remote AI binding instead of requiring the user to authenticate.
#10209
93c4c26Thanks @devin-ai-integration! - fix: strip ANSI escape codes from log files to improve readability and parsing#9774
48853a6Thanks @nikitassharma! - Validate container configuration against account limits in wrangler to give early feedback to the user#10122
2e8eb24Thanks @dario-piotrowicz! - fix incorrect TypeScript type for AI binding in thestartWorkerAPIConfiguration
📅 Schedule: Branch creation - "after 10:00 before 18:00 every weekday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.