Skip to content

v0.5.2 - Fixes the localMode and override APIs

Compare
Choose a tag to compare
@tore-statsig tore-statsig released this 12 Jan 00:40
· 463 commits to main since this release
45aaafc

The shutdown API had an issue where the background threads were waiting to be joined in shutdown in localMode per #4

The override APIs were improperly preferring global to user level settings, so if you had a user level override and a global override, you would always get the global override. This made it impossible to override a gate to true for all but one user