Skip to content

docs(release): add perf metrics table for #28289 write-up - #226

Merged
yassin-berriai merged 1 commit into
yuneng/release-notes-v1-87-0-rc-1from
claude/perf-metrics-table
May 25, 2026
Merged

docs(release): add perf metrics table for #28289 write-up#226
yassin-berriai merged 1 commit into
yuneng/release-notes-v1-87-0-rc-1from
claude/perf-metrics-table

Conversation

@yassin-berriai

Copy link
Copy Markdown
Contributor

Follow-up to #225 (merged). Stacked on yuneng/release-notes-v1-87-0-rc-1.

Summary

Presents the Anthropic streaming perf numbers (#28289) as a markdown table in the Performance section, sourced from the internal Week-4 real-deployment testing:

Metric Baseline (v1.87.0-dev.1) Patched (#28289) Change
TPM (p50 / p95 / p99) 2634 / 2808 / 2867 2952 / 2968 / 2971 +12% / +6% / +4%
TTFT overhead % (p50 / p95 / p99) 2220 / 3057 / 3111 165 / 316 / 328 ~90% lower

The exact figures were moved out of the prose bullet into the table to avoid duplication; the bullet keeps the qualitative headline.

Test plan

  • Docusaurus builds and the table renders correctly at /release_notes

Generated by Claude Code

Present the internal Week-4 before/after numbers (TPM, TTFT overhead)
as a markdown table and move the exact figures out of the prose to
avoid duplication.

https://claude.ai/code/session_01HDDqHBK46d5bLsFih3WkEu
@vercel

vercel Bot commented May 25, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
litellm Ready Ready Preview, Comment May 25, 2026 9:17pm

Request Review

@yassin-berriai
yassin-berriai marked this pull request as ready for review May 25, 2026 21:18
@yassin-berriai
yassin-berriai merged commit 19b030d into yuneng/release-notes-v1-87-0-rc-1 May 25, 2026
2 checks passed
@yassin-berriai
yassin-berriai deleted the claude/perf-metrics-table branch May 25, 2026 21:18
ryan-crabbe-berri pushed a commit that referenced this pull request May 30, 2026
…table (#214)

* docs(release-notes): add v1.87.0rc1

* docs(release): expand Anthropic streaming perf depth-item write-up (v1.87.0rc1) (#225)

* docs(release): expand Anthropic streaming perf depth-item write-up

Flesh out the #28289 entry in the v1.87.0rc1 notes with the specific
optimizations and benchmark numbers (depth-item write-up), and lead the
Key Highlights line with the headline speedup.

https://claude.ai/code/session_01HDDqHBK46d5bLsFih3WkEu

* docs(release): use internal real-deployment perf numbers for #28289

Replace the local mock-benchmark figures with the source-of-truth
metrics from internal Week-4 testing (4-pod m7i.xlarge, Anthropic +
Bedrock Invoke): TTFT overhead ~90% lower, TPM +12/6/4%.

https://claude.ai/code/session_01HDDqHBK46d5bLsFih3WkEu

---------

Co-authored-by: Claude <noreply@anthropic.com>

* docs(release): add perf metrics table for #28289 write-up (#226)

Present the internal Week-4 before/after numbers (TPM, TTFT overhead)
as a markdown table and move the exact figures out of the prose to
avoid duplication.

https://claude.ai/code/session_01HDDqHBK46d5bLsFih3WkEu

Co-authored-by: Claude <noreply@anthropic.com>

* docs(release): add MCP Credential Store entry for #28917

Per-server env vars with admin-managed global scope and per-user
dashboard scope, interpolated as ${NAME} into static_headers; tool
listing stays best-effort when per-user values are unset.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* docs(release): add Loom demo link for MCP Credential Store

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* docs(release): promote MCP Credential Store with Loom embed

Add a featured subsection between Key Highlights and the catalog
(matching the v1.86.0rc1 'Claude Code compatibility coverage' layout)
with a Loom walkthrough of the env-vars flow. Drop the redundant
demo link from the MCP Gateway bullet now that the embed lives in
the dedicated section.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* docs(release): rewrite MCP Credential Store as user-facing 'why upgrade'

- Video moved above the paragraph.
- Paragraph rewritten from implementation detail (${NAME} interpolation,
  MCPMissingUserEnvVarsError) to the user value: per-user credential
  storage for non-OAuth MCP servers (GitHub PAT example) and split
  instance/per-user variables for partially-shared credentials (DB
  protocol/host shared, user/password per-user).
- Both 'instance variables' and 'per-user variables' named explicitly.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* docs(release): drop em dashes from MCP Credential Store copy

Replace em dashes with periods, commas, and sentence breaks across
the featured subsection, the Key Highlights bullet, and the MCP
Gateway bullet. Drop the ' - ' separator before the PR link.
Keep standard compound-modifier hyphens (per-user, admin-managed).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* docs(release): remove MCP Credential Store from v1.87.0rc1

The feature is not landing in this RC. Reverts the additions in
bd849fc, 2e38e68, 29d4271, 51fa7e0, and 85f223b.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* docs(release-notes): promote v1.86.0rc1 to v1.86.0 stable; wire v1.87.0rc1 onto landing page

The v1.86.0 git tag points at the same SHA as v1.86.0-rc.1, so the rc1
write-up is the stable write-up. Rename release_notes/v1.86.0rc1/ to
release_notes/v1.86.0/, drop the rc markers from the frontmatter
(title, slug), the Deploy block (Docker tag and pip pin both bare 1.86.0),
the Full Changelog comparison (v1.85.0...v1.86.0), and the bottom date
stamp. No "Changes since rc1" section because there are zero post-rc
commits on the stable tag.

Update release_notes/index.md: v1.86.0 is now the Latest Release entry,
v1.87.0rc1 takes over the Latest Release Candidate slot (the write-up
for it already landed earlier on this branch), and v1.86.0 is added at
the top of the Recent Releases table.

---------

Co-authored-by: Yassin Kortam <yassin@berri.ai>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: mateo-berri <277851410+mateo-berri@users.noreply.github.com>
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