From 9fac63361701a9b4d31442535ee000645a614999 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Thu, 23 Jan 2025 10:23:43 -0500 Subject: [PATCH] chore: add python of provider Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> --- changelog/overview.mdx | 6 ++++++ integration/openfeature.mdx | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/changelog/overview.mdx b/changelog/overview.mdx index 4f24a25..7100799 100644 --- a/changelog/overview.mdx +++ b/changelog/overview.mdx @@ -6,6 +6,12 @@ mode: "wide" +## OpenFeature Python Provider + +Just released the OpenFeature Python Provider for Flipt. + +See the [OpenFeature docs](/integration/openfeature) for more information. + ## Flag Metadata Added support for metadata on flags in the Flipt UI. diff --git a/integration/openfeature.mdx b/integration/openfeature.mdx index cf76ebe..884a04e 100644 --- a/integration/openfeature.mdx +++ b/integration/openfeature.mdx @@ -72,6 +72,14 @@ We currently provide the following OpenFeature providers: color="#4c8abe" > The official Flipt OpenFeature Provider using the OpenFeature C# SDK. + + + The official Flipt OpenFeature Provider using the OpenFeature Python SDK.