2.4.0 - ⚠️ Time Based Evaluation Fix
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