Skip to content

Commit

Permalink
chore: add feature metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed May 15, 2024
1 parent 1ae6e07 commit e41d36d
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions .sdk_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,38 @@
],
"releases": {
"tag-prefix": "launchdarkly-cpp-client-"
},
"features": {
"appConfig": {
"introduced": "3.0"
},
"bigSegments": {
"introduced": "All"
},
"contexts": {
"introduced": "3.0"
},
"experimentation": {
"introduced": "2.4.8"
},
"variationDetail": {
"introduced": "1.0"
},
"allFlags": {
"introduced": "1.0"
},
"privateAttrs": {
"introduced": "1.0"
},
"relayProxyProxy": {
"introduced": "1.0"
},
"flagChanges": {
"introduced": "1.0"
},
"testDataSource": {
"introduced": "1.0"
}
}
},
"cpp-server-sdk": {
Expand All @@ -23,6 +55,47 @@
],
"releases": {
"tag-prefix": "launchdarkly-cpp-server-"
},
"features": {
"appConfig": {
"introduced": "3.0"
},
"bigSegments": {
"introduced": "All"
},
"contexts": {
"introduced": "3.0"
},
"experimentation": {
"introduced": "2.4.8"
},
"variationDetail": {
"introduced": "1.0"
},
"allFlags": {
"introduced": "1.0"
},
"offlineMode": {
"introduced": "1.0"
},
"privateAttrs": {
"introduced": "1.0"
},
"fileDataSource": {
"introduced": "2.6"
},
"relayProxyProxy": {
"introduced": "1.0"
},
"flagChanges": {
"introduced": "1.0"
},
"testDataSource": {
"introduced": "2.6"
},
"webProxy": {
"introduced": "1.0"
}
}
}
}
Expand Down

0 comments on commit e41d36d

Please sign in to comment.