Skip to content

chore(main): release 5.0.0 - #111

Merged
tanderson-ld merged 1 commit into
mainfrom
release-please--branches--main
Aug 28, 2026
Merged

chore(main): release 5.0.0#111
tanderson-ld merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

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.


Note

Overview
Release 5.0.0 — bumps the library version from 4.3.0 to 5.0.0 in gradle.properties and .release-please-manifest.json, and adds the 5.0.0 section to CHANGELOG.md (Release Please).

The changelog documents what ships in this major release: a breaking redesign of RetryDelayStrategyapply(long) and Result are removed in favor of getDelayMillis(), getNext(), and withBaseDelayMillis(long) for server retry: hints; EventSource.getBaseRetryDelayMillis() and getNextRetryDelayMillis() are removed; EventSource.activateRetryDelayStrategy(RetryDelayStrategy) allows runtime strategy switching; and Builder.retryDelayStrategy is additive (first call = default/healthy reset, later calls register strategies for activation). The feature headline is multi-strategy retry delay / regime switching.

Reviewed by Cursor Bugbot for commit 70d7f63. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions
github-actions Bot requested a review from a team as a code owner August 28, 2026 14:39
@tanderson-ld
tanderson-ld merged commit 1ea9cab into main Aug 28, 2026
4 checks passed
@tanderson-ld
tanderson-ld deleted the release-please--branches--main branch August 28, 2026 14:42
@github-actions

Copy link
Copy Markdown
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant