Fluxzero 1.113.1
1.113.1 (2026-03-14)
Bug Fixes
fix(retry): log success correctly in retrying error handler (
c0896e9)Ensure RetryingErrorHandler triggers the success logger when the first retry succeeds, while keeping the generic retry utility silent on direct success by default. Clarify the retry-count semantics by treating the first attempt in the handler's retry cycle as an already-started retry and cover the behavior with focused tests.