github cloudflare/workers-sdk @cloudflare/deploy-helpers@0.10.0

Minor Changes

  • #15454 dbbb795 Thanks @jamesopstad! - Move binding utilities into @cloudflare/workers-utils

    Binding conversion, printing, and local-development validation are now exported from @cloudflare/workers-utils so they can be shared by Wrangler, the Cloudflare Vite plugin, and other consumers.

    The corresponding exports have been removed from @cloudflare/deploy-helpers. Consumers should import them directly from @cloudflare/workers-utils instead.

    Wrangler's unstable_printBindings API now accepts the bindings and an options object instead of five positional parameters.

Patch Changes

  • #15379 ea28cc3 Thanks @ibbykhazanchi! - Add query string redaction to Workers observability configuration

    Set observability.redact_query_string in wrangler.json or observability.redactQueryString in the experimental cloudflare.config.ts format to remove query strings from request URLs in logs and traces.

  • Updated dependencies [dbbb795, 200780f, b3f2628, 87a7acf, ea28cc3]:

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.