-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.sdk_metadata.json
More file actions
43 lines (43 loc) · 1.49 KB
/
.sdk_metadata.json
File metadata and controls
43 lines (43 loc) · 1.49 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
{
"version": 1,
"sdks": {
"java-server-sdk": {
"name": "Java Server SDK",
"type": "server-side",
"path": "lib/sdk/server",
"languages": [
"Java"
],
"userAgents": ["JavaClient"],
"releases": {
"tag-prefix": "launchdarkly-java-server-sdk-"
},
"features": {
"allFlags": { "introduced": "1.0" },
"appMetadata": { "introduced": "5.8" },
"bigSegments": { "introduced": "5.7" },
"contexts": { "introduced": "6.0" },
"eventCompression": { "introduced": "7.9" },
"experimentation": { "introduced": "5.5" },
"fileDataSource": { "introduced": "4.5" },
"flagChanges": { "introduced": "5.0" },
"hooks": { "introduced": "7.4" },
"inlineContextCustomEvents": { "introduced": "7.8" },
"migrations": { "introduced": "7.0" },
"offlineMode": { "introduced": "1.0" },
"otel": { "introduced": "7.4" },
"pluginSupport": { "introduced": "7.10" },
"privateAttrs": { "introduced": "2.5" },
"relayProxyDaemon": { "introduced": "1.0" },
"relayProxyProxy": { "introduced": "1.0" },
"secureMode": { "introduced": "1.0" },
"storingData": { "introduced": "1.0" },
"storingDataRedis": { "introduced": "1.0" },
"testDataSource": { "introduced": "5.1" },
"track": { "introduced": "1.0" },
"variationDetail": { "introduced": "4.3" },
"webProxy": { "introduced": "1.0" }
}
}
}
}