Skip to content

Commit 5f985fb

Browse files
docs: Complete the Python OpenFeature feature matrix
Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
1 parent 69a9b44 commit 5f985fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ This matrix mirrors the [feature matrix of the OpenFeature SDK for Python](https
3838
|| Logging | The provider logs through the logging configuration of the `Config` it is given. |
3939
|| Domains | Domains bind clients to providers in the OpenFeature SDK; a separate provider instance may be registered per domain. |
4040
|| Eventing | LaunchDarkly data source status changes are emitted as `PROVIDER_READY`, `PROVIDER_STALE` and `PROVIDER_ERROR`; flag changes as `PROVIDER_CONFIGURATION_CHANGED` with the changed flag key. |
41-
| ⚠️ | Initialization | The provider's `initialize` reports whether the LaunchDarkly client became ready, and a failure is reported as a non-fatal error so that cached or fallback flag data is still evaluated. It has no timeout of its own and waits until the data source becomes valid or permanently fails: [#55](https://github.com/launchdarkly/openfeature-python-server/issues/55). |
41+
|| Tracking | `track` sends a LaunchDarkly custom event for the evaluation context, with the tracking event value and remaining details attached. |
42+
| ⚠️ | Initialization | `initialize` reports whether the LaunchDarkly client became ready. It has no timeout of its own and waits until the data source becomes valid or permanently fails: [#55](https://github.com/launchdarkly/openfeature-python-server/issues/55). |
4243
|| Shutdown | `shutdown` closes the LaunchDarkly client; a closed client cannot be restarted, so a new provider instance is required afterward. |
4344
|| Transaction Context Propagation | Provided by the OpenFeature SDK, which merges the transaction context into the evaluation context before the provider is called; no provider support is required. |
4445
|| Extending | The underlying LaunchDarkly client is available through the `client` property. |

0 commit comments

Comments
 (0)