3.7.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
Full Changelog: 3.6.3...3.7.0