Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 78 additions & 1 deletion .sdk_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,84 @@
"languages": [
"Ruby"
],
"userAgents": ["RubyClient"]
"userAgents": ["RubyClient"],
"features": {
"allFlags": {
"introduced": "2.0.1"
},
"appMetadata": {
"introduced": "6.4"
},
"bigSegments": {
"introduced": "6.3"
},
"contexts": {
"introduced": "7.0"
},
"experimentation": {
"introduced": "6.2"
},
"fileDataSource": {
"introduced": "5.4.1"
},
"flagChanges": {
"introduced": "2.0"
},
"hooks": {
"introduced": "8.4"
},
"inlineContextFeatureEvents": {
"introduced": "8.3"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double check that this is accurate.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I verified this in the CHANGELOG. There are actually two different inline context features:

  1. 8.3.0: "Inline contexts for all evaluation events" - This is inlineContextFeatureEvents (inlining contexts in feature/evaluation events)
  2. 8.9.0: "Inline context for custom and migration op events" - This is for custom events (different feature)

The sdk-meta feature inlineContextFeatureEvents has description "The SDK will inline the context inside feature events" which matches the 8.3.0 feature. The documentation row "Inline contexts in custom events" (8.9) refers to custom events, which is a different capability.

So 8.3 is correct for inlineContextFeatureEvents.

},
"migrations": {
"introduced": "8.0"
},
"offlineMode": {
"introduced": "2.0"
},
"omitAnonContexts": {
"introduced": "8.6"
},
"otel": {
"introduced": "8.4"
},
"privateAttrs": {
"introduced": "2.0"
},
"relayProxyDaemon": {
"introduced": "2.0"
},
"relayProxyProxy": {
"introduced": "2.0"
},
"secureMode": {
"introduced": "2.0.1"
},
"storingData": {
"introduced": "2.3.1"
},
"storingDataConsul": {
"introduced": "5.5"
},
"storingDataDynamodb": {
"introduced": "5.5"
},
"storingDataRedis": {
"introduced": "2.3.1"
},
"testDataSource": {
"introduced": "2.0"
},
"track": {
"introduced": "2.0"
},
"variationDetail": {
"introduced": "5.2"
},
"webProxy": {
"introduced": "2.2.5"
}
}
}
}
}