Wrangler
Minor Changes
Patch Changes
- Updated dependencies [
6ba5903]:- @cloudflare/workers-shared@0.8.0
- miniflare@3.20241106.1
Minor Changes
#7252
97acf07Thanks @Maximo-Guk! - feat: Add production_branch and deployment_trigger to pages deploy detailed artifact for wrangler-action pages parity#7263
1b80decThanks @danielrs! - Fix wrangler pages deployment (list|tail) environment filtering.
Patch Changes
#7314
a30c805Thanks @Ankcorn! - Fix observability.logs.enabled validation#7285
fa21312Thanks @penalosa! - RenamedirectorytoprojectRootand ensure it's relative to thewrangler.toml. This fixes a regression which meant that.wranglertemporary folders were inadvertently generated relative toprocess.cwd()rather than the location of thewrangler.tomlfile. It also renamesdirectorytoprojectRoot, which affects the `unstable_startWorker() interface.Updated dependencies [
563439b]:
Minor Changes
#7173
b6cbfbdThanks @Ankcorn! - Adds [observability.logs] settings to wrangler. This setting lets developers control the settings for logs as an independent dataset enabling more dataset types in the future. The most specific setting will win if any of the datasets are not enabled.It also adds the following setting to the logs config
invocation_logs- set to false to disable invocation logs. Defaults to true.
[observability.logs] enabled = true invocation_logs = false#7207
edec415Thanks @jonesphillip! - Added r2 bucket lifecycle command to Wrangler including list, add, remove, set
Patch Changes
#7243
941d411Thanks @penalosa! - Include Version Preview URL in Wrangler's output file#7038
e2e6912Thanks @petebacondarwin! - fix: only show fetch warning if on old compatibility_dateNow that we have the
allow_custom_portscompatibility flag, we only need to show the fetch warnings when that flag is not enabled.#7216
09e6e90Thanks @vicb! - chore(wrangler): update unenv dependency version#7081
b4a0e74Thanks @penalosa! - Default the file based registry (--x-registry) to on. This should improve stability of multi-worker developmentUpdated dependencies []:
Minor Changes
#7201
beed72eThanks @GregBrimble! - feat: Tail Consumers are now supported for Workers with assets.You can now configure
tail_consumersin conjunction withassetsin yourwrangler.tomlfile. Read more about Static Assets and Tail Consumers in the documentation.#7212
837f2f5Thanks @jonesphillip! - Added r2 bucket info command to Wrangler. Improved formatting of r2 bucket list output
Patch Changes
#7210
c12c0feThanks @taylorlee! - Avoid an unnecessary GET request duringwrangler deploy.#7197
4814455Thanks @michelheusschen! - fix console output forwrangler d1 migrations create#6795
94f07eeThanks @benmccann! - chore: upgrade chokidar to v4#7133
c46e02dThanks @gpanders! - Do not emit escape sequences when stdout is not a TTY
Minor Changes
- #7154
ef7c0b3Thanks @jonesphillip! - Added the ability to enable, disable, and get r2.dev public access URLs for R2 buckets.
Patch Changes
#7169
9098a3bThanks @penalosa! - Ensureworkerdprocesses are cleaned up after address-in-use errors#7172
3dce388Thanks @penalosa! - Clarify dev registry messaging around locally connected services. The connection status of local service bindings & durable object bindings is now indicated byconnectedornot connectednext to their entry in the bindings summary. For more details, refer to https://developers.cloudflare.com/workers/runtime-apis/bindings/service-bindings/#local-development#7193
ad51d1dThanks @sdnts! - Output suggested wrangler.toml changes after creating an R2 bucket#7191
1d5bc6dThanks @sdnts! - Output suggested wrangler.toml changes after creating a QueueUpdated dependencies [
1db7846,08c6580]:- miniflare@3.20241106.0
- @cloudflare/workers-shared@0.7.1
Minor Changes
#7105
a5f1779Thanks @jonesphillip! - Added the ability to list, add, remove, and update R2 bucket custom domains.#7132
89f6274Thanks @gabivlj! - Event messages are capitalized, images of wrong architectures properly show the error incloudchamber createWhen a new "health" enum is introduced,wrangler cloudchamber listwon't crash anymore. Update Cloudchamber schemas.#7121
2278616Thanks @bruxodasilva! - Added pause and resume commands to manage Workflows and hidded unimplemented delete command
Patch Changes
#7134
3ee1353Thanks @cmackenzie1! - Change Pipelines to use name instead of ID#7020
e1d2fd6Thanks @KianNH! - chore: move printWranglerBanner for secret delete into handler#7150
6380d86Thanks @emily-shen! - refactor: improve login/logout/whoami setup with the new internal registration utils#6756
49ef163Thanks @WalshyDev! - chore: disable wrangler.toml warnings when doingwrangler login&wrangler logout#7164
1bd4885Thanks @penalosa! - Fix--test-scheduledwith custom builds &--x-dev-env
Patch Changes
#7141
d938bb3Thanks @emily-shen! - fix: throw a better error if there is an "ASSETS" user binding in a Pages projects#7124
f8ebdd1Thanks @skepticfx! - fix: Modify Cloudchamber deployment labels in interactive mode