Skip to content

Commit 77631bf

Browse files
chore: Update sdk_metadata features
Co-Authored-By: Aaron Zeisler <azeisler@launchdarkly.com>
1 parent ae832a3 commit 77631bf

1 file changed

Lines changed: 32 additions & 2 deletions

File tree

.sdk_metadata.json

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,20 @@
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+
"privateAttrs": { "introduced": "1.0" },
25+
"relayProxyProxy": { "introduced": "1.0" },
26+
"track": { "introduced": "1.0" },
27+
"variationDetail": { "introduced": "1.0" }
28+
}
1629
},
1730
"cpp-server-sdk": {
1831
"name": "C++ Server SDK",
@@ -25,7 +38,24 @@
2538
"releases": {
2639
"tag-prefix": "launchdarkly-cpp-server-"
2740
},
28-
"userAgents": ["CPPServer"]
41+
"userAgents": ["CPPServer"],
42+
"features": {
43+
"allFlags": { "introduced": "1.0" },
44+
"appMetadata": { "introduced": "3.0" },
45+
"contexts": { "introduced": "3.0" },
46+
"experimentation": { "introduced": "2.4" },
47+
"fileDataSource": { "introduced": "2.6" },
48+
"inlineContextCustomEvents": { "introduced": "3.9" },
49+
"offlineMode": { "introduced": "1.0" },
50+
"privateAttrs": { "introduced": "1.0" },
51+
"relayProxyDaemon": { "introduced": "1.2" },
52+
"relayProxyProxy": { "introduced": "1.0" },
53+
"storingData": { "introduced": "1.2" },
54+
"storingDataRedis": { "introduced": "1.2" },
55+
"testDataSource": { "introduced": "2.6" },
56+
"track": { "introduced": "1.0" },
57+
"variationDetail": { "introduced": "1.0" }
58+
}
2959
}
3060
}
3161
}

0 commit comments

Comments
 (0)