You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.