Skip to content

gateway/kube: v0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 07:56
567943f

0.1.0 (2026-07-14)

⚠ BREAKING CHANGES

  • gateway.RedactedPlaceholder is removed, and a redacted value is no longer present on the wire in any form. A consumer that rendered the placeholder from the object must render it from redactedPaths instead (the TS client exposes store.redactedPaths(uid)). No back-compat shim: there are no users yet, and keeping the landmine around to be polite to nobody would be the whole mistake repeated.

Features

  • add KRM resource streaming library (#1) (f415a97)