unleash-client-ruby icon indicating copy to clipboard operation
unleash-client-ruby copied to clipboard

Add featureEnabled to variant response

Open FredrikOseberg opened this issue 1 year ago • 0 comments

We've started the path to add featureEnabled to the variant response. This is useful when you want to differentiate between a feature flag that is disabled and a feature flag that is enabled but has no variants.

Reference implementation in python:

  • https://github.com/Unleash/unleash-client-python/pull/285

Specification tests:

  • https://github.com/Unleash/client-specification/pull/70

If you want to contribute to Unleash, this is a good place to start.

FredrikOseberg avatar Jan 15 '24 07:01 FredrikOseberg