Changed
- Variant keys are now compared exactly, and
value()returns the key unchanged. Previously the stored key was lower-cased, so a variant defined asWizardreported aswizardandis("WIZARD")matched. This aligns the SDK with the Java, Node, Go and .NET SDKs, which always compared exactly. See CONTRACT.md in featureflow-client-sdk-testbed.