flagd
flagd copied to clipboard
A feature flag daemon with a Unix philosophy
## This PR - Handle `FlagDisabledErrorCode` and include a specific error message along with general error code - Improve error message for targeting rule validation failure
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | toolchain | minor | `1.21.4` -> `1.22.5` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/rs/cors](https://togithub.com/rs/cors) | `v1.10.1` -> `v1.11.0` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [k8s.io/apimachinery](https://togithub.com/kubernetes/apimachinery) | `v0.29.3` -> `v0.30.3` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | buf.build/gen/go/open-feature/flagd/connectrpc/go | `v1.16.0-20240215170432-1e611e2999cc.1` -> `v1.16.1-20240215170432-1e611e2999cc.1` | [](https://docs.renovatebot.com/merge-confidence/)...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/open-feature/flagd). ## Repository problems These problems occurred while...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/open-feature/flagd/core](https://togithub.com/open-feature/flagd) | `v0.9.0` -> `v0.9.1` | [](https://docs.renovatebot.com/merge-confidence/)...
:robot: I have created a release *beep* *boop* --- flagd: 0.10.2 ## [0.10.2](https://github.com/open-feature/flagd/compare/flagd/v0.10.1...flagd/v0.10.2) (2024-05-09) ### ✨ New Features * Create interface for eval events. ([#1288](https://github.com/open-feature/flagd/issues/1288)) ([9714215](https://github.com/open-feature/flagd/commit/9714215cedb0fd28daddf086ce1255ec29b877d4)) ### 🧹 Chore *...
### Problem The error messages we get back from the flagd evaluation API are less than ideal. They are an odd concatenation of an empty string and error code (see...
### Requirements Currently, the fractional operator is percentage-based; meaning you must specify the relative distribution of the variants in terms of a percentage. I believe we should change this instead...