From 0b80354cb0c2e751fe29fef533e716c151ab5c3b Mon Sep 17 00:00:00 2001 From: kat-statsig <167801639+kat-statsig@users.noreply.github.com> Date: Fri, 18 Oct 2024 14:26:48 -0700 Subject: [PATCH] [release] 0.48.0 - Initialization details, remove noisy logging, fallback bug fixes (#360) ### New Features - Initialize now return initializationDetails which has information on data source, is initialize successful, is the store populate, duration and error ### Improvements - remove noisy logging ### Fixes - fix a bug where fallback behavioral is triggered for id list no matter the option >Included In This Release >- 76e1279a8290fc934b8804a9b4438a9ba02ef3aa kat-statsig > - Some bug fixes (#359) >- 50910bbd7416dc6303efd6f0fe88ae2655df8c29 kat-statsig > - Add Initialization Details + context (#347) >- badb04caf620cf76972bb8d0c5dbe39847ba85b2 kat-statsig > - fix flag (#358) --- statsig/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statsig/version.py b/statsig/version.py index 152f18b..2c5d19e 100644 --- a/statsig/version.py +++ b/statsig/version.py @@ -1 +1 @@ -__version__ = '0.47.2' +__version__ = '0.48.0'