Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency wrangler to v3.25.0 #856

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wrangler (source) 3.24.0 -> 3.25.0 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (wrangler)

v3.25.0

Compare Source

Minor Changes
  • #​4815 030360d6 Thanks @​jonesphillip! - feature: adds support for configuring Sippy with Google Cloud Storage (GCS) provider.

    Sippy (https://developers.cloudflare.com/r2/data-migration/sippy/) now supports Google Cloud Storage.
    This change updates the wrangler r2 sippy commands to take a provider (AWS or GCS) and appropriate configuration arguments.
    If you don't specify --provider argument then the command will enter an interactive flow for the user to set the configuration.
    Note that this is a breaking change from the previous behaviour where you could configure AWS as the provider without explictly specifying the --provider argument.
    (This breaking change is allowed in a minor release because the Sippy feature and wrangler r2 sippy commands are marked as beta.)

Patch Changes
  • #​4841 10396125 Thanks @​rozenmd! - fix: replace D1's dashed time-travel endpoints with underscored ones

    D1 will maintain its d1/database/${databaseId}/time-travel/* endpoints until GA, at which point older versions of wrangler will start throwing errors to users, asking them to upgrade their wrangler version to continue using Time Travel via CLI.

  • #​4656 77b0bce3 Thanks @​petebacondarwin! - fix: ensure upstream_protocol is passed to the Worker

    In wrangler dev it is possible to set the upstream_protocol,
    which is the protocol under which the User Worker believes it has been
    requested, as recorded in the request.url that can be used for
    forwarding on requests to the origin.

    Previously, it was not being passed to wrangler dev in local mode.
    Instead it was always set to http.

    Note that setting upstream_protocol to http is not supported in
    wrangler dev remote mode, which is the case since Wrangler v2.0.

    This setting now defaults to https in remote mode (since that is the only option),
    and to the same as local_protocol in local mode.

    Fixes #​4539

  • #​4810 6eb2b9d1 Thanks @​gabivlj! - fix: Cloudchamber command shows json error message on load account if --json specified

    If the user specifies a json option, we should see a more detailed error on why loadAccount failed.

  • #​4820 b01c1548 Thanks @​mrbbot! - fix: show up-to-date sources in DevTools when saving source files

    Previously, DevTools would never refresh source contents after opening a file, even if it was updated on-disk. This could cause issues with step-through debugging as breakpoints set in source files would map to incorrect locations in bundled Worker code. This change ensures DevTools' source cache is cleared on each reload, preventing outdated sources from being displayed.

  • Updated dependencies [8166eefc]:

    • miniflare@3.20231218.4

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) January 26, 2024 20:59
Copy link

codecov bot commented Jan 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (769c897) 36.40% compared to head (cb413c8) 36.40%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #856   +/-   ##
=======================================
  Coverage   36.40%   36.40%           
=======================================
  Files           5        5           
  Lines         228      228           
=======================================
  Hits           83       83           
  Misses        140      140           
  Partials        5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot merged commit 54390a1 into main Jan 26, 2024
26 checks passed
@renovate renovate bot deleted the renovate/wrangler-3.x branch January 26, 2024 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants