github cloudflare/workers-sdk @cloudflare/vite-plugin@1.13.14

Patch Changes

  • #10707 092c999 Thanks @edmundhung! - Add request cancellation support

    Workers running on Vite can now listen to the abort event with request.signal to perform tasks when the request is canceled by the client. For more information, see the Request documentation.

  • #10768 8211bc9 Thanks @dario-piotrowicz! - Ensure that logs are printed at the correct log level

    The changes here ensure that logs generated by Workers are printed accordingly to the logLevel the user defines (either in their Vite config file or via the --logLevel CLI flag)

  • #10899 e2809b5 Thanks @edmundhung! - fix: track server restart in module scope

    When using @cloudflare/vite-plugin with React Router, miniflare might be disposed during restart. This change makes sure to track when the dev server restart in module scope to avoid unexpected behavior.

  • Updated dependencies [5124818, d4b4c90, 6643bd4, 1a2bbf8, 36d7054, 0ee1a68, 8211bc9, 3bb034f, 43503c7, dd5f769, a6de9db, ee7d710, d39c8b5, 7d0417b, 8211bc9]:

    • wrangler@4.44.0
    • miniflare@4.20251011.0
    • @cloudflare/unenv-preset@2.7.8

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.