Skip to content

3.7.0 - ⚠️ Time Based Evaluation Fix

Choose a tag to compare

@statsig-kong statsig-kong released this 07 Oct 00:33
· 6 commits to main since this release
4901ed1

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

  • f76fd40 tore-statsig
    • fix: normalize timestamps for eval comparison (#109)
  • a6e7993 tore-statsig
    • Update kong.yml (#110)

Full Changelog: 3.6.3...3.7.0