Skip to content

Commit

Permalink
Chore: Update Python SDK compatibility. (#3474)
Browse files Browse the repository at this point in the history
<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️ -->

## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->

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))

<!-- Does it close an issue? Multiple? -->
Closes #

<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item:
#
-->

### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->


## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->
  • Loading branch information
ivanklee86 committed Apr 7, 2023
1 parent 1d3fc2c commit e45a953
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/reference/sdks/index.md
Expand Up @@ -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}

Expand Down

0 comments on commit e45a953

Please sign in to comment.