github cloudflare/workers-sdk wrangler@4.30.0

Minor Changes

Patch Changes

  • #10217 979984b Thanks @veggiedefender! - Increase the maxBuffer size for capnp uploads

  • #10356 80e964c Thanks @WillTaylorDev! - fix: Update regex for valid branch name to remove 61 char length requirement, allowing for longer branch names to be specified for preview aliases.

  • #10289 a5a1426 Thanks @emily-shen! - Cleanup container images created during local dev if no changes have been made.

    We now untag old images that were created by Wrangler/Vite if we find that the image content and configuration is unchanged, so that we don't keep accumulating image tags.

  • #10315 0c04da9 Thanks @emily-shen! - Add rollout_active_grace_period option to containers configuration.

    This allows users to configure how long an active container should keep running for during a rollout, before the upgrade is applied.

  • #10321 b524a6f Thanks @emily-shen! - print prettier errors during container deployment

  • #10253 eb32a3a Thanks @emily-shen! - fix redeploying container apps when previous deploy failed or container (but not image) was deleted.

    Previously this failed with No changes detected but no previous image found as we assumed there would be a previous deployment when an image exists in the registry.

  • #9990 4288a61 Thanks @penalosa! - Fix startup profiling when sourcemaps are enabled

  • Updated dependencies [d54d8b7, ae0c806]:

    • miniflare@4.20250813.1

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.