github cloudflare/workers-sdk wrangler@3.88.0

10 hours ago

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_date

    Now 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 []:

    • miniflare@3.20241106.0

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.