chore(deps): update dependency wrangler to v3.114.9 #215
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.111.0
->3.114.9
Release Notes
cloudflare/workers-sdk (wrangler)
v3.114.9
Compare Source
Patch Changes
#9262
2c3d8dd
Thanks @workers-devprod! - fix: add no-opprops
toctx
ingetPlatformProxy
to fix type mismatch#8681
7a57c14
Thanks @workers-devprod! - fix(miniflare): strip CF-Connecting-IP header from all outbound requests#9128
c535845
Thanks @dario-piotrowicz! - fix: remove outdated js-doc comment forunstable_startDevWorker
'sentrypoint
#9259
b742171
Thanks @workers-devprod! - Relax R2 bucket validation forpages dev
commands#9172
4e943b1
Thanks @vicb! - validate r2 bucket names#9250
b2b5ee8
Thanks @workers-devprod! - fix: stripCF-Connecting-IP
header withinfetch
In v4.15.0, Miniflare began stripping the
CF-Connecting-IP
header via a global outbound service, which led to a TCP connection regression due to a bug in Workerd. This PR patches thefetch
API to strip the header during localwrangler dev
sessions as a temporary workaround until the underlying issue is resolved.#9267
8b4f24a
Thanks @workers-devprod! - fix: setting triggers.crons:[] in Wrangler config should delete deployed cron schedules#9163
d67cd0d
Thanks @petebacondarwin! - Do not report "d1 execute" command file missing error to Sentry#8957
9d4ff5b
Thanks @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
9b4c91d
Thanks @lambrospetrou! - Fix d1 info command showing read_replication: [object Object]Updated dependencies [
7a57c14
,b2b5ee8
,56a0d6e
]:v3.114.8
Compare Source
Patch Changes
#9086
a2a56c8
Thanks @petebacondarwin! - Do not include .wrangler and Wrangler config files in additional modulesPreviously, if you added modules rules such as
**/*.js
or**/*.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.js
or the Wrangler config file itself. Now these files are automatically skipped when trying to find additional modules by searching the file tree.#9037
d0d0025
Thanks @CarmenPopoviciu! - fix: When generating Env types, set type of version metadata binding toWorkerVersionMetadata
. This means it now correctly includes thetimestamp
field.#9093
2f2f7ba
Thanks @CarmenPopoviciu! - fix: Validate input file for Vectorize insertsUpdated dependencies [
fc04292
,a01adca
]:v3.114.7
Compare Source
Patch Changes
#8955
b7eba92
Thanks @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
8bcb257
Thanks @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.6
Compare Source
Patch Changes
#8783
7bcf352
Thanks @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
db673d6
Thanks @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
91cf028
Thanks @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.json
files):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.5
Compare Source
Patch Changes
dec7e2a
,db2207a
]:v3.114.4
Compare Source
Patch Changes
#8758
04ba075
Thanks @emily-shen! - fix: return actual error onwrangler secret bulk
#8703
ef89e6b
Thanks @CarmenPopoviciu! - Improve formatting of cache options for hyperdrive list command#8751
e1ef298
Thanks @emily-shen! - fix: include documentation_url in API Errors if provided#8713
47bf369
Thanks @CarmenPopoviciu! - fix: stop getPlatformProxy crashing when internal DOs are presentInternal DOs still do not work with getPlatformProxy, but warn instead of crashing.
#8683
90d93c9
Thanks @CarmenPopoviciu! - RemoveNodeJSCompatModule
. This was never fully supported, and never worked for deploying Workers from Wrangler.Updated dependencies [
90d93c9
]:v3.114.3
Compare Source
Patch Changes
#8662
5e57717
Thanks @workers-devprod! - Amendpages dev
error message when an environment is requested#8535
6f8e892
Thanks @workers-devprod! - improve the error messaging when the user provides neither an entry point nor an asset directoryv3.114.2
Compare Source
Patch Changes
#8453
f90a669
Thanks @workers-devprod! - trigger dummy v3 maintenance release for testing#8500
80bbee3
Thanks @workers-devprod! - Supportno_bundle
config in Pages for bothdev
anddeploy
.This was already supported via a command line arg (
--no-bundle
).#8521
5cd32b1
Thanks @emily-shen! - fix: throw explicit error for unknown mimetype duringwrangler check startup
#8504
0192aae
Thanks @workers-devprod! - Fix Workers Assets metafiles (_headers
and_redirects
) resolution when running Wrangler from a different directoryUpdated dependencies [
f90a669
]:v3.114.1
Compare Source
Patch Changes
#8383
8d6d722
Thanks @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
e3efd68
Thanks @penalosa! - Support AI, Vectorize, and Images bindings when using@cloudflare/vite-plugin
#8427
a352798
Thanks @vicb! - update unenv-preset dependency to fix bug with Performance globalFixes #8407
Fixes #8409
Fixes #8411
#8390
53e6323
Thanks @GregBrimble! - Parse and apply metafiles (_headers
and_redirects
) inwrangler dev
for Workers Assets#8392
4d9d9e6
Thanks @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 deploy
when 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.0
Compare Source
Minor Changes
7b6b0c2
Thanks @jonesphillip! - Deprecated--id
parameter in favor of--name
for both thewrangler r2 bucket lifecycle
andwrangler r2 bucket lock
commandsv3.113.0
Compare Source
Minor Changes
bca1fb5
Thanks @vicb! - Use the unenv preset for Cloudflare from@cloudflare/unenv-preset
Patch Changes
#8338
2d40989
Thanks @GregBrimble! - feat: Upload _headers and _redirects if present with Workers Assets as part ofwrangler deploy
andwrangler versions upload
.#8288
cf14e17
Thanks @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-rpc
flag:wrangler dev --x-assets-rpc
.#8216
af9a57a
Thanks @ns476! - Support Images binding inwrangler types
#8304
fbba583
Thanks @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.0
Compare Source
Minor Changes
#8256
f59d95b
Thanks @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
fce642d
Thanks @emily-shen! - fix bindings to entrypoints on the same worker in workers with assets#8201
2cad136
Thanks @ichernetsky-cf! - fix: interactively list Cloudchamber deployments using labels#8289
a4909cb
Thanks @penalosa! - Add the experimental--x-assets-rpc
flag to gate feature work to support JSRPC with Workers + Assets projects.Updated dependencies [
fce642d
,a4909cb
]: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.
🔕 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.