Skip to content

Commit ec8a114

Browse files
chore: Update sdk_metadata features
Co-Authored-By: jbailey@launchdarkly.com <accounts@sidewaysgravity.com>
1 parent da565a2 commit ec8a114

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

.sdk_metadata.json

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,38 @@
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+
"inlineContextFeatureEvents": { "introduced": "9.10" },
23+
"migrations": { "introduced": "9.0" },
24+
"offlineMode": { "introduced": "2.0" },
25+
"omitAnonContexts": { "introduced": "9.7" },
26+
"otel": { "introduced": "9.4" },
27+
"pluginSupport": { "introduced": "9.12" },
28+
"pollingResponseCompression": { "introduced": "9.2" },
29+
"privateAttrs": { "introduced": "4.1" },
30+
"relayProxyDaemon": { "introduced": "2.0" },
31+
"relayProxyProxy": { "introduced": "2.0" },
32+
"secureMode": { "introduced": "2.0" },
33+
"storingData": { "introduced": "2.0" },
34+
"storingDataConsul": { "introduced": "2.0" },
35+
"storingDataDynamodb": { "introduced": "6.7" },
36+
"storingDataRedis": { "introduced": "2.0" },
37+
"testDataSource": { "introduced": "7.4" },
38+
"track": { "introduced": "2.0" },
39+
"variationDetail": { "introduced": "6.4" },
40+
"webProxy": { "introduced": "2.0" }
41+
}
1142
}
1243
}
1344
}

0 commit comments

Comments
 (0)