|
12 | 12 | "releases": { |
13 | 13 | "tag-prefix": "launchdarkly-cpp-client-" |
14 | 14 | }, |
15 | | - "userAgents": ["CPPClient"] |
| 15 | + "userAgents": ["CPPClient"], |
| 16 | + "features": { |
| 17 | + "allFlags": { "introduced": "1.0" }, |
| 18 | + "appMetadata": { "introduced": "3.0" }, |
| 19 | + "bigSegments": { "introduced": "1.0" }, |
| 20 | + "contexts": { "introduced": "3.0" }, |
| 21 | + "experimentation": { "introduced": "2.4.8" }, |
| 22 | + "flagChanges": { "introduced": "1.0" }, |
| 23 | + "inlineContextCustomEvents": { "introduced": "3.10" }, |
| 24 | + "offlineMode": { "introduced": "1.0" }, |
| 25 | + "privateAttrs": { "introduced": "1.0" }, |
| 26 | + "relayProxyProxy": { "introduced": "1.0" }, |
| 27 | + "track": { "introduced": "1.0" }, |
| 28 | + "variationDetail": { "introduced": "1.1" } |
| 29 | + } |
16 | 30 | }, |
17 | 31 | "cpp-server-sdk": { |
18 | 32 | "name": "C++ Server SDK", |
|
25 | 39 | "releases": { |
26 | 40 | "tag-prefix": "launchdarkly-cpp-server-" |
27 | 41 | }, |
28 | | - "userAgents": ["CPPServer"] |
| 42 | + "userAgents": ["CPPServer"], |
| 43 | + "features": { |
| 44 | + "allFlags": { "introduced": "1.0" }, |
| 45 | + "appMetadata": { "introduced": "3.0" }, |
| 46 | + "contexts": { "introduced": "3.0" }, |
| 47 | + "experimentation": { "introduced": "2.4" }, |
| 48 | + "fileDataSource": { "introduced": "2.6" }, |
| 49 | + "hooks": { "introduced": "3.10" }, |
| 50 | + "inlineContextCustomEvents": { "introduced": "3.9" }, |
| 51 | + "offlineMode": { "introduced": "1.0" }, |
| 52 | + "privateAttrs": { "introduced": "1.0" }, |
| 53 | + "relayProxyDaemon": { "introduced": "1.2" }, |
| 54 | + "relayProxyProxy": { "introduced": "1.0" }, |
| 55 | + "storingData": { "introduced": "1.2" }, |
| 56 | + "storingDataRedis": { "introduced": "1.2" }, |
| 57 | + "testDataSource": { "introduced": "2.6" }, |
| 58 | + "track": { "introduced": "1.0" }, |
| 59 | + "variationDetail": { "introduced": "1.0" } |
| 60 | + } |
29 | 61 | } |
30 | 62 | } |
31 | 63 | } |
0 commit comments