Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 11:03
· 7 commits to main since this release
amp-proxy-rs v0.2.0

New since v0.1.0:
- Prometheus /metrics endpoint (requests_total, request_duration_seconds,
  billable_requests_total)
- Provider health checks + automatic failover with 30s background probe
- amp-proxy capture-pretty subcommand for body_capture .log viewing
- Bilingual README (Chinese primary, English mirror)

Internals: customproxy registry now Vec<Arc<Provider>> per model;
RetryTransport wired into the Gemini bridge; Connection-header value
honored in proxy header sanitisation per RFC 9110.

cargo test: 159 passed.
See CHANGELOG.md for the full list.