Skip to content

@cloudflare/deploy-helpers@0.6.8

Choose a tag to compare

@workers-devprod workers-devprod released this 11 Aug 19:22
· 1 commit to main since this release
15fc568

Patch Changes

  • #15081 026e058 Thanks @podonnell-dev! - Compact wrangler preview deployment success output

    wrangler preview now prints a concise success summary with the Preview name, Preview URL, deployment ID, and Deployment URL instead of the previous box-art settings summary.

  • #15132 5b1b930 Thanks @dario-piotrowicz! - Fetch script metadata directly instead of listing all scripts

    When resolving Durable Object migrations, fetch the specific script's service metadata via /workers/services/{name} instead of listing all scripts in the account via /workers/scripts. This avoids downloading metadata for every Worker in the account just to find one script's migration tag.

  • Updated dependencies [c7aede7, 0aa8fa5]: