From e45a953cd1866ae73f470db154add16322f7ab05 Mon Sep 17 00:00:00 2001 From: Ivan Lee Date: Fri, 7 Apr 2023 04:34:38 -0400 Subject: [PATCH] Chore: Update Python SDK compatibility. (#3474) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About the changes Update to Python compatibility table. * Impression events supported in v5.6.0. ([Docs](https://docs.getunleash.io/unleash-client-python/eventcallbacks.html)) * Bootstrapping from files and custom boostrapping has been supported since v5.2.0. ([Docs](https://docs.getunleash.io/unleash-client-python/filecache.html) & [Docs](https://docs.getunleash.io/unleash-client-python/customcache.html)) Closes # ### Important files ## Discussion points --- website/docs/reference/sdks/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/reference/sdks/index.md b/website/docs/reference/sdks/index.md index 477418cd12..63d1bf39bb 100644 --- a/website/docs/reference/sdks/index.md +++ b/website/docs/reference/sdks/index.md @@ -98,10 +98,10 @@ If you see an item marked with a ❌ that you would find useful, feel free to re | Can disable metrics | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Client registration | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Basic usage metrics (yes/no) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -| [Impression data](../impression-data.md) | ⭕ | ✅ | ⭕ | ⭕ | ⭕ | ⭕ | ✅ | ⭕ | +| [Impression data](../impression-data.md) | ⭕ | ✅ | ⭕ | ✅ | ⭕ | ⭕ | ✅ | ⭕ | | **Category: Bootstrap (beta)** | | | | | | | | | -| Bootstrap from file | ✅ | ✅ | ✅ | ⭕ | ✅ | ✅ | ✅ | ⭕ | -| Custom Bootstrap implementation | ✅ | ✅ | ✅ | ⭕ | ✅ | ✅ | ✅ | ⭕ | +| Bootstrap from file | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ⭕ | +| Custom Bootstrap implementation | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ⭕ | ## Community SDKs ❤️ {#community-sdks}