This repository was archived by the owner on May 18, 2025. It is now read-only.
Open
Conversation
3ebe89d to
6c667dd
Compare
8509b94 to
bbac1fa
Compare
92eae60 to
ea02cbf
Compare
228a529 to
cf944f8
Compare
c1fda5e to
840b5cd
Compare
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.99.0->^4.0.0Release Notes
cloudflare/workers-sdk (wrangler)
v4.14.4Compare Source
Patch Changes
#9124
d0d62e6Thanks @dario-piotrowicz! - make thatunstable_startWorkercan correctly throw configuration errorsmake sure that
unstable_startWorkercan throw configuration related errors when:setConfigis called with thethrowErrorsargument set totrueadditionally when an error is thrown when
unstable_startWorkeris called make surethat the worker is properly disposed (since, given the fact that it is not returned
by the utility the utility's caller wouldn't have any way to dispose it themselves)
v4.14.3Compare Source
Patch Changes
#9158
826c5e8Thanks @petebacondarwin! - fix CallSite.toString() not to throw#9159
c6b3f10Thanks @petebacondarwin! - bump esbuild version to fix regression in 0.25.0#8985
078c568Thanks @gabivlj! -wrangler deployis able to deploy new container versions#9162
8c3cdc3Thanks @petebacondarwin! - Do not report "d1 execute" command file missing error to SentryUpdated dependencies [
df5d1f6,4672bda,c6b3f10]:v4.14.2Compare Source
Patch Changes
#9118
1cd30a5Thanks @dario-piotrowicz! - fix: remove outdated js-doc comment forunstable_startDevWorker'sentrypoint#9120
11aa362Thanks @dario-piotrowicz! - Addexperimental_startMixedModeSessionno-op utilityThis experimental utility has no effect. More details will be shared as we roll out its functionality.
#7423
2be85d7Thanks @penalosa! - Make sure custom build logging output is more clearly signposted, and make sure it doesn't interfere with the interactive dev session output.#9112
3fe85d4Thanks @penalosa! - Warn if the Node.js version is below Node.js 20v4.14.1Compare Source
Patch Changes
#9085
cdc88d8Thanks @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.#9095
508a1a3Thanks @petebacondarwin! - wrangler login put custom callback host and port into the auth URL#9113
82e220eThanks @dario-piotrowicz! - Addx-mixed-modeflagThis experimental flag currently has no effect. More details will be shared as we roll out its functionality.
Updated dependencies [
357d42a]:v4.14.0Compare Source
Minor Changes
#8981
3b60131Thanks @Caio-Nogueira! - Adds support for waitForEvent step type#9083
137d2daThanks @penalosa! - Support Tail Workers in local devPatch Changes
#8975
9bf55aaThanks @Caio-Nogueira! - Adds missingwaitingstatus on thewrangler workflow instances listcommand#9048
0b4d22aThanks @garvit-gupta! - fix: Validate input file for Vectorize insertsUpdated dependencies [
d2ecc76,137d2da]:v4.13.2Compare Source
Patch Changes
2c50115]:v4.13.1Compare Source
Patch Changes
#8983
f5ebb33Thanks @Caio-Nogueira! - Remove open-beta disclaimer from workflows commands#8990
6291fa1Thanks @emily-shen! - fix: When generating Env types, set type of version metadata binding toWorkerVersionMetadata. This means it now correctly includes thetimestampfield.#8966
234afaeThanks @penalosa! - Internal refactor to use thecreateCommandutilityUpdated dependencies [
fc47c79,0838f1b]:v4.13.0Compare Source
Minor Changes
#8640
5ce70bdThanks @kentonv! - Add support for definingpropson a Service binding.In your configuration file, you can define a service binding with props:
{ "services": [ { "binding": "MY_SERVICE", "service": "some-worker", "props": { "foo": 123, "bar": "value" } } ] }These can then be accessed by the callee:
#8771
0cfcfe0Thanks @dario-piotrowicz! - feat: addconfig.keep_namesoptionAdds a new option to Wrangler to allow developers to opt out of esbuild's
keep_namesoption (https://esbuild.github.io/api/#keep-names). By default, Wrangler sets this totrueThis is something developers should not usually need to care about, but sometimes
keep_namescan create issues, and in such cases they will be now able to opt-out.Example
wrangler.jsonc:{ "name": "my-worker", "main": "src/worker.ts", "keep_names": false }Patch Changes
#9024
c409318Thanks @IRCody! - Correctly handle 0 length responses to wrangler containers list.Updated dependencies [
5ce70bd,3f0adf3]:v4.12.1Compare Source
Patch Changes
#8935
41f095bThanks @penalosa! - Internal refactor to move local analytics engine support from Wrangler to MiniflareUpdated dependencies [
2a7749b,41f095b]:v4.12.0Compare Source
Minor Changes
69864b4Thanks @gnekich! - introduce callback-host and callback-port param for wrangler login commandPatch Changes
#8889
eab7ad9Thanks @penalosa! - When Wrangler encounters an error, if the Bun runtime is detected it will now warn users that Wrangler does not officially support Bun.#8673
5de2b9aThanks @IRCody! - Add containers {info, list, delete} subcommands.Updated dependencies [
62c40d7]:v4.11.1Compare Source
Patch Changes
#8950
bab1724Thanks @edmundhung! - fix: include telemetry-related environment variables in release builds#8903
085a565Thanks @emily-shen! - disable eslint in generated types fileUpdated dependencies [
511be3d]:v4.11.0Compare Source
Minor Changes
#8890
c912b99Thanks @edmundhung! - update esbuild version to 0.25#8711
4cc036dThanks @CarmenPopoviciu! - Add the Pages deployment id to the JSON output forwrangler pages deployment list#8244
84ecfe9Thanks @CarmenPopoviciu! - feat: Add debug logs to capture assets upload status, specifically:Patch Changes
#8885
f2802f9Thanks @CarmenPopoviciu! - Disambiguate the "No files to upload. Proceeding with deployment..." message#8924
d2b44a2Thanks @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
Updated dependencies [
f5413c5]:v4.10.0Compare Source
Minor Changes
dcce2ecThanks @LuisDuarte1! - Promote workflows commands to stablePatch Changes
#8883
5388447Thanks @penalosa! - fix: Only log requests to the Wrangler dev server onceUpdated dependencies [
b7ac367,5388447]:v4.9.1Compare Source
Patch Changes
d454ad9]:v4.9.0Compare Source
Minor Changes
930ebb2Thanks @penalosa! - Add support for email local dev and send_email bindingPatch Changes
#8809
09464a6Thanks @dario-piotrowicz! - 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
#8829
62df08aThanks @cmackenzie1! - Add option--cors-origin noneto remove CORS settings on a pipelineUpdated dependencies [
afd93b9,930ebb2]:v4.8.0Compare Source
Minor Changes
93267cfThanks @edmundhung! - Support Secrets Store Secret bindingsPatch Changes
#8780
4e69fb6Thanks @cmackenzie1! - - Renamewrangler pipelines showtowrangler pipelines get--enable-worker-bindingand--enable-httpwith--source workerand--source http(or--source http workerfor both)--file-templateand--partition-templateflags fromwrangler pipelines create|updatewrangler pipelines get <pipeline>. Existing output is available using--format=json.wrangler pipelines createcommands.#8596
75b454cThanks @dario-piotrowicz! - 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
#8795
d4c1171Thanks @GregBrimble! - feat: Unhidewrangler pages functions buildcommand.This is already documented for Pages Plugins and by officially documenting it, we can ease the transition to Workers Assets for users of Pages Functions.
Updated dependencies [
93267cf,ec7e621]:v4.7.2Compare Source
Patch Changes
#8763
2650fd3Thanks @garrettgu10! - R2 data catalog URIs now separate account ID and warehouse name with a slash rather than an underscore#8341
196f51dThanks @kotkoroid! - 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.
Updated dependencies [
e0efb6f,0a401d0]:v4.7.1Compare Source
Patch Changes
#8746
7427004Thanks @emily-shen! - Log whether a command is operating on a remote or local resource#8757
199caa4Thanks @emily-shen! - fix: return actual error onwrangler secret bulk#8750
80ef13cThanks @emily-shen! - fix: include documentation_url in API Errors if provided#8759
55b336fThanks @garvit-gupta! - fix: Minor refactor for the r2 data catalog commands#8753
245cfbdThanks @cmackenzie1! - - Hide--transform-workerflag onwrangler pipelines <create|update>during private beta.--shard-countoption forwrangler pipelines <create|update>for more control over Pipeline throughput or filesize
Updated dependencies [
007f322]:v4.7.0Compare Source
Minor Changes
3993374Thanks @Ltadrian! - add sslmode to hyperdrive and update mtls flagsPatch Changes
#8720
8df60b5Thanks @lukevalenta! - Fix logic to derive resource name from binding by replacing all underscores with dashes#8697
ec1f813Thanks @emily-shen! - fix: stop getPlatformProxy crashing when internal DOs are presentInternal DOs still do not work with getPlatformProxy, but warn instead of crashing.
#8737
624882eThanks @garvit-gupta! - fix: General improvements for the R2 catalog commandsv4.6.0Compare Source
Minor Changes
24c2c8fThanks @garvit-gupta! - feat: Add wrangler commands for R2 Data CatalogPatch Changes
ecbab5dThanks @knickish! - Improve formatting of cache options for hyperdrive list commandv4.5.1Compare Source
Patch Changes
#8666
f29f018Thanks @penalosa! - RemoveNodeJSCompatModule. This was never fully supported, and never worked for deploying Workers from Wrangler.Updated dependencies [
cad99dc,f29f018]:v4.5.0Compare Source
Minor Changes
14602d9Thanks @pmiguel! - Add support for KV Bulk Gets in WranglerPatch Changes
#8435
8e3688fThanks @emily-shen! - fix: include assets binding when printing summary of bindings#8675
f043b74Thanks @vicb! - Bump@cloudflare/unenv-presetto 2.3.1Use the workerd native implementation of
createSecureContextandcheckServerIdentityfromnode:tls. The functions have been implemented incloudflare/workerd#3754.v4.4.1Compare Source
Patch Changes
#8655
7682675Thanks @emily-shen! - fix bug where assets in directories starting with . would crash the dev server#8604
d8c0495Thanks @dario-piotrowicz! - Amendpages deverror message when an environment is requested#8536
e4b76e8Thanks @gabivlj! - wrangler cloudchamber create explicitly sets IPv6 predefinedUpdated dependencies [
7682675,9c844f7,29cb306]:v4.4.0Compare Source
Minor Changes
#8575
4a5f270Thanks @LuisDuarte1! - Add workflows delete API endpoint#8578
5f151fcThanks @LuisDuarte1! - Add terminate-all command to workflows#8382
0d1240bThanks @jvaughan-cloudflare! - Add Secrets Store command support to Wrangler CLI#8569
1c94eeeThanks @vicb! - Bump@cloudflare/unenv-presetto 2.3.0Enable the recently implemented native APIs from
node:cryptoPatch Changes
#8556
b7d6b7dThanks @GregBrimble! - Add support forassets_navigation_prefer_asset_servingin Vite (devandpreview)#8597
5d78760Thanks @CarmenPopoviciu! - feat: Graduate experimental RPC support for Workers with assets in local devUpdated dependencies [
d8f1c49,b7d6b7d,5d78760,c0d0cd0]:v4.3.0Compare Source
Minor Changes
#8258
9adbd50Thanks @knickish! - Enable the creation of MySQL Hypedrive configs via the Wrangler CLI.#8353
c4fa349Thanks @jbwcloudflare! - Add new command to purge a QueueThis new command can be used to delete all existing messages in a Queue
#8461
86ab0caThanks @GregBrimble! - Add a 'allowTrailingCommas: true' option to improve IDE experience of 'wrangler.jsonc?'#8550
5ae12a9Thanks @vicb! - Bump@cloudflare/unenv-presetto 2.2.0Use the workerd native implementation for
node:tlsPatch Changes
#8501
383dc0aThanks @GregBrimble! - Add support forassets_navigation_prefers_asset_servingcompatibility flag inwrangler dev#8562
8278db5Thanks @IRCody! - Add initial containers subcommand to wrangler.#8376
a25f060Thanks @CarmenPopoviciu! - feat: Make local dev RPC behaviour on par with production for Workers with assets#8534
62d5471Thanks @petebacondarwin! - improve the error messaging when the user provides neither an entry point nor an asset directory#8528
2a43cdcThanks @cmackenzie1! - Support wrangler types for Pipelines#8579
29015e5Thanks @cmackenzie1! - Allowwrangler pipelines update <pipelineName> --transform-worker noneto remove transformations from a Pipeline.Updated dependencies [
9adbd50,dae7bd4,a25f060,a7bd79b]:v4.2.0Compare Source
Minor Changes
fd9dff8Thanks @gabivlj! - wrangler deploy includes container configuration when uploading the scriptPatch Changes
#8220
14680b9Thanks @IRCody! - Fix a bug in cloudchamber build where it would still attempt to push an image if the build failed.#8186
05973bbThanks @IRCody! - Add cloudchamber images {list,delete} commands to list and delete images stored in cloudchamber managed registry.Updated dependencies [
ff26dc2,4ad78ea]:v4.1.0Compare Source
Minor Changes
#8337
1b2aa91Thanks @Ltadrian! - Add mTLS configuration fields to Hyperdrive commandhyperdrive create test123 ... --ca-certificate-uuid=CA_CERT_UUID --mtls-certificate-uuid=MTLS_CERT_UUID
Patch Changes
#8401
b8fd1b1Thanks @petebacondarwin! - Supportno_bundleconfig in Pages for bothdevanddeploy.This was already supported via a command line arg (
--no-bundle).#8472
4978e5bThanks @edmundhung! - fix: throw explicit error for unknown mimetype duringwrangler check startup#8478
931b53dThanks @penalosa! - Addwrangler typessupport for importable env andprocess.env#8503
edf169dThanks @GregBrimble! - Fix Workers Assets metafiles (_headersand_redirects) resolution when running Wrangler from a different directoryUpdated dependencies [
5ae180e,74b0c73]:v4.0.0Compare Source
Major Changes
#7334
869ec7bThanks @penalosa! - Use--localby default forwrangler kv keyandwrangler r2 objectcommands#7334
869ec7bThanks @dario-piotrowicz! - chore: remove deprecatedgetBindingsProxyremove the deprecated
getBindingsProxyutility which has been replaced withgetPlatformProxy#7334
869ec7bThanks @penalosa! - Remove the deprecated--formatargument onwrangler deployandwrangler dev.Remove deprecated config fields:
typewebpack_configminiflarebuild.uploadzone_idusage_modelexperimental_serviceskv-namespaces#7334
869ec7bThanks @rozenmd! - Removewrangler d1 backupsThis change removes
wrangler d1 backups, a set of alpha-only commands that would allow folks to interact with backups of their D1 alpha DBs.For production D1 DBs, you can restore previous versions of your database with
wrangler d1 time-traveland export it at any time withwrangler d1 export.Closes #7470
#7334
869ec7bThanks @rozenmd! - Remove--batch-sizeas an option forwrangler d1 executeandwrangler d1 migrations applyThis change removes the deprecated
--batch-sizeflag, as it is no longer necessary to decrease the number of queries wrangler sends to D1.Closes #7470
#7334
869ec7bThanks @rozenmd! - Remove alpha support fromwrangler d1 migrations applyThis change removes code that would take a backup of D1 alpha databases before proceeding with applying a migration.
We can remove this code as alpha DBs have not accepted queries in months.
Closes #7470
#7334
869ec7bThanks @penalosa! - Remove the deprecatedwrangler generatecommand. Instead, use the C3 CLI to create new projects: https://developers.cloudflare.com/pages/get-started/c3/#7334
869ec7bThanks @penalosa! - Remove the deprecatedwrangler init --no-delegate-c3command.wrangler initis still available, but will always delegate to C3.#7334
869ec7bThanks @penalosa! - Remove support for legacy assets.This removes support for legacy assets using the
--legacy-assetsflag orlegacy_assetsconfig field. Instead, you should use Workers Assets#7334
869ec7bThanks @penalosa! - Remove the deprecatedwrangler publishcommand. Instead, usewrangler deploy, which takes exactly the same arguments.Additionally, remove the following deprecated commands, which are no longer supported.
wrangler configwrangler previewwrangler routewrangler subdomainRemove the following deprecated command aliases:
wrangler secret:*, replaced bywrangler secret *wrangler kv:*, replaced bywrangler kv *#7334
869ec7bThanks @penalosa! - Remove the deprecatedwrangler versioncommand. Instead, usewrangler --versionto check the current version of Wrangler.#7334
869ec7bThanks @penalosa! - The--node-compatflag andnode_compatconfig properties are no longer supported as of Wrangler v4. Instead, use thenodejs_compatcompatibility flag. This includes the functionality from legacynode_compatpolyfills and natively implemented Node.js APIs. See https://developers.cloudflare.com/workers/runtime-apis/nodejs for more information.If you need to replicate the behaviour of the legacy
node_compatfeature, refer to https://developers.cloudflare.com/workers/wrangler/migration/update-v3-to-v4/ for a detailed guide.#7334
869ec7bThanks @threepointone! - chore: update esbuildThis patch updates esbuild from 0.17.19 to 0.24.2. That's a big bump! Lots has gone into esbuild since May '23. All the details are available at https://github.com/evanw/esbuild/blob/main/CHANGELOG.md / https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md.
We now support all modern JavasScript/TypeScript features suported by esbuild (as of December 2024). New additions include standard decorators, auto-accessors, and the
usingsyntax.0.18 introduced wider support for configuration specified via
tsconfig.jsonhttps://github.com/evanw/esbuild/issues/3019. After observing the (lack of) any actual broken code over the last year for this release, we feel comfortable releasing this without considering it a breaking change.0.19.3 introduced support for import attributes
While we don't currently expose the esbuild configuration for developers to add their own plugins to customise how modules with import attributes are bundled, we may introduce new "types" ourselves in the future.
0.19.0 introduced support for wildcard imports. Specifics here (https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md#0190). tl;dr -
These 2 patterns will bundle all files that match the glob pattern into a single file.
This pattern will NOT bundle any matching patterns:
You can use
find_additional_modulesto bundle any additional modules that are not referenced in the code but are required by the project.Now, this MAY be a breaking change for some. Specifically, if you were previously using the pattern (that will now include all files matching the glob pattern in the bundle), BUT
find_additional_moduleswas NOT configured to include some files, those files would now be included in the bundle. For example, consider this code:Imagine if in that folder, you had these 3 files:
And your
wrangler.tomlwas:Before this update:
http://localhost:8787/would error. For example, a request tohttp://localhost:8787/one.jswould error with No such module "one.js".wrangler.tomlto include all.jsfiles in thesrcfolder: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.
This PR was generated by Mend Renovate. View the repository job log.