Releases: cloudflare/workers-sdk
@cloudflare/[email protected]
Minor Changes
- #7286
563439b
Thanks @LuisDuarte1! - Add proper engine persistance in .wrangler and fix multiple workflows in miniflare
@cloudflare/[email protected]
@cloudflare/[email protected]
Patch Changes
- Updated dependencies [
563439b
]:
@cloudflare/[email protected]
Patch Changes
- #7258
f1f508e
Thanks @andyjessop! - change package name from @cloudflare/wrangler-devtools to @cloudflare/chrome-devtools-patches
[email protected]
Minor Changes
-
#7173
b6cbfbd
Thanks @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
edec415
Thanks @jonesphillip! - Added r2 bucket lifecycle command to Wrangler including list, add, remove, set
Patch Changes
-
#7243
941d411
Thanks @penalosa! - Include Version Preview URL in Wrangler's output file -
#7038
e2e6912
Thanks @petebacondarwin! - fix: only show fetch warning if on old compatibility_dateNow that we have the
allow_custom_ports
compatibility flag, we only need to show the fetch warnings when that flag is not enabled.Fixes cloudflare/workerd#2955
-
#7216
09e6e90
Thanks @vicb! - chore(wrangler): update unenv dependency version -
#7081
b4a0e74
Thanks @penalosa! - Default the file based registry (--x-registry
) to on. This should improve stability of multi-worker development -
Updated dependencies []:
[email protected]
@cloudflare/[email protected]
Patch Changes
- #7225
bb17205
Thanks @bruxodasilva! - - Fix workflows binding to create a workflow without arguments- Fix workflows instance.id not working the same way in wrangler local dev as it does in production
@cloudflare/[email protected]
[email protected]
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