Skip to content

Commit

Permalink
[release] 0.39.0 - GRPC Integration + Event logging rework (#296)
Browse files Browse the repository at this point in the history
### New Features
- Support grpc and grpc streaming for download_config_specs, see
[docs](https://docs.statsig.com/server/concepts/forward_proxy). New
option to pass in `proxy_configs` and use grpc streaming to update
config values
- Reworked background flushing. New option `retry_queue_size` which
allows you to adjust the memory allocated for handling retries.
Deprecated the option `logging_interval`.






>Included In This Release
>- de5dabb kat-statsig
>   - Log event worker fixes (#295)
>- 5772f30 kat-statsig
>   - Rework log event to use worker + event queue (#282)
>- 372a8e7 kat-statsig
>   - GRPC Integration (#264)
  • Loading branch information
kat-statsig authored Aug 6, 2024
1 parent de5dabb commit 707ac76
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.38.0'
__version__ = '0.39.0'

0 comments on commit 707ac76

Please sign in to comment.