✓ No known CVEs patched in this version
Topics
Summary
AI summaryAdd Y‑Axis scale toggle (Auto, Linear, Log) to perf plots and introduce Bencher MCP hosted server
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds Y-Axis scale toggle to perf plots with Auto, Linear, Log modes Adds Y-Axis scale toggle to perf plots with Auto, Linear, Log modes Source: llm_adapter@2026-07-18 Confidence: high |
— |
| Feature | Medium |
Applies saved X-Axis and Y-Axis when selecting a pinned plot in Perf explorer Applies saved X-Axis and Y-Axis when selecting a pinned plot in Perf explorer Source: llm_adapter@2026-07-18 Confidence: high |
— |
| Feature | Medium |
Thins Branch Version Number x-axis tick labels to prevent overlap on wide plots Thins Branch Version Number x-axis tick labels to prevent overlap on wide plots Source: llm_adapter@2026-07-18 Confidence: high |
— |
| Feature | Medium |
Adds hosted Bencher MCP server at https://mcp.bencher.dev/mcp for querying benchmark data and submitting runs via Model Context Protocol Adds hosted Bencher MCP server at https://mcp.bencher.dev/mcp for querying benchmark data and submitting runs via Model Context Protocol Source: llm_adapter@2026-07-18 Confidence: high |
— |
Full changelog
- Add a Y-Axis scale toggle to perf plots with three modes (Auto, Linear, and Log); the Auto default preserves the existing adaptive scaling, Log falls back to Auto when the data includes zero or negative values, and the selection is saved in the plot URL, restored for pinned plots, and can be set with
bencher plot create --y-axisor changed withbencher plot update --y-axis - Selecting a pinned plot from the Plots tab in the Perf explorer now applies the plot's saved X-Axis and Y-Axis instead of the defaults
- Thin the Branch Version Number x-axis tick labels to fit the plot width; previously every version rendered a label, which overlapped into an unreadable smear on plots with many versions
- Add Bencher MCP, a hosted Model Context Protocol server at
https://mcp.bencher.dev/mcp(/mcpon Self-Hosted); AI agents and assistants can query benchmark data and submit runs with the same permissions as a project API key (bencher_run_*), without needing thebencherCLI installed
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Bencher
Suite of continuous benchmarking tools designed to catch performance regressions in CI.
Related context
Related tools
Earlier breaking changes
- v0.6.9 Omit results and alerts from reports list endpoint by default.
Beta — feedback welcome: [email protected]