Skip to content

v2.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 09:05
d95e702

2.0.2 (2023-05-22)

This version brings the BREAKING CHANGES.

  • Improved SDK size from 488KB to 117KB
  • Improved SDK metrics
  • Changed SDK initialization process
  • Changed the get variation interfaces (boolVariation, stringVariation, etc.)
  • Added flush interface to manually send events in the DB to the server if needed
  • Added addEvaluationUpdateListener interface so the user can listen when the evaluations change in the DB

See the documentation for the 2.0.0 version.

Miscellaneous

  • change metadata key format to snake case (#72) (92981f1)
  • deps: lock file maintenance (#71) (ddf5229)
  • set default value for track interface (#69) (da69f66)