Skip to content

Backport: docs: add server-side stop endpoint guide for resumable streams#15092

Merged
gr2m merged 1 commit into
release-v6.0from
backport-pr-15091-to-release-v6.0
May 8, 2026
Merged

Backport: docs: add server-side stop endpoint guide for resumable streams#15092
gr2m merged 1 commit into
release-v6.0from
backport-pr-15091-to-release-v6.0

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 7, 2026

This is an automated backport of #15091 to the release-v6.0 branch. FYI @nicoalbanese

Update resumable stream documentation to clarify abort behavior and
provide guidance for implementing explicit stop functionality.

- **Clarify abort semantics**: Client-side aborts (`stop()`, page
refresh, navigation) are treated as disconnects, not cancellation
requests in resumable stream setups
- **Add stop endpoint pattern**: Introduce new section with complete
client and server examples showing how to implement a dedicated stop
endpoint that persists partial responses and cancels active work
- **Update warnings and troubleshooting**: Revise warning notes and
troubleshooting docs to explain the distinction between disconnects and
explicit stops, removing the incompatibility claim
@github-actions github-actions Bot enabled auto-merge (squash) May 7, 2026 12:54
@gr2m gr2m closed this May 8, 2026
auto-merge was automatically disabled May 8, 2026 17:39

Pull request was closed

@gr2m gr2m reopened this May 8, 2026
@gr2m gr2m merged commit 2f36b56 into release-v6.0 May 8, 2026
19 checks passed
@gr2m gr2m deleted the backport-pr-15091-to-release-v6.0 branch May 8, 2026 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants