flagd icon indicating copy to clipboard operation
flagd copied to clipboard

A feature flag daemon with a Unix philosophy

Results 169 flagd issues
Sort by recently updated
recently updated
newest added

## This PR - Handle `FlagDisabledErrorCode` and include a specific error message along with general error code - Improve error message for targeting rule validation failure

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` |...

size:XS

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2frs%2fcors/v1.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fapimachinery/v0.30.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

size:XS

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/go/buf.build%2fgen%2fgo%2fopen-feature%2fflagd%2fconnectrpc%2fgo/v1.16.1-20240215170432-1e611e2999cc.1?slim=true)](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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-feature%2fflagd%2fcore/v0.9.1?slim=true)](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 *...

autorelease: pending

### 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...

enhancement
good first issue
help wanted
contribfest

### 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...

enhancement