Skip to content

Releases: statsig-io/erlang-sdk

v0.0.3 - Patch issues with background event flush, sinceTime, and null target value

10 May 21:56
79ff718
Compare
Choose a tag to compare
  • Fixes a crash when conditions were set up in the console with an empty target (e.g. "userID" "any of" (blank))
  • Fixes an issue where the background thread was not running to flush events
  • Fixes #23

v0.0.2 - Exposes the statsig application to elixir, fixes bug in flush()

27 Apr 21:22
af96560
Compare
Choose a tag to compare
Fix flush api (#21)

* Fix flush api

* Add a flush() call as well to test