From d9105553058dd87edbab31cf5d0f80cb48ca8567 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:20:11 +0000 Subject: [PATCH 1/2] chore: Update sdk_metadata features Add fdv2 feature for browser SDK (4.9, EAP) and React Native SDK (10.19, EAP). Co-Authored-By: Bee Klimt --- .sdk_metadata.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.sdk_metadata.json b/.sdk_metadata.json index 40930a400d..9995db843f 100644 --- a/.sdk_metadata.json +++ b/.sdk_metadata.json @@ -53,6 +53,7 @@ "bootstrapping": { "introduced": "0.1" }, "contexts": { "introduced": "0.1" }, "experimentation": { "introduced": "0.1" }, + "fdv2": { "introduced": "4.9" }, "flagChanges": { "introduced": "0.1" }, "hooks": { "introduced": "0.3" }, "inlineContextCustomEvents": { "introduced": "0.3" }, @@ -118,6 +119,7 @@ "bootstrapping": { "introduced": "10.13" }, "contexts": { "introduced": "7.0" }, "experimentation": { "introduced": "5.0" }, + "fdv2": { "introduced": "10.19" }, "flagChanges": { "introduced": "1.0" }, "hooks": { "introduced": "10.0" }, "multiEnv": { "introduced": "4.2.0" }, From acb1eb7b0f1c069a9326cf1b4364f90f61f6ff6e Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:34:40 +0000 Subject: [PATCH 2/2] chore: add fdv2 to react-client-sdk metadata React Web SDK v4.1.2 introduced FDv2 EAP via its Browser SDK dependency. Co-Authored-By: Bee Klimt --- .sdk_metadata.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.sdk_metadata.json b/.sdk_metadata.json index 9995db843f..cbc7e7213b 100644 --- a/.sdk_metadata.json +++ b/.sdk_metadata.json @@ -186,6 +186,7 @@ "bootstrapping": { "introduced": "2.9.5" }, "contexts": { "introduced": "3.0" }, "experimentation": { "introduced": "2.9" }, + "fdv2": { "introduced": "4.1.2" }, "flagChanges": { "introduced": "2.9" }, "hooks": { "introduced": "3.7" }, "inlineContextCustomEvents": { "introduced": "4.0" },