Skip to content

1.19.0 - Expose Evaluation Details, Fix DataStore Resetting

Compare
Choose a tag to compare
@statsig-kong statsig-kong released this 11 Jun 22:49
· 98 commits to main since this release
f139530

New:

  • We now supported exposing evaluationDetails on some core apis.
    • getFeatureGate
    • getLayerSync
    • getExperimentSync

Fix

  • Fixed the issue that we were resetting dataStore every time we poll updates from the dataStore
  • Some memory usage fixes

Included In This Release

  • c9b4ab8 Weihao Ding
    • feat: Expose eval details on core apis (#286)
  • 4fd1766 Weihao Ding
    • fix: remove reset datastore after poll from dataStore (#285)
  • 0b016e0 Weihao Ding
    • fix: potential fix for memory leak in java (#283)

Full Changelog: 1.18.1...1.19.0