Skip to content

Commit 0eba0ab

Browse files
chore: Update sdk_metadata features (#231)
1 parent ccb00e0 commit 0eba0ab

File tree

1 file changed

+63
-1
lines changed

1 file changed

+63
-1
lines changed

.sdk_metadata.json

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,69 @@
77
"languages": [
88
"PHP"
99
],
10-
"userAgents": ["PHPClient"]
10+
"userAgents": ["PHPClient"],
11+
"features": {
12+
"allFlags": {
13+
"introduced": "1.6"
14+
},
15+
"appMetadata": {
16+
"introduced": "4.3"
17+
},
18+
"bigSegments": {
19+
"introduced": "6.4"
20+
},
21+
"contexts": {
22+
"introduced": "5.0"
23+
},
24+
"experimentation": {
25+
"introduced": "4.1"
26+
},
27+
"fileDataSource": {
28+
"introduced": "3.5"
29+
},
30+
"inlineContextCustomEvents": {
31+
"introduced": "6.5"
32+
},
33+
"migrations": {
34+
"introduced": "6.0"
35+
},
36+
"offlineMode": {
37+
"introduced": "1.0"
38+
},
39+
"privateAttrs": {
40+
"introduced": "2.4"
41+
},
42+
"relayProxyDaemon": {
43+
"introduced": "1.0"
44+
},
45+
"relayProxyProxy": {
46+
"introduced": "1.0"
47+
},
48+
"secureMode": {
49+
"introduced": "1.0"
50+
},
51+
"storingData": {
52+
"introduced": "1.0"
53+
},
54+
"storingDataConsul": {
55+
"introduced": "3.5"
56+
},
57+
"storingDataDynamodb": {
58+
"introduced": "3.5"
59+
},
60+
"storingDataRedis": {
61+
"introduced": "1.0"
62+
},
63+
"testDataSource": {
64+
"introduced": "4.2"
65+
},
66+
"track": {
67+
"introduced": "1.0"
68+
},
69+
"variationDetail": {
70+
"introduced": "3.4"
71+
}
72+
}
1173
}
1274
}
1375
}

0 commit comments

Comments
 (0)