Fluxzero 1.171.4
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