-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy path.sdk_metadata.json
More file actions
45 lines (45 loc) · 1.71 KB
/
.sdk_metadata.json
File metadata and controls
45 lines (45 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"version": 1,
"sdks": {
"python-server-sdk": {
"name": "Python Server SDK",
"type": "server-side",
"languages": [
"Python"
],
"userAgents": ["PythonClient"],
"features": {
"allFlags": { "introduced": "2.0" },
"appMetadata": { "introduced": "7.6" },
"bigSegments": { "introduced": "7.3" },
"contexts": { "introduced": "8.0" },
"eventCompression": { "introduced": "9.5" },
"experimentation": { "introduced": "7.2" },
"fdv2": { "introduced": "9.13" },
"fileDataSource": { "introduced": "6.6" },
"flagChanges": { "introduced": "9.1" },
"hooks": { "introduced": "9.4" },
"inlineContextCustomEvents": { "introduced": "9.10" },
"inlineContextEvaluationEvents": { "introduced": "9.3" },
"migrations": { "introduced": "9.0" },
"offlineMode": { "introduced": "2.0" },
"omitAnonContexts": { "introduced": "9.7" },
"otel": { "introduced": "9.4" },
"pluginSupport": { "introduced": "9.12" },
"pollingResponseCompression": { "introduced": "9.2" },
"privateAttrs": { "introduced": "4.1" },
"relayProxyDaemon": { "introduced": "2.0" },
"relayProxyProxy": { "introduced": "2.0" },
"secureMode": { "introduced": "2.0" },
"storingData": { "introduced": "2.0" },
"storingDataConsul": { "introduced": "2.0" },
"storingDataDynamodb": { "introduced": "6.7" },
"storingDataRedis": { "introduced": "2.0" },
"testDataSource": { "introduced": "7.4" },
"track": { "introduced": "2.0" },
"variationDetail": { "introduced": "6.4" },
"webProxy": { "introduced": "2.0" }
}
}
}
}