Skip to content

v5.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Aug 14:42
Immutable release. Only release title and notes can be modified.
1ea9cab

5.0.0 (2026-08-28)

⚠ BREAKING CHANGES

  • RetryDelayStrategy.apply(long) and RetryDelayStrategy.Result are removed. Strategies now expose getDelayMillis() and getNext(), with withBaseDelayMillis(long) as the mutation channel for server-directed retry hints. EventSource.getBaseRetryDelayMillis() and getNextRetryDelayMillis() are also removed. EventSource gains activateRetryDelayStrategy(RetryDelayStrategy) to swap the active strategy at runtime, and Builder.retryDelayStrategy becomes additive: the first call sets the default and healthy-op reset target, later calls register additional strategies for activation.

Features

  • multi-strategy retry delay API for regime switching (f19f3fd)

This PR was generated with Release Please. See documentation.