Skip to content

Fluxzero 1.156.7

Choose a tag to compare

@github-actions github-actions released this 07 May 11:45

1.156.7 (2026-05-07)

Bug Fixes

  • fix(tracking): avoid negative pause sleeps (7d98c35)

    DefaultTracker now skips sleeping when the requested pause has already elapsed while checking the FlowRegulator. Add a regression test for elapsed pause durations.

Code Refactoring

  • refactor(tracking): make FlowRegulator functional (8ebeb7c)

    Make pauseDuration the single abstract FlowRegulator method and move the no-op behavior into NoOpFlowRegulator. This allows lambda implementations while preserving default configuration behavior.