Change8

@cloudflare/deploy-helpers@0.6.8

📦 cloudflare-workersView on GitHub →
🐛 2 fixes🔧 1 symbols

Summary

This patch release includes improvements to `wrangler preview` output and optimizes Durable Object migration resolution by fetching script metadata more efficiently.

🐛 Bug Fixes

  • `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.
  • 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.

Affected Symbols