Skip to content

Fluxzero 1.73.0

Choose a tag to compare

@github-actions github-actions released this 28 Jan 17:35

1.73.0 (2026-01-28)

Features

  • feat(TestFixture): add option for incremental schedule time advancement (28bcf2c)

    Introduce a fixture setting to control whether time advances stepwise through intermediate schedule deadlines or jumps directly to the target timestamp.

    Incremental advancement remains the default for realistic handling of recurring and rescheduled schedules. Add tests covering both modes.