github cloudflare/workers-sdk wrangler@3.69.0

latest releases: wrangler@3.78.6, miniflare@3.20240909.4, @cloudflare/vitest-pool-workers@0.5.6...
one month ago

Minor Changes

  • #6392 c3e19b7 Thanks @taylorlee! - feat: log Worker startup time in the version upload command

  • #6370 8a3c6c0 Thanks @CarmenPopoviciu! - feat: Create very basic Asset Server Worker and plumb it into wrangler dev

    These changes do the ground work needed in order to add Assets support for Workers in wrangler dev. They implement the following:

    • it creates a new package called workers-shared that hosts the Asset Server Worker, and the Router Workerin the future
    • it scaffolds the Asset Server Worker in some very basic form, with basic configuration. Further behaviour implementation will follow in a subsequent PR
    • it does the ground work of plumbing ASW into Miniflare

Patch Changes

  • #6392 c3e19b7 Thanks @taylorlee! - fix: remove bundle size warning from Worker deploy commands

    Bundle size was a proxy for startup time. Now that we have startup time
    reported, focus on bundle size is less relevant.

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.