From 4e248436174e87c4f811d2ee201069fdd769a5ec Mon Sep 17 00:00:00 2001 From: Federico Bond Date: Sat, 3 Feb 2024 15:05:32 -0300 Subject: [PATCH 1/2] docs: update supported spec version Signed-off-by: Federico Bond --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48736d38..32f1b3f9 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@

- - Specification + + Specification From ecb10092075d5a189508026606a17c4a8a5d802b Mon Sep 17 00:00:00 2001 From: Federico Bond Date: Sat, 3 Feb 2024 15:07:23 -0300 Subject: [PATCH 2/2] docs: mark logging feature as implemented Signed-off-by: Federico Bond --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32f1b3f9..fbc6b7e8 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ print("Value: " + str(flag_value)) | ✅ | [Providers](#providers) | Integrate with a commercial, open source, or in-house feature management tool. | | ✅ | [Targeting](#targeting) | Contextually-aware flag evaluation using [evaluation context](https://openfeature.dev/docs/reference/concepts/evaluation-context). | | ✅ | [Hooks](#hooks) | Add functionality to various stages of the flag evaluation life-cycle. | -| ❌ | [Logging](#logging) | Integrate with popular logging packages. | +| ✅ | [Logging](#logging) | Integrate with popular logging packages. | | ❌ | [Named clients](#named-clients) | Utilize multiple providers in a single application. | | ❌ | [Eventing](#eventing) | React to state changes in the provider or flag management system. | | ✅ | [Shutdown](#shutdown) | Gracefully clean up a provider during application shutdown. |