github cloudflare/workers-sdk wrangler@3.23.0

Minor Changes

Patch Changes

  • #4674 54ea6a53 Thanks @matthewdavidrodgers! - Fix usage of patch API in bulk secrets update

    Only specifying the name and type of a binding instructs the patch API to copy the existing binding over - but we were including the contents of the binding as well. Normally that's OK, but there are some subtle differences between what you specify to create a binding vs what it looks like once it's created, specifically for Durable Objects. So instead, we just use the simpler inheritance.

  • #4772 4a9f03cf Thanks @mrbbot! - fix: ensure dev server doesn't change request URLs

    Previously, Wrangler's dev server could change incoming request URLs unexpectedly (e.g. rewriting http://localhost:8787//test to http://localhost:8787/test). This change ensures URLs are passed through without modification.

    Fixes #4743.

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.