Minor Changes
-
#7201
beed72e
Thanks @GregBrimble! - feat: Tail Consumers are now supported for Workers with assets.You can now configure
tail_consumers
in conjunction withassets
in yourwrangler.toml
file. Read more about Static Assets and Tail Consumers in the documentation. -
#7212
837f2f5
Thanks @jonesphillip! - Added r2 bucket info command to Wrangler. Improved formatting of r2 bucket list output
Patch Changes
-
#7210
c12c0fe
Thanks @taylorlee! - Avoid an unnecessary GET request duringwrangler deploy
. -
#7197
4814455
Thanks @michelheusschen! - fix console output forwrangler d1 migrations create
-
#6795
94f07ee
Thanks @benmccann! - chore: upgrade chokidar to v4 -
#7133
c46e02d
Thanks @gpanders! - Do not emit escape sequences when stdout is not a TTY