Skip to content

0.42.0 - Support array operation in evaluator, group name in clientInitializeResponse, and other improvements

Compare
Choose a tag to compare
@statsig-kong statsig-kong released this 11 Sep 01:21
· 77 commits to main since this release
76155fe

New Features

  • Support array operator
  • Add group name to getClientInitializeResponse response

Improvements

  • Import and load grpc worker when it's needed

Fixes

  • Wrap error from get stream metatadata, so it does not interrupt streaming
  • Network worker assignment logic

Included In This Release

  • 8360c54 Xin Li
    • wrap error (#311)
  • 82189f2 kat-statsig
    • selectively import and load grpc workers (#304)
  • b59b31d sroyal-statsig
    • Add Group Name to GCIR (#307)
  • 58b1e2e kat-statsig
    • Support array operators (#306)
  • 1ab74be Xin Li
    • fix: fix network worker assignment logic (#302)
  • be2f6dc sroyal-statsig
    • Make Python Eval Condition Default to False (#305)
  • fcddbdc kat-statsig
    • array contains any/none operators support (#303)

Full Changelog: 0.41.0...0.42.0