chore(deps): update dependency wrangler to v4.35.0#26
Merged
Conversation
265ac74 to
6eb8db2
Compare
d77d871 to
073f983
Compare
073f983 to
a379a90
Compare
a379a90 to
0afd9c2
Compare
7d21f4e to
7e35739
Compare
7e35739 to
c8cb5d8
Compare
c8cb5d8 to
508061a
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.30.0->4.35.0Release Notes
cloudflare/workers-sdk (wrangler)
v4.35.0Compare Source
Minor Changes
#10491
5cb806fThanks @zebp! - Add traces, OTEL destinations, and configurable persistence to observability settingsAdds a new
tracesfield to theobservabilitysettings in your Worker configuration that configures the behavior of automatic tracing. Bothtracesandlogssupport providing a list of OpenTelemetry compliantdestinationswhere your logs/traces will be exported to as well as an implicitly-enabledpersistoption that controls whether or not logs/traces are persisted to the Cloudflare observability platform and viewable in the Cloudflare dashboard.Patch Changes
#10571
4e49d3eThanks @dario-piotrowicz! - add missing type forsend_email'sexperimental_remotefield#10534
dceb550Thanks @dario-piotrowicz! - updateunstable_convertConfigBindingsToStartWorkerBindingsto prioritize preview config valuesEnsure that if some bindings include preview values (e.g.
preview_database_idfor D1 bindings) those get used instead of the standard ones (since these are the ones that start worker should be using)#10552
3b78839Thanks @vicb! - Bumpunenvto 2.0.0-rc.21Updated dependencies [
dac302c,3b78839]:v4.34.0Compare Source
Minor Changes
#10478
cc47b51Thanks @danielrs! - Beta feature preview_urls is now disabled by default.This change makes preview_urls disabled by default when it's not provided, making
the feature opt-in instead of opt-out.
Patch Changes
#10489
6e8dd80Thanks @WalshyDev! - Allow Wrangler to upload 100,000 assets inline with the newly increased Workers Paid limit.#10517
7211609Thanks @edmundhung! - fix:wrangler vectorize list-vectors --jsonnow output valid json without an extra log line#10527
818ce22Thanks @vicb! - Bumpunenvto 2.0.0-rc.20The latest release include a fix for
node:ttydefault export.See the changelog for full details.
#10519
5d69df4Thanks @dario-piotrowicz! - Slightly improvewrangler init --from-dasherror message#10519
5d69df4Thanks @dario-piotrowicz! - Internally refactor diffing andwrangler init --from-dashlogic#10533
c22acc6Thanks @emily-shen! - If unset, containers.max_instances should default to 1 instead of 0.#10503
c0fad5fThanks @ichernetsky-cf! - Support setting container affinities#10515
c6a39f5Thanks @emily-shen! - fix: script should be accepted as a positional arg in theversions uploadcommandUpdated dependencies [
4cb3370,818ce22,cb22f5f,a565291]:v4.33.2Compare Source
Patch Changes
#10401
3c15bbbThanks @dario-piotrowicz! - improve diff lines ordering in remote deploy config diffing logic#10520
dc81221Thanks @emily-shen! - fix: wrangler deploy dry run should not require you to be logged inFixes a bug where if you had a container where the image was an image registry link, dry run would require you to be logged in.
Also fixes a bug where container deployments were not respecting
account_idset in Wrangler config.#10393
4492eb0Thanks @dario-piotrowicz! - Use resolved local config for remote deploy config diffing logicUpdated dependencies [
31ecfeb,f656d1a,22c8ae6,bd21fc5,38bdb78,4851955]:v4.33.1Compare Source
Patch Changes
#10427
85be2b6Thanks @dario-piotrowicz! - Simplify ENOENT debug logs for.envfilesUpdated dependencies [
76d9aa2,452ad0b,7c339ae]:v4.33.0Compare Source
Minor Changes
e81c2cfThanks @penalosa! - Support automatically updating the user's config file with newly created resourcesPatch Changes
#10424
c4fd176Thanks @penalosa! - Remove the--experimental-json-config/-jflag, which is no longer required.#10432
19e2aabThanks @anonrig! - Remove "node:tls" polyfill#10424
c4fd176Thanks @penalosa! - Expose global flags fromexperimental_getWranglerCommands()Updated dependencies [
19e2aab]:v4.32.0Compare Source
Minor Changes
#10354
da40571Thanks @edmundhung! - Enable cross-process communication forwrangler devwith multiple config filesWorkers running in separate
wrangler devsessions can now communicate with each other regardless of whether you are running with single or multiple config files.Check out the Developing with multiple Workers guide to learn more about the different approaches and when to use each one.
#10012
4728c68Thanks @penalosa! - Support unsafe dynamic worker loading bindingsPatch Changes
#10245
d304055Thanks @edmundhung! - Migrate wrangler dev to use Miniflare dev registry implementationUpdated
wrangler devto use a shared dev registry implementation that now powers both the Cloudflare Vite plugin and Wrangler. This internal refactoring has no user-facing changes but consolidates registry logic for better consistency across tools.#10407
f534c0dThanks @emily-shen! - defaultcontainers.rollout_active_grace_periodto 0#10425
0a96e69Thanks @dario-piotrowicz! - Fix debugging logs not including headers for CF API requests and responsesFix the fact that
wrangler, when run with theWRANGLER_LOG=DEBUGandWRANGLER_LOG_SANITIZE=falseenvironment variables, displays{}instead of the actual headers for requests and responses for CF API fetches#10337
f9f7519Thanks @emily-shen! - containers:rollout_step_percentagenow also accepts an array of numbers. Previously it accepted a single number, and each rollout step would target the same percentage of instances. Now users can customise percentages for each step.rollout_step_percentagealso now defaults to[10,100](previously25), which should make rollouts progress slightly faster.You can also use
wrangler deploy --containers-rollout=immediateto override rollout settings in Wrangler configuration and update all instances in one step. Note this doesn't overriderollout_active_grace_periodif configured.Updated dependencies [
4728c68]:v4.31.0Compare Source
Minor Changes
#10314
9b09751Thanks @dario-piotrowicz! - Show possible local vs. dashboard diff information on deploysWhen re-deploying a Worker using
wrangler deploy, if the configuration has been modified in the Cloudflare dashboard, the local configuration will overwrite the remote one. This can lead to unexpected results for users. To address this, currentlywrangler deploywarns users about potential configuration overrides (without presenting them) and prompts them to confirm whether they want to proceed.The changes here improve the above flow in the following way:
wrangler deploynow displays a git-like diff showing the differences between the dashboard and local configurations. This allows users to review and understand the impact of their changes before confirming the deployment.#10334
cadf19aThanks @jonesphillip! - Added queues subscription command to Wrangler including create, update, delete, get, listPatch Changes
#10374
20520faThanks @edmundhung! - Simplify debug package resolution with nodejs_compatA patched version of
debugwas previously introduced that resolved the package to a custom implementation. However, this caused issues due to CJS/ESM interop problems. We now resolve thedebugpackage to use the Node.js implementation instead.#10249
875197aThanks @penalosa! - Support JSRPC for remote bindings. This unlocks:Updated dependencies [
565c3a3,ddadb93,20520fa,875197a]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 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.