Skip to content

Fluxzero 1.171.4

Choose a tag to compare

@github-actions github-actions released this 17 May 12:50

1.171.4 (2026-05-17)

Bug Fixes

  • fix(tracking): return immediately for zero max wait (792564f)

    Treat a zero max wait duration as an immediate deadline for reads and segment claims, including cached trackers that should avoid falling back to a blocking delegate read when cache data is not available.

    Tests: ./mvnw -q -pl common -Dtest=DefaultTrackingStrategyTest test; ./mvnw -q -pl sdk -am -Dtest=LocalTrackingClientTest -Dsurefire.failIfNoSpecifiedTests=false test; git diff --check