Skip to content

Commit 58f1f41

Browse files
chore: Update sdk_metadata features (#379)
Adds a features map to the react-client-sdk entry in .sdk_metadata.json, documenting which SDK features are supported and the version each was introduced. 15 features included: allFlags, appMetadata, bigSegments, bootstrapping, contexts, experimentation, flagChanges, hooks, perContextSummaryEvents, pluginSupport, privateAttrs, relayProxyProxy, secureMode, track, variationDetail.
1 parent 1a7a2cb commit 58f1f41

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.sdk_metadata.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@
1010
"wrapperNames": ["react-client-sdk"],
1111
"releases": {
1212
"tag-prefix": "launchdarkly-react-client-sdk-"
13+
},
14+
"features": {
15+
"allFlags": { "introduced": "2.9" },
16+
"appMetadata": { "introduced": "2.26" },
17+
"bigSegments": { "introduced": "2.9" },
18+
"bootstrapping": { "introduced": "2.9.5" },
19+
"contexts": { "introduced": "3.0" },
20+
"experimentation": { "introduced": "2.9" },
21+
"flagChanges": { "introduced": "2.9" },
22+
"hooks": { "introduced": "3.7" },
23+
"perContextSummaryEvents": { "introduced": "3.8" },
24+
"pluginSupport": { "introduced": "3.7" },
25+
"privateAttrs": { "introduced": "2.9" },
26+
"relayProxyProxy": { "introduced": "2.9" },
27+
"secureMode": { "introduced": "2.18" },
28+
"track": { "introduced": "2.9" },
29+
"variationDetail": { "introduced": "2.21" }
1330
}
1431
}
1532
}

0 commit comments

Comments
 (0)