Skip to content

2.4.0 - ⚠️ Time Based Evaluation Fix

Choose a tag to compare

@statsig-kong statsig-kong released this 07 Oct 00:33
· 2 commits to main since this release
4339c14

Fixes

  • Timestamp handling: Fixed an issue where values equal to 10_000_000_000 were incorrectly interpreted as milliseconds instead of seconds. This could cause time-based evaluations around that boundary to behave unexpectedly. The SDK now consistently applies the seconds-to-milliseconds conversion logic for values below 1e10, and treats >= 1e10 as milliseconds.

Included In This Release

  • 8c2b5fb Weihao Ding
    • fix: normalize timestamps for eval comparison (#193)

Full Changelog: 2.3.2...2.4.0