chore(deps): update dependency wrangler to v3.25.0 #533
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:
3.24.0
->3.25.0
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 onesD1 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 WorkerIn
wrangler dev
it is possible to set theupstream_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 forforwarding 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
tohttp
is not supported inwrangler 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 specifiedIf 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 filesPreviously, 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
]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.