From 8f84d51489482a7e85258eb29d8514c9c1dbd44c Mon Sep 17 00:00:00 2001 From: kat-statsig <167801639+kat-statsig@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:50:19 -0700 Subject: [PATCH] [release] 0.44.0 - Bug fixes on initialization timeout and api fallback, new is_initialized api (#326) ### New Features - new api Is_initialized -> bool ### Improvements - reduce thread usage in background logging - add error message to diagnostics - make custom error message more clear - perf optimization on 100/0 pass percentage rules evaluation ### Fixes - fix initialization timeout not being obeyed in special http request cases - fix get dcs fall back to statsig network when 204 - fix sdk config key name >Included In This Release >- 47ca4b1c6cf6fe01b6aa0e51febca0c5af8e5f26 Xin Li > - fix: network request in another thread (#322) >- c942b5e2fe02def33afc203559e5d7beb67f140a Weihao Ding > - optimize: eval pass percent process (#325) >- f88cefa4a2311be729b250dc77af70b796ae8800 kat-statsig > - fix import err (#324) >- 0d617b897a2d03e6172ac40c4d2bdbbdf2e06f66 kat-statsig > - Add override with proxy config address (#319) >- 6f59e18229674895f82a36cef9dc4b641f247a55 kat-statsig > - is initialized method (#323) >- 798f3aa02a92c30c22a2b100ff42653fb5024bf7 kat-statsig > - add has update and parse success to spec store (#321) >- a912ac06f07c0816574a2395e6c4386d8773fd53 kat-statsig > - some error logging rework (#320) >- dc13798ad6255f7bb7b10d4f345a4f42aebb64c2 kat-statsig > - fix sdk config key name (#317) >- 598b088c291a179488483f44e2044af0270195ad Xin Li > - add diagnostics error message (#318) >- a3714643bf6ced340f4569582050464ae33ede7c kat-statsig > - move dropped event logging to logger and add logging interval (#310) --- statsig/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statsig/version.py b/statsig/version.py index d5f90b8..a262ca7 100644 --- a/statsig/version.py +++ b/statsig/version.py @@ -1 +1 @@ -__version__ = '0.43.1' +__version__ = '0.44.0'