Skip to content

Fluxzero 1.267.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 13:29
· 34 commits to main since this release

1.267.0 (2026-09-10)

Bug Fixes

  • dataprotection: avoid KV round trips for local messages (9fa7ef7)

    Protected values for locally handled messages no longer need a Runtime KV round trip. Defer externalization until external fallback or SDK-managed logMessage publication, while preserving incoming-reference and custom-registry behavior.

  • keyvalue: redact values from write failures (9549b18)

    Failed key-value writes should retain their diagnostic key and cause without rendering the value into exception text. This prevents protected or otherwise sensitive payloads from leaking through exception logs and avoids value rendering from masking the original failure.