Skip to content

Commit

Permalink
[release] 0.24.0 - Fix race condition on background event retry, Inte…
Browse files Browse the repository at this point in the history
…rnal logging and SDK Key verification (#223)

Bug fix:
- Fix a customer-reported race condition bug, remove an already removed
future

Internal changes:
- Track event count and log log_event request failure to sdk_exception
so we can track the event loss
- More internal logging on SDK metadata, core apis (checkGate,
getExperiment...) call, and always log sdk initialization data
- SDK Key verification -- Ensure initialization data and sdk key matches





>Included In This Release
>- 670b549 Xin Li
>   - Alway log init diag (#221)
>- 8f4f523 kenny-statsig
>   - remove futures if not already removed (#219)
>- 91e2a22 sroyal-statsig
>   - SDK Key Verification (#220)
>- e5672e9 Daniel
>   - Failed events to eb (#215)
  • Loading branch information
xinlili-statsig committed Jan 4, 2024
1 parent 670b549 commit 9feaf07
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.23.0'
__version__ = '0.24.0'

0 comments on commit 9feaf07

Please sign in to comment.