You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* DISABLED is a successful evaluation (still defaults) ([#1968](https://github.com/open-feature/flagd/issues/1968))
9
+
* Disabled flags now resolve successfully with `reason=DISABLED` instead of returning a `FLAG_DISABLED` error. See the [ADR](https://github.com/open-feature/flagd/blob/main/docs/architecture-decisions/disabled-flag-evaluation.md).
10
+
* Breaking, but barely: resolved values are unchanged (SDKs still surface the caller-provided default).
11
+
* The break is only observable for consumers that inspect `reason` / `errorCode`, call flagd directly over gRPC / OFREP, or import `core/pkg/model`.
12
+
13
+
### ✨ New Features
14
+
15
+
* DISABLED is a successful evaluation (still defaults) ([#1968](https://github.com/open-feature/flagd/issues/1968)) ([3c1d00b](https://github.com/open-feature/flagd/commit/3c1d00bea2a258ca5f1cd724a31be45c4fe685d2))
16
+
* Disabled flags now resolve successfully with `reason=DISABLED` instead of returning a `FLAG_DISABLED` error. See the [ADR](https://github.com/open-feature/flagd/blob/main/docs/architecture-decisions/disabled-flag-evaluation.md).
17
+
* Breaking, but barely: resolved values are unchanged (SDKs still surface the caller-provided default).
18
+
* The break is only observable for consumers that inspect `reason` / `errorCode`, call flagd directly over gRPC / OFREP, or import `core/pkg/model`.
* DISABLED is a successful evaluation (still defaults) ([#1968](https://github.com/open-feature/flagd/issues/1968))
9
+
* Disabled flags now resolve successfully with `reason=DISABLED` instead of returning a `FLAG_DISABLED` error. See the [ADR](https://github.com/open-feature/flagd/blob/main/docs/architecture-decisions/disabled-flag-evaluation.md).
10
+
* Breaking, but barely: resolved values are unchanged (SDKs still surface the caller-provided default).
11
+
* The break is only observable for consumers that inspect `reason` / `errorCode`, call flagd directly over gRPC / OFREP, or import `core/pkg/model`.
12
+
13
+
### ✨ New Features
14
+
15
+
* DISABLED is a successful evaluation (still defaults) ([#1968](https://github.com/open-feature/flagd/issues/1968)) ([3c1d00b](https://github.com/open-feature/flagd/commit/3c1d00bea2a258ca5f1cd724a31be45c4fe685d2))
16
+
* Disabled flags now resolve successfully with `reason=DISABLED` instead of returning a `FLAG_DISABLED` error. See the [ADR](https://github.com/open-feature/flagd/blob/main/docs/architecture-decisions/disabled-flag-evaluation.md).
17
+
* Breaking, but barely: resolved values are unchanged (SDKs still surface the caller-provided default).
18
+
* The break is only observable for consumers that inspect `reason` / `errorCode`, call flagd directly over gRPC / OFREP, or import `core/pkg/model`.
0 commit comments