✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
benchmark
benchmarking
ci-cd
code-quality
continuous-benchmarking
performance
Affected surfaces
breaking_upgrade
Summary
AI summaryDefault self-hosted API server port changed from 61016 to 6610.
Full changelog
- BREAKING CHANGE Change the default self-hosted API server port from
61016to the newly IANA-registered6610. Deployments relying on the default now serve the API on6610. Update clients, reverse proxies, and--host/BENCHER_HOSTreferences (Docker Compose, devcontainer, and docs are updated to match). To stay on61016, setserver.bind_addressto0.0.0.0:61016(or runbencher up --api-port 61016). - Mark the remaining user API token REST endpoints (list, view, update, and revoke) as deprecated in the OpenAPI spec and API docs; they continue to work for existing tokens
Breaking Changes
- Default self-hosted API server port changed from `61016` to `6610`. To retain `61016`, set `server.bind_address` to `0.0.0.0:61016` or run `bencher up --api-port 61016`.
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]