Skip to content

Commit 5a1adbb

Browse files
authored
chore: Update sdk_metadata features (#400)
1 parent da565a2 commit 5a1adbb

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

.sdk_metadata.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,39 @@
77
"languages": [
88
"Python"
99
],
10-
"userAgents": ["PythonClient"]
10+
"userAgents": ["PythonClient"],
11+
"features": {
12+
"allFlags": { "introduced": "2.0" },
13+
"appMetadata": { "introduced": "7.6" },
14+
"bigSegments": { "introduced": "7.3" },
15+
"contexts": { "introduced": "8.0" },
16+
"eventCompression": { "introduced": "9.5" },
17+
"experimentation": { "introduced": "7.2" },
18+
"fdv2": { "introduced": "9.13" },
19+
"fileDataSource": { "introduced": "6.6" },
20+
"flagChanges": { "introduced": "9.1" },
21+
"hooks": { "introduced": "9.4" },
22+
"inlineContextCustomEvents": { "introduced": "9.10" },
23+
"inlineContextEvaluationEvents": { "introduced": "9.3" },
24+
"migrations": { "introduced": "9.0" },
25+
"offlineMode": { "introduced": "2.0" },
26+
"omitAnonContexts": { "introduced": "9.7" },
27+
"otel": { "introduced": "9.4" },
28+
"pluginSupport": { "introduced": "9.12" },
29+
"pollingResponseCompression": { "introduced": "9.2" },
30+
"privateAttrs": { "introduced": "4.1" },
31+
"relayProxyDaemon": { "introduced": "2.0" },
32+
"relayProxyProxy": { "introduced": "2.0" },
33+
"secureMode": { "introduced": "2.0" },
34+
"storingData": { "introduced": "2.0" },
35+
"storingDataConsul": { "introduced": "2.0" },
36+
"storingDataDynamodb": { "introduced": "6.7" },
37+
"storingDataRedis": { "introduced": "2.0" },
38+
"testDataSource": { "introduced": "7.4" },
39+
"track": { "introduced": "2.0" },
40+
"variationDetail": { "introduced": "6.4" },
41+
"webProxy": { "introduced": "2.0" }
42+
}
1143
}
1244
}
1345
}

0 commit comments

Comments
 (0)