Skip to content

Fluxzero 1.223.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 20:39

1.223.0 (2026-07-11)

Features

  • retry: add capped exponential backoff (23735ca)

    Provide a reusable exponential delay function with a configurable initial delay and upper bound. Use it by default for forever-retrying handlers while allowing those handlers to accept a complete RetryConfiguration.