| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Adds a feature matrix to the README mirroring the OpenFeature Java SDK's own feature table, so a reader can see at a glance what this provider supports.
- Same rows and order as the OpenFeature Java SDK matrix, plus Initialization and Flag metadata
- Rows that are not fully supported state whether the limitation is in the OpenFeature SDK or in the provider, and link the tracking issue
- Only Initialization is marked partial: it has no timeout of its own (#58)
- The same matrix format is being added to the Python, .NET and JavaScript providers, and already exists in the Ruby provider, so they can be compared side by side
Implementation detailsWritten during the weekly OpenFeature provider audit. Each row was checked against the provider source rather than assumed; the wording follows the matrix already present in the Ruby provider README.
Requirements
Related issues
#58
Link to Devin session: https://app.devin.ai/sessions/38a6eaf69fcf41109e136a1d0fe5e899
Requested by: @kinyoklion