Skip to content

Commit 709c4a2

Browse files
chore: Update sdk_metadata features (#342)
1 parent dbaebf8 commit 709c4a2

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

.sdk_metadata.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,37 @@
77
"languages": [
88
"Go"
99
],
10-
"userAgents": ["GoClient"]
10+
"userAgents": ["GoClient"],
11+
"features": {
12+
"allFlags": { "introduced": "2.0" },
13+
"appMetadata": { "introduced": "5.9" },
14+
"bigSegments": { "introduced": "5.5" },
15+
"contexts": { "introduced": "6.0" },
16+
"eventCompression": { "introduced": "7.6" },
17+
"experimentation": { "introduced": "5.4" },
18+
"fileDataSource": { "introduced": "4.4" },
19+
"flagChanges": { "introduced": "5.0" },
20+
"hooks": { "introduced": "7.3" },
21+
"inlineContextCustomEvents": { "introduced": "7.9" },
22+
"inlineContextEvaluationEvents": { "introduced": "7.1" },
23+
"migrations": { "introduced": "7.0" },
24+
"offlineMode": { "introduced": "2.0" },
25+
"omitAnonContexts": { "introduced": "7.5" },
26+
"otel": { "introduced": "7.4" },
27+
"pluginSupport": { "introduced": "7.11" },
28+
"privateAttrs": { "introduced": "2.2.3" },
29+
"relayProxyDaemon": { "introduced": "2.0" },
30+
"relayProxyProxy": { "introduced": "2.0" },
31+
"secureMode": { "introduced": "2.0" },
32+
"storingData": { "introduced": "2.0" },
33+
"storingDataConsul": { "introduced": "4.5" },
34+
"storingDataDynamodb": { "introduced": "4.5" },
35+
"storingDataRedis": { "introduced": "2.0" },
36+
"testDataSource": { "introduced": "5.0" },
37+
"track": { "introduced": "2.0" },
38+
"variationDetail": { "introduced": "4.3" },
39+
"webProxy": { "introduced": "2.0" }
40+
}
1141
}
1242
}
1343
}

0 commit comments

Comments
 (0)