Skip to content

Releases: statsig-io/java-server-sdk

Align evaluation behavior for string based operators

11 Sep 00:29
1b85d64
Compare
Choose a tag to compare

We are aligning the behavior for all string based operators in this release so that we try to convert accidentally provided incorrect types to strings and evaluate instead of returning false by default.

Adding support for a new operator

09 Sep 01:35
9a441bb
Compare
Choose a tag to compare

Added support for "string contains none" operator.

Moved exposure logging for "fetch from server" fallback case from SDK to statsig server