Skip to content

v1.2.1 - fix eq/neq operator when the target value is null

Compare
Choose a tag to compare
@jkw-statsig jkw-statsig released this 11 Feb 23:07
· 289 commits to main since this release
9d431a2

We added a new condition to match when a value on the user "is null" and "is not null". Due to how golang works, a string field on user, like email will never be nil, but will be an empty string instead. This patch makes it so that empty string on a user field is treated the same as nil.