Skip to content

v0.14.0 - Evaluation Details, ID List Threadpooling

Choose a tag to compare

@daniel-statsig daniel-statsig released this 17 Oct 22:15
· 430 commits to main since this release

Adds EvaluationDetails to exposure events;

  • These will be surfaced on console.statsig.com and can be used to diagnose why certain values were given to a user
  • Values include (Cache, Network, Unrecognized, Uninitialized, Bootstrap, DataAdapter)

Adds Thread Pool for ID List:

  • In resource constrained environment, too many thread calls were leading to issues. To alleviate this, all ID list syncing is now done in a thread pool. Pool size can be configured via StatsigOptions.idlists_thread_limit