Skip to content

@cloudflare/deploy-helpers@0.10.0

Choose a tag to compare

@workers-devprod workers-devprod released this 01 Sep 17:19
· 3 commits to main since this release
b7b4ff8

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]: