Skip to content

Fluxzero 1.60.0

Choose a tag to compare

@github-actions github-actions released this 20 Dec 21:09

1.60.0 (2025-12-20)

Features

  • feat(testing): process due schedules before target time when advancing time (e5590a0)

    When advancing time in tests, schedules that fire before the target timestamp are now handled recursively before completing the final time jump.

    Time is advanced in steps rather than a single jump, ensuring that intermediate schedules are processed in order. If handling those schedules triggers additional schedules that are due before the target timestamp, they are fired as well.

    This allows tests to simulate real-world scheduling behavior more accurately.