From 707ac7683fba83f16af01398aa7c9c219fcb5e8b Mon Sep 17 00:00:00 2001 From: kat-statsig <167801639+kat-statsig@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:52:37 -0700 Subject: [PATCH] [release] 0.39.0 - GRPC Integration + Event logging rework (#296) ### 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 >- de5dabb2af69cb0f56b2c0e241e57bbd93395204 kat-statsig > - Log event worker fixes (#295) >- 5772f30907081a04b69d50d773c437cbfb360729 kat-statsig > - Rework log event to use worker + event queue (#282) >- 372a8e701adfe1c25deb84602014ca3bbd6ee35d kat-statsig > - GRPC Integration (#264) --- statsig/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statsig/version.py b/statsig/version.py index 457618b..31a9ee7 100644 --- a/statsig/version.py +++ b/statsig/version.py @@ -1 +1 @@ -__version__ = '0.38.0' +__version__ = '0.39.0'