Skip to content

@cloudflare/config@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

  • #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.

  • #15388 10d6bfb Thanks @jamesopstad! - Support partial manifests in the experimental Build Output Specification

    Build output producers now declare whether their module inventory is complete. readBuildOutput() resolves partial manifests by discovering .js, .mjs, and .map files while preserving explicit module type overrides.