Skip to content

Commit

Permalink
[release] 0.31.0 - Support for polling from adapter (#249)
Browse files Browse the repository at this point in the history
Add support for polling directly from the data adapter.
To enable, you can override the `should_be_used_for_querying_updates`
interface to return `true` for the key `statsig.cache`





>Included In This Release
>- 23901b2 kat-statsig
>   - add support for polling data adapter (#244)
  • Loading branch information
kenny-statsig committed May 1, 2024
1 parent 23901b2 commit 72f9960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsig/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.30.0'
__version__ = '0.31.0'

0 comments on commit 72f9960

Please sign in to comment.