Skip to content

core: v0.16.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Jun 16:51
80b9e95

0.16.0 (2026-06-01)

⚠ BREAKING CHANGES

  • DISABLED is a successful evaluation (still defaults) (#1968)
    • Disabled flags now resolve successfully with reason=DISABLED instead of returning a FLAG_DISABLED error. See the ADR.
    • Breaking, but barely: resolved values are unchanged (SDKs still surface the caller-provided default).
    • The break is only observable for consumers that inspect reason / errorCode, call flagd directly over gRPC / OFREP, or import core/pkg/model.

✨ New Features

  • DISABLED is a successful evaluation (still defaults) (#1968) (3c1d00b)
    • Disabled flags now resolve successfully with reason=DISABLED instead of returning a FLAG_DISABLED error. See the ADR.
    • Breaking, but barely: resolved values are unchanged (SDKs still surface the caller-provided default).
    • The break is only observable for consumers that inspect reason / errorCode, call flagd directly over gRPC / OFREP, or import core/pkg/model.