Skip to content

chore(deps): update dependency wrangler to v4.35.0#26

Merged
sh1ma merged 1 commit intomainfrom
renovate/wrangler-4.x-lockfile
Sep 12, 2025
Merged

chore(deps): update dependency wrangler to v4.35.0#26
sh1ma merged 1 commit intomainfrom
renovate/wrangler-4.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 15, 2025

This PR contains the following updates:

Package Change Age Confidence
wrangler (source) 4.30.0 -> 4.35.0 age confidence

Release Notes

cloudflare/workers-sdk (wrangler)

v4.35.0

Compare Source

Minor Changes
  • #​10491 5cb806f Thanks @​zebp! - Add traces, OTEL destinations, and configurable persistence to observability settings

    Adds a new traces field to the observability settings in your Worker configuration that configures the behavior of automatic tracing. Both traces and logs support providing a list of OpenTelemetry compliant destinations where your logs/traces will be exported to as well as an implicitly-enabled persist option that controls whether or not logs/traces are persisted to the Cloudflare observability platform and viewable in the Cloudflare dashboard.

Patch Changes

v4.34.0

Compare Source

Minor Changes
  • #​10478 cc47b51 Thanks @​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

v4.33.2

Compare Source

Patch Changes

v4.33.1

Compare Source

Patch Changes

v4.33.0

Compare Source

Minor Changes
Patch Changes

v4.32.0

Compare Source

Minor Changes
  • #​10354 da40571 Thanks @​edmundhung! - Enable cross-process communication for wrangler dev with multiple config files

    Workers running in separate wrangler dev sessions 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 4728c68 Thanks @​penalosa! - Support unsafe dynamic worker loading bindings

Patch Changes
  • #​10245 d304055 Thanks @​edmundhung! - Migrate wrangler dev to use Miniflare dev registry implementation

    Updated wrangler dev to 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 f534c0d Thanks @​emily-shen! - default containers.rollout_active_grace_period to 0

  • #​10425 0a96e69 Thanks @​dario-piotrowicz! - Fix debugging logs not including headers for CF API requests and responses

    Fix the fact that wrangler, when run with the WRANGLER_LOG=DEBUG and WRANGLER_LOG_SANITIZE=false environment variables, displays {} instead of the actual headers for requests and responses for CF API fetches

  • #​10337 f9f7519 Thanks @​emily-shen! - containers: rollout_step_percentage now 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_percentage also now defaults to [10,100] (previously 25), which should make rollouts progress slightly faster.

    You can also use wrangler deploy --containers-rollout=immediate to override rollout settings in Wrangler configuration and update all instances in one step. Note this doesn't override rollout_active_grace_period if configured.

  • Updated dependencies [4728c68]:

    • miniflare@​4.20250816.1

v4.31.0

Compare Source

Minor Changes
  • #​10314 9b09751 Thanks @​dario-piotrowicz! - Show possible local vs. dashboard diff information on deploys

    When 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, currently wrangler deploy warns 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:

    • If the local changes only add new configurations (without modifying or removing existing ones), the deployment proceeds automatically without warnings or prompts, as these changes are non-destructive and safe.
    • If the local changes modify or remove existing configurations, wrangler deploy now 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 cadf19a Thanks @​jonesphillip! - Added queues subscription command to Wrangler including create, update, delete, get, list

Patch Changes
  • #​10374 20520fa Thanks @​edmundhung! - Simplify debug package resolution with nodejs_compat

    A patched version of debug was previously introduced that resolved the package to a custom implementation. However, this caused issues due to CJS/ESM interop problems. We now resolve the debug package to use the Node.js implementation instead.

  • #​10249 875197a Thanks @​penalosa! - Support JSRPC for remote bindings. This unlocks:

    • JSRPC over Service Bindings
    • JSRPC over Dispatch Namespace Bindings
    • Email
    • Pipelines
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link

Deploying blog-pages with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6eb8db2
Status:🚫  Build failed.

View logs

@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.30.0 chore(deps): update dependency wrangler to v4.30.0 - autoclosed Aug 18, 2025
@renovate renovate bot closed this Aug 18, 2025
@renovate renovate bot deleted the renovate/wrangler-4.x-lockfile branch August 18, 2025 15:47
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.30.0 - autoclosed chore(deps): update dependency wrangler to v4.30.0 Aug 18, 2025
@renovate renovate bot reopened this Aug 18, 2025
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch from 265ac74 to 6eb8db2 Compare August 18, 2025 20:34
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.30.0 chore(deps): update dependency wrangler to v4.31.0 Aug 18, 2025
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch 2 times, most recently from d77d871 to 073f983 Compare August 21, 2025 19:45
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.31.0 chore(deps): update dependency wrangler to v4.32.0 Aug 21, 2025
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch from 073f983 to a379a90 Compare August 26, 2025 19:31
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.32.0 chore(deps): update dependency wrangler to v4.33.0 Aug 26, 2025
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch from a379a90 to 0afd9c2 Compare August 28, 2025 20:02
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.33.0 chore(deps): update dependency wrangler to v4.33.1 Aug 28, 2025
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch 2 times, most recently from 7d21f4e to 7e35739 Compare September 2, 2025 23:45
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.33.1 chore(deps): update dependency wrangler to v4.33.2 Sep 2, 2025
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch from 7e35739 to c8cb5d8 Compare September 4, 2025 17:52
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.33.2 chore(deps): update dependency wrangler to v4.34.0 Sep 4, 2025
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch from c8cb5d8 to 508061a Compare September 9, 2025 17:42
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.34.0 chore(deps): update dependency wrangler to v4.35.0 Sep 9, 2025
@sh1ma sh1ma merged commit d0ccda7 into main Sep 12, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant