Commit 1f35bc8
docs: Add an OpenFeature feature matrix to the README (#60)
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](https://github.com/open-feature/java-sdk#-features), 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](#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
<details>
<summary>Implementation details</summary>
Written 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**
- [x] I have added test coverage for new or changed functionality
(documentation only)
- [x] I have followed the repository's [pull request submission
guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests)
- [x] I have validated my changes against all supported platform
versions
**Related issues**
[#58](#58)
</details>
Link to Devin session:
https://app.devin.ai/sessions/38a6eaf69fcf41109e136a1d0fe5e899
Requested by: @kinyoklion
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Overview**
> Adds a **Feature matrix** section to the README (between supported
Java versions and Getting started) so readers can compare this
LaunchDarkly OpenFeature provider against the [OpenFeature Java SDK
feature table](https://github.com/open-feature/java-sdk#-features).
>
> The table lists each capability with ✅/1 parent 765b4fc commit 1f35bc8
1 file changed
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
17 | 39 | | |
18 | 40 | | |
19 | 41 | | |
| |||
0 commit comments