Skip to content

fix: Add deprecation notice to Streaming Endpoints#348

Merged
SandPod merged 5 commits intomainfrom
copilot/add-deprecation-notice-streaming-endpoints
Nov 25, 2025
Merged

fix: Add deprecation notice to Streaming Endpoints#348
SandPod merged 5 commits intomainfrom
copilot/add-deprecation-notice-streaming-endpoints

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Nov 24, 2025

Streaming Endpoints are being phased out in favor of Streaming Methods. Added a deprecation warning to the documentation to inform users.

  • Updated section title to "Streaming Endpoints (Deprecated)" in /docs/06-concepts/15-streams.md
  • Added :::warning block to the "Streaming Endpoints" section
  • Directs users to the recommended Streaming Methods approach
  • Updated introduction to focus only on Streaming Methods, removing mention of deprecated Streaming Endpoints
:::warning
Streaming Endpoints are deprecated and will be removed in a future version of Serverpod. Use [Streaming Methods](#streaming-methods) instead for a simpler and more robust streaming experience.
:::
Original prompt

This section details on the original issue you should resolve

<issue_title>Add deprecation notice to Streaming Endpoints.</issue_title>
<issue_description>Add a deprecation notice to Streaming Endpoints in the documentation.</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Nov 24, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.


Comment @coderabbitai help to get the list of available commands and usage tips.

Co-authored-by: SandPod <137198655+SandPod@users.noreply.github.com>
Copilot AI changed the title [WIP] Add deprecation notice to Streaming Endpoints documentation Add deprecation notice to Streaming Endpoints Nov 24, 2025
Copilot AI requested a review from SandPod November 24, 2025 21:15
Comment thread docs/06-concepts/15-streams.md Outdated
@SandPod SandPod changed the title Add deprecation notice to Streaming Endpoints fix: Add deprecation notice to Streaming Endpoints Nov 25, 2025
@SandPod
Copy link
Copy Markdown
Contributor

SandPod commented Nov 25, 2025

@copilot - Can you fix the markdown lint failures?

Co-authored-by: SandPod <137198655+SandPod@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Nov 25, 2025

@copilot - Can you fix the markdown lint failures?

Fixed in 2e47f40. The lint error was caused by the link fragment #streaming-endpoints being invalid after the section title changed to "Streaming Endpoints (Deprecated)". Updated the link to #streaming-endpoints-deprecated.

Copilot AI requested a review from SandPod November 25, 2025 09:04
Comment thread docs/06-concepts/15-streams.md Outdated
Co-authored-by: SandPod <137198655+SandPod@users.noreply.github.com>
Copilot AI requested a review from SandPod November 25, 2025 09:14
@SandPod SandPod marked this pull request as ready for review November 25, 2025 09:40
@SandPod SandPod requested a review from a team November 25, 2025 09:40
@SandPod SandPod merged commit ff7e3e7 into main Nov 25, 2025
9 checks passed
@SandPod SandPod deleted the copilot/add-deprecation-notice-streaming-endpoints branch November 25, 2025 09:46
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.

Add deprecation notice to Streaming Endpoints.

3 participants