Fluxzero 1.119.7
1.119.7 (2026-03-25)
Bug Fixes
fix(tracking): coalesce tracking updates without missing empty wakeups (
42f5ee4)DefaultTrackingStrategy now coalesces overlapping update notifications into a single
follow-up pass while still preserving the latest signal.Wakeups are tracked with an update notification version instead of lastSeenIndex so
empty updates from the schedule store still resume waiting trackers.Add compact regression tests for direct delivery, waiting wakeups, coalescing,
timeouts, disconnects and empty-update handling.