-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency wrangler to v3.114.16 #4
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/wrangler-3.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
a6a4029 to
f152ead
Compare
f152ead to
029cd8c
Compare
029cd8c to
8cc5657
Compare
8cc5657 to
5a1d881
Compare
5a1d881 to
db33b0e
Compare
db33b0e to
ccd4155
Compare
ccd4155 to
4f34982
Compare
4f34982 to
da1910c
Compare
da1910c to
03957bc
Compare
03957bc to
42b302c
Compare
42b302c to
dfc6821
Compare
8848f6e to
89d4eea
Compare
89d4eea to
cfc44a4
Compare
cfc44a4 to
3846d74
Compare
6a66ed0 to
a702e93
Compare
a702e93 to
543a259
Compare
543a259 to
cdfae31
Compare
cdfae31 to
095aef3
Compare
095aef3 to
63968fc
Compare
63968fc to
7b95a18
Compare
7b95a18 to
5c1b352
Compare
5c1b352 to
5139658
Compare
5139658 to
b3034d5
Compare
b3034d5 to
2bc5a3c
Compare
2bc5a3c to
8a11327
Compare
8a11327 to
4a1d1f2
Compare
4a1d1f2 to
6cde100
Compare
6cde100 to
1bc715f
Compare
1bc715f to
997c10f
Compare
997c10f to
66f9a25
Compare
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:
3.60.0→3.114.16Release Notes
cloudflare/workers-sdk (wrangler)
v3.114.16Compare Source
Patch Changes
#11689
9bab0a0Thanks @ascorbic! - Display a warning when authentication errors occur and theaccount_idin your Wrangler configuration does not match any of your authenticated accounts. This helps identify configuration issues where you may have the wrong account ID set in yourwrangler.tomlorwrangler.jsoncfile.#10737
c41a078Thanks @workers-devprod! - Allow WRANGLER_SEND_ERROR_REPORTS env var to override whether to report Wrangler crashes to Sentry#11134
bd39455Thanks @petebacondarwin! - Reduce the amount of arguments being passed in metrics capture.Now the argument values that are captured come from an allow list,
and can be marked as ALLOW (capture the real value) or REDACT (capture as "").
#11020
9cb702eThanks @dario-piotrowicz! - Fixobservability.logs.persistbeing flagged as an unexpected field during the wrangler config file validation#11147
cf4993bThanks @FlorentCollin! - Improve the formatting of the D1 execute command to always show the duration in milliseconds with two decimal places.#11650
cc29eadThanks @ascorbic! - fix: respect TypeScript path aliases when resolving non-JS modules with module rulesWhen importing non-JavaScript files (like
.graphql,.txt, etc.) using TypeScript path aliases defined intsconfig.json, Wrangler's module-collection plugin now correctly resolves these imports. Previously, path aliases were only respected for JavaScript/TypeScript files, causing imports likeimport schema from '~lib/schema.graphql'to fail when using module rules.#11179
7f779e9Thanks @ascorbic! - Log a more helpful error when attempting to "r2 object put" a non-existent file#11501
c78d942Thanks @edmundhung! - fix: prevent reporting SQLite error fromwrangler d1 executeto Sentry#11262
b2683f7Thanks @workers-devprod! - Avoid using object lookup for OAuth Error classes#11107
d8037d3Thanks @workers-devprod! - Fixed conflict between--envand--expiresflags inwrangler r2 object put.--enow aliases--envonly, and NOT--expires.#10961
02d2ea9Thanks @devin-ai-integration! - Acquire Cloudflare Access tokens for additional requests made during awrangler dev --remotesession#11108
892ec4fThanks @emily-shen! - Fixed self-bindings (service bindings to the same worker) showing as [not connected] in wrangler dev. Self-bindings now correctly show as [connected] since a worker is always available to itself.#11138
3db872aThanks @devin-ai-integration! - Implement tail-based logging forwrangler devremote mode, behind the--x-tail-tagsflag. This will become the default in the future.#10889
204616cThanks @workers-devprod! - Clarify thatwrangler check startupgenerates a local CPU profile#11491
ed8aaefThanks @edmundhung! - Explicitly close FileHandle inwrangler d1 executeto support Node 25#10962
203e599Thanks @devin-ai-integration! - Fixed duplicate warning messages appearing during wrangler dev when configuration changes or state transitions occur#11601
62754f8Thanks @petebacondarwin! - Fix "TypeError: Body is unusable: Body has already been read" when failing to exchange oauth code because of doubleresponse.text().#11138
3db872aThanks @devin-ai-integration! - We're soon going to make backend changes that mean thatwrangler dev --remotesessions will no longer have an associated inspector connection. In advance of these backend changes, we've enabled a newwrangler tail-based logging strategy forwrangler dev --remote. For now, you can revert to the previous logging strategy withwrangler dev --remote --no-x-tail-logs, but in future it will not be possible to revert.The impact of this will be that logs that were previously available via devtools will now be provided directly to the Wrangler console and it will no longer be possible to interact with the remote Worker via the devtools console.
#11194
71758e9Thanks @petebacondarwin! - add more logging around Wrangler authentication to help diagnose issuesUpdated dependencies [
d006fae,4ae9ead]:v3.114.15Compare Source
Patch Changes
#10758
c9d567eThanks @dario-piotrowicz! - fixconsole.debuglogs not being logged at theinfolevel (as users expect)#10762
081647bThanks @petebacondarwin! - switch zone route warning to an info message#10782
9e79d9dThanks @penalosa! - Improve formatting of logged errors in some cases#10516
dfa81fdThanks @workers-devprod! - fix: script should be accepted as a positional arg in theversions uploadcommand#10760
cb7ace5Thanks @petebacondarwin! - Support the deletion of secrets with complex names#9991
3d9b3a0Thanks @workers-devprod! - Fix startup profiling when sourcemaps are enabledUpdated dependencies [
a879fe0,6de07fb,ab47329]:v3.114.14Compare Source
Patch Changes
#10330
dab7683Thanks @petebacondarwin! - Do not attempt to update queue producer settings when deploying a Worker with a queue bindingPreviously, each deployed Worker would update a subset of the queue producer's settings for each queue binding, which could result in broken queue producers or at least conflicts where different Workers tried to set different producer settings on a shared queue.
#10233
a00a124Thanks @veggiedefender! - Increase the maxBuffer size for capnp uploads#10228
77a4364Thanks @dario-piotrowicz! - fixNonRetryableErrorthrown with an empty error message not stopping workflow retries locallyUpdated dependencies []:
v3.114.13Compare Source
Patch Changes
#10015
b5d9bb0Thanks @dario-piotrowicz! - fixwrangler devlogs being logged on the incorrect level in some casescurrently the way
wrangler devprints logs is faulty, for example the following codeinside a worker would cause the following logs:
(note that the warning is printed as an error and the debug log is printed even if by default it should not)
the changes here make sure that the logs are instead logged to their correct level, so for the code about the following will be logged instead:
(running
wrangler devwith the--log-level=debugflag will also cause the debug log to be included as well)#10187
f480ec7Thanks @workers-devprod! - Deleting when Pages project binds to worker requires confirmation#10182
1f686efThanks @devin-ai-integration! - fix: report startup errors before workerd profiling#10226
989e17eThanks @petebacondarwin! - Enforce 64-character limit for Workflow binding names locally to match production validation#10216
76d3002Thanks @devin-ai-integration! - Add macOS version validation to prevent EPIPE errors on unsupported macOS versions (below 13.5). Miniflare and C3 fail hard while Wrangler shows warnings but continues execution.#10261
8c38b65Thanks @petebacondarwin! - fix: strip ANSI escape codes from log files to improve readability and parsing#10171
0d73563Thanks @devin-ai-integration! - Handle UTF BOM in config files - detect and remove UTF-8 BOMs, error on unsupported BOMs (UTF-16, UTF-32)Updated dependencies [
b5d9bb0,76d3002]:v3.114.12Compare Source
Patch Changes
#10019
cce7f6fThanks @dario-piotrowicz! - chore: update workerd dependency to latest#10050
ef003a2Thanks @emily-shen! - remove banner from r2 getobject in pipe mode#10003
6940d39Thanks @emily-shen! - Include more (sanitised) user errors in telemetry.We manually vet and sanitised error messages before including them in our telemetry collection - this PR just includes a couple more.
#9973
58c09cfThanks @penalosa! - Make Wrangler warn more loudly if you're missing auth scopesUpdated dependencies [
cce7f6f,028f689]:v3.114.11Compare Source
Patch Changes
#9685
cbea64bThanks @WillTaylorDev! - Select only successfully deployed deployments when tailing.#9776
6e09672Thanks @vicb! - Cap the number of errors and warnings for bulk KV put to avoid consuming too much memory#9694
dacfc35Thanks @dario-piotrowicz! - add support for assets bindings togetPlatformProxythis change makes sure that that
getPlatformProxy, when the input configurationfile contains an assets field, correctly returns the appropriate asset binding proxy
example:
#9807
4dd026bThanks @penalosa! - Better messaging for account owned tokens inwrangler whoamiv3.114.10Compare Source
Patch Changes
#9713
3ff9592Thanks @penalosa! - Supportwrangler version uploadfor Python Workers#9453
0e2949cThanks @emily-shen! - Point to the right location for docs on telemetry#9594
0f2f75dThanks @vicb! - drop unusedWRANGLER_UNENV_RESOLVE_PATHSenv var#9631
e101451Thanks @CarmenPopoviciu! - Remove "Cloudchamber" from user facing error messagesv3.114.9Compare Source
Patch Changes
#9262
2c3d8ddThanks @workers-devprod! - fix: add no-oppropstoctxingetPlatformProxyto fix type mismatch#8681
7a57c14Thanks @workers-devprod! - fix(miniflare): strip CF-Connecting-IP header from all outbound requests#9128
c535845Thanks @dario-piotrowicz! - fix: remove outdated js-doc comment forunstable_startDevWorker'sentrypoint#9259
b742171Thanks @workers-devprod! - Relax R2 bucket validation forpages devcommands#9172
4e943b1Thanks @vicb! - validate r2 bucket names#9250
b2b5ee8Thanks @workers-devprod! - fix: stripCF-Connecting-IPheader withinfetchIn v4.15.0, Miniflare began stripping the
CF-Connecting-IPheader via a global outbound service, which led to a TCP connection regression due to a bug in Workerd. This PR patches thefetchAPI to strip the header during localwrangler devsessions as a temporary workaround until the underlying issue is resolved.#9267
8b4f24aThanks @workers-devprod! - fix: setting triggers.crons:[] in Wrangler config should delete deployed cron schedules#9163
d67cd0dThanks @petebacondarwin! - Do not report "d1 execute" command file missing error to Sentry#8957
9d4ff5bThanks @workers-devprod! - Make sure custom build logging output is more clearly signposted, and make sure it doesn't interfere with the interactive dev session output.#9166
9b4c91dThanks @lambrospetrou! - Fix d1 info command showing read_replication: [object Object]Updated dependencies [
7a57c14,b2b5ee8,56a0d6e]:v3.114.8Compare Source
Patch Changes
#9086
a2a56c8Thanks @petebacondarwin! - Do not include .wrangler and Wrangler config files in additional modulesPreviously, if you added modules rules such as
**/*.jsor**/*.json, specifiedno_bundle: true, and the entry-point to the Worker was in the project root directory, Wrangler could include files that were not intended, such as.wrangler/tmp/xxx.jsor the Wrangler config file itself. Now these files are automatically skipped when trying to find additional modules by searching the file tree.#9037
d0d0025Thanks @CarmenPopoviciu! - fix: When generating Env types, set type of version metadata binding toWorkerVersionMetadata. This means it now correctly includes thetimestampfield.#9093
2f2f7baThanks @CarmenPopoviciu! - fix: Validate input file for Vectorize insertsUpdated dependencies [
fc04292,a01adca]:v3.114.7Compare Source
Patch Changes
#8955
b7eba92Thanks @workers-devprod! - When Wrangler encounters an error, if the Bun runtime is detected it will now warn users that Wrangler does not officially support Bun.#8928
8bcb257Thanks @dario-piotrowicz! - fix redirected config env validation breaking wrangler pages commandsa validation check has recently been introduced to make wrangler error on
deploy commands when an environment is specified and a redirected configuration
is in use (the reason being that redirected configurations should not include
any environment), this check is problematic with pages commands where the
"production" environment is anyways set by default, to address this the validation
check is being relaxed here on pages commands
v3.114.6Compare Source
Patch Changes
#8783
7bcf352Thanks @petebacondarwin! - Improve error message when request to obtain membership info failsWrangler now informs user that specific permission might be not granted when fails to obtain membership info. The same information is provided when Wrangler is unable to fetch user's email.
#8866
db673d6Thanks @edmundhung! - improve error message when redirected config contains environmentsthis change improves that validation error message that users see
when a redirected config file contains environments, by:
offending environments in a list
of the tool which has generated the config
#8600
91cf028Thanks @workers-devprod! - add validation to redirected configs in regards to environmentsadd the following validation behaviors to wrangler deploy commands, that relate
to redirected configs (i.e. config files specified by
.wrangler/deploy/config.jsonfiles):environment (i.e. a build tool should generate redirected configs already targeting specific
environments), so if wrangler encounters a redirected config with some environments defined
it should error
--env=my-env) when using redirectedconfigs is incorrect, so these environments should be ignored and a warning should be
presented to the user
v3.114.5Compare Source
Patch Changes
dec7e2a,db2207a]:v3.114.4Compare Source
Patch Changes
#8758
04ba075Thanks @emily-shen! - fix: return actual error onwrangler secret bulk#8703
ef89e6bThanks @CarmenPopoviciu! - Improve formatting of cache options for hyperdrive list command#8751
e1ef298Thanks @emily-shen! - fix: include documentation_url in API Errors if provided#8713
47bf369Thanks @CarmenPopoviciu! - fix: stop getPlatformProxy crashing when internal DOs are presentInternal DOs still do not work with getPlatformProxy, but warn instead of crashing.
#8683
90d93c9Thanks @CarmenPopoviciu! - RemoveNodeJSCompatModule. This was never fully supported, and never worked for deploying Workers from Wrangler.Updated dependencies [
90d93c9]:v3.114.3Compare Source
Patch Changes
#8662
5e57717Thanks @workers-devprod! - Amendpages deverror message when an environment is requested#8535
6f8e892Thanks @workers-devprod! - improve the error messaging when the user provides neither an entry point nor an asset directoryv3.114.2Compare Source
Patch Changes
#8453
f90a669Thanks @workers-devprod! - trigger dummy v3 maintenance release for testing#8500
80bbee3Thanks @workers-devprod! - Supportno_bundleconfig in Pages for bothdevanddeploy.This was already supported via a command line arg (
--no-bundle).#8521
5cd32b1Thanks @emily-shen! - fix: throw explicit error for unknown mimetype duringwrangler check startup#8504
0192aaeThanks @workers-devprod! - Fix Workers Assets metafiles (_headersand_redirects) resolution when running Wrangler from a different directoryUpdated dependencies [
f90a669]:v3.114.1Compare Source
Patch Changes
#8383
8d6d722Thanks @matthewdavidrodgers! - Make kv bulk put --local respect base64:trueThe bulk put api has an optional "base64" boolean property for each key.
Before storing the key, the value should be decoded from base64.
For real (remote) kv, this is handled by the rest api. For local kv, it
seems the base64 field was ignored, meaning encoded base64 content was
stored locally rather than the raw values.
To fix, we need to decode each value before putting to the local
miniflare namespace when base64 is true.
#8273
e3efd68Thanks @penalosa! - Support AI, Vectorize, and Images bindings when using@cloudflare/vite-plugin#8427
a352798Thanks @vicb! - update unenv-preset dependency to fix bug with Performance globalFixes #8407
Fixes #8409
Fixes #8411
#8390
53e6323Thanks @GregBrimble! - Parse and apply metafiles (_headersand_redirects) inwrangler devfor Workers Assets#8392
4d9d9e6Thanks @jahands! - fix: retry zone and route lookup API callsIn rare cases, looking up Zone or Route API calls may fail due to transient errors. This change improves the reliability of
wrangler deploywhen these errors occur.Also fixes a rare issue where concurrent API requests may fail without correctly throwing an error which may cause a deployment to incorrectly appear successful.
Updated dependencies [
8242e07,53e6323]:v3.114.0Compare Source
Minor Changes
7b6b0c2Thanks @jonesphillip! - Deprecated--idparameter in favor of--namefor both thewrangler r2 bucket lifecycleandwrangler r2 bucket lockcommandsv3.113.0Compare Source
Minor Changes
bca1fb5Thanks @vicb! - Use the unenv preset for Cloudflare from@cloudflare/unenv-presetPatch Changes
#8338
2d40989Thanks @GregBrimble! - feat: Upload _headers and _redirects if present with Workers Assets as part ofwrangler deployandwrangler versions upload.#8288
cf14e17Thanks @CarmenPopoviciu! - feat: Add assets Proxy Worker skeleton in miniflareThis commit implements a very basic Proxy Worker skeleton, and wires it in the "pipeline" miniflare creates for assets. This Worker will be incrementally worked on, but for now, the current implementation will forward all incoming requests to the Router Worker, thus leaving the current assets behaviour in local dev, the same.
This is an experimental feature available under the
--x-assets-rpcflag:wrangler dev --x-assets-rpc.#8216
af9a57aThanks @ns476! - Support Images binding inwrangler types#8304
fbba583Thanks @jahands! - chore: add concurrency and caching for Zone IDs and Workers routes lookupsWorkers with many routes can result in duplicate Zone lookups during deployments, making deployments unnecessarily slow. This compounded by the lack of concurrency when making these API requests.
This change deduplicates these requests and adds concurrency to help speed up deployments.
Updated dependencies [
2d40989,da568e5,cf14e17,79c7810]:v3.112.0Compare Source
Minor Changes
#8256
f59d95bThanks @jbwcloudflare! - Add two new Queues commands: pause-delivery and resume-deliveryThese new commands allow users to pause and resume the delivery of messages to Queue Consumers
Patch Changes
#8274
fce642dThanks @emily-shen! - fix bindings to entrypoints on the same worker in workers with assets#8201
2cad136Thanks @ichernetsky-cf! - fix: interactively list Cloudchamber deployments using labels#8289
a4909cbThanks @penalosa! - Add the experimental--x-assets-rpcflag to gate feature work to support JSRPC with Workers + Assets projects.Updated dependencies [
fce642d,a4909cb]:v3.111.0Compare Source
Minor Changes
36ef9c6Thanks @jkoe-cf! - Added wrangler r2 commands for bucket lock configurationPatch Changes
#8248
1cb2d34Thanks @GregBrimble! - feat: Omits Content-Type header for files of an unknown extension in Workers Assets#7977
36ef9c6Thanks @jkoe-cf! - fixing the format of the R2 lifecycle rule date input to be parsed as string instead of numberv3.110.0Compare Source
Minor Changes
6dd1e23Thanks @CarmenPopoviciu! - Add--cwdglobal argument to thewranglerCLI to allow changing the current working directory before running any command.Patch Changes
#8191
968c3d9Thanks @vicb! - Optimize global injection in node compat mode#8247
a9a4c33Thanks @GregBrimble! - feat: Omits Content-Type header for files of an unknown extension in Workers AssetsUpdated dependencies [
a9a4c33,6cae13a]:v3.109.3Compare Source
Patch Changes
eb46f98Thanks @edmundhung! - fix:unstable_splitSqlQueryshould ignore comments when splitting sql into statementsv3.109.2Compare Source
Patch Changes
#7687
cc853cfThanks @emily-shen! - fix: bug where Pages deployments that create new projects were failing with a new repo#8131
efd7f97Thanks @lambrospetrou! - D1 export will now show an error when the presigned URL is invalidUpdated dependencies [
5e06177]:v3.109.1Compare Source
Patch Changes
28b1dc7Thanks @0xD34DC0DE! - fix: prevent __cf_cjs name collision in the hybrid Nodejs compat pluginv3.109.0Compare Source
Minor Changes
#8120
3fb801fThanks @sdnts! - Add a newupdatesubcommand for Queues to allow updating Queue settings#8120
3fb801fThanks @sdnts! - Allow overriding message retention duration when creating Queues#8026
542c6eaThanks @penalosa! - Add--outfiletowrangler deployfor generating a worker bundle.This is an advanced feature that most users won't need to use. When set, Wrangler will output your built Worker bundle in a Cloudflare specific format that captures all information needed to deploy a Worker using the Worker Upload API
#8026
542c6eaThanks @penalosa! - Add awrangler check startupcommand to generate a CPU profile of your Worker's startup phase.This can be imported into Chrome DevTools or opened directly in VSCode to view a flamegraph of your Worker's startup phase. Additionally, when a Worker deployment fails with a startup time error Wrangler will automatically generate a CPU profile for easy investigation.
Advanced usage:
--args: to customise the waywrangler check startupbuilds your Worker for analysis, provide the exact arguments you use when deploying your Worker withwrangler deploy. For instance, if you deploy your Worker withwrangler deploy --no-bundle, you should usewrangler check startup --args="--no-bundle"to profile the startup phase.--worker-bundle: if you don't use Wrangler to deploy your Worker, you can use this argument to provide a Worker bundle to analyse. This should be a file path to a serialised multipart upload, with the exact same format as the API expects: https://developers.cloudflare.com/api/resources/workers/subresources/scripts/methods/update/Patch Changes
#8112
fff677eThanks @penalosa! - When reporting errors to Sentry, Wrangler will now include the console output as additional metadata#8120
3fb801fThanks [@sdnts](https://rConfiguration
📅 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.