Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 16:22

leash v0.2.1 adds request-level observability on top of v0.2.0.

Container image: docker pull ghcr.io/sylvester-francis/leash:0.2.1

Added

  • leash_request_duration_seconds histogram, leash_requests_in_flight gauge, and leash_responses_total{code} counters - so a 503 (capacity/draining) is distinguishable from a boundary 429.
  • X-Request-Id on every response (a safe incoming id is propagated, otherwise a fresh one is minted), also emitted in a per-request debug log, for correlating a client call with the gateway's logs.

No behavior or config changes; SSE streaming is unaffected. See the CHANGELOG.