Skip to content

docs(streaming): update concurrent stream cap from 10 to 1 per key#199

Merged
Mlaz-code merged 1 commit into
mainfrom
docs/streaming-stream-cap-1-per-key
May 2, 2026
Merged

docs(streaming): update concurrent stream cap from 10 to 1 per key#199
Mlaz-code merged 1 commit into
mainfrom
docs/streaming-stream-cap-1-per-key

Conversation

@Mlaz-code
Copy link
Copy Markdown
Collaborator

Summary

Brings three pages in line with the policy change that landed on the API on 2026-04-27: every paid tier now defaults to 1 concurrent stream, with newer-wins displacement (a second connection from the same key sends close 4001 displaced by newer session to the older one). Fleet limits require a maxStreams override in Unkey metadata via Enterprise.

The recently-merged single-connection guide (#198) already reflected the new policy. This PR fixes the other three pages that still claimed "10 streams":

  • content/en/streaming/overview.mdx
  • content/en/pricing.mdx
  • content/en/api-reference/websocket.mdx

Origin

Authored by a parked Paperclip agent on paperclip/SHA-2174 12 hours ago, never PR'd. Cherry-picked onto a fresh branch off origin/main. The dirty public/openapi.json regen in that worktree was deliberately excluded — it's stale generator drift unrelated to this feature.

Test plan

  • Vercel preview build green
  • Each of the three pages mentions "1 concurrent stream" / "newer-wins displacement"
  • No remaining references to "10 streams" anywhere in the docs (grep -ri "10 stream" content/)

🤖 Generated with Claude Code

@vercel
Copy link
Copy Markdown

vercel Bot commented May 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs.sharpapi.io Ready Ready Preview, Comment May 2, 2026 3:18pm

Request Review

Policy changed 2026-04-27: every paid tier defaults to 1 concurrent
stream with newer-wins displacement. Fleet limits require a maxStreams
override via Unkey metadata (contact sales).

Updated streaming/overview.mdx, pricing.mdx, and api-reference/websocket.mdx.
single-connection.mdx already reflected the correct policy.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
@Mlaz-code Mlaz-code force-pushed the docs/streaming-stream-cap-1-per-key branch from 2986275 to 998a0b3 Compare May 2, 2026 15:17
@Mlaz-code Mlaz-code merged commit 6d62fcd into main May 2, 2026
2 checks passed
@Mlaz-code Mlaz-code deleted the docs/streaming-stream-cap-1-per-key branch May 2, 2026 15:18
Mlaz-code added a commit that referenced this pull request May 7, 2026
)

Policy changed 2026-04-27: every paid tier defaults to 1 concurrent
stream with newer-wins displacement. Fleet limits require a maxStreams
override via Unkey metadata (contact sales).

Updated streaming/overview.mdx, pricing.mdx, and api-reference/websocket.mdx.
single-connection.mdx already reflected the correct policy.

Co-authored-by: root <root@api-dev.hs.chocopancake.com>
Co-authored-by: Paperclip <noreply@paperclip.ing>
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.

1 participant