Skip to content

Commit 5292cb7

Browse files
chore: Update sdk_metadata features (#509)
Adds features metadata to .sdk_metadata.json for both the C++ Client SDK and C++ Server SDK. C++ Client SDK (12 features): allFlags, appMetadata, bigSegments, contexts, experimentation, flagChanges, inlineContextCustomEvents, offlineMode, privateAttrs, relayProxyProxy, track, variationDetail C++ Server SDK (16 features): allFlags, appMetadata, contexts, experimentation, fileDataSource, hooks, inlineContextCustomEvents, offlineMode, privateAttrs, relayProxyDaemon, relayProxyProxy, storingData, storingDataRedis, testDataSource, track, variationDetail
1 parent ae832a3 commit 5292cb7

1 file changed

Lines changed: 34 additions & 2 deletions

File tree

.sdk_metadata.json

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,21 @@
1212
"releases": {
1313
"tag-prefix": "launchdarkly-cpp-client-"
1414
},
15-
"userAgents": ["CPPClient"]
15+
"userAgents": ["CPPClient"],
16+
"features": {
17+
"allFlags": { "introduced": "1.0" },
18+
"appMetadata": { "introduced": "3.0" },
19+
"bigSegments": { "introduced": "1.0" },
20+
"contexts": { "introduced": "3.0" },
21+
"experimentation": { "introduced": "2.4.8" },
22+
"flagChanges": { "introduced": "1.0" },
23+
"inlineContextCustomEvents": { "introduced": "3.10" },
24+
"offlineMode": { "introduced": "1.0" },
25+
"privateAttrs": { "introduced": "1.0" },
26+
"relayProxyProxy": { "introduced": "1.0" },
27+
"track": { "introduced": "1.0" },
28+
"variationDetail": { "introduced": "1.1" }
29+
}
1630
},
1731
"cpp-server-sdk": {
1832
"name": "C++ Server SDK",
@@ -25,7 +39,25 @@
2539
"releases": {
2640
"tag-prefix": "launchdarkly-cpp-server-"
2741
},
28-
"userAgents": ["CPPServer"]
42+
"userAgents": ["CPPServer"],
43+
"features": {
44+
"allFlags": { "introduced": "1.0" },
45+
"appMetadata": { "introduced": "3.0" },
46+
"contexts": { "introduced": "3.0" },
47+
"experimentation": { "introduced": "2.4" },
48+
"fileDataSource": { "introduced": "2.6" },
49+
"hooks": { "introduced": "3.10" },
50+
"inlineContextCustomEvents": { "introduced": "3.9" },
51+
"offlineMode": { "introduced": "1.0" },
52+
"privateAttrs": { "introduced": "1.0" },
53+
"relayProxyDaemon": { "introduced": "1.2" },
54+
"relayProxyProxy": { "introduced": "1.0" },
55+
"storingData": { "introduced": "1.2" },
56+
"storingDataRedis": { "introduced": "1.2" },
57+
"testDataSource": { "introduced": "2.6" },
58+
"track": { "introduced": "1.0" },
59+
"variationDetail": { "introduced": "1.0" }
60+
}
2961
}
3062
}
3163
}

0 commit comments

Comments
 (0)