Skip to content

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 06 Aug 09:14
1a9c147

0.1.7 (2026-08-06)

Features

  • metrics: Prometheus /metrics endpoint — request, generation, engine, and transport metrics (#16) (adcd3cd)
  • metrics: Prometheus /metrics endpoint — request, generation, engine, transport metrics (#16) (fa0a326)

Bug Fixes

  • engines: stop reporting engine failures as empty successful completions (a895407)
  • metrics: count an over-window prompt rejection (9ec49e7)
  • metrics: count every pre-generation engine rejection, not two of them (9b67680)
  • metrics: review round — cancel accounting, teardown, QueueFull capacity, timing artifacts (d9b1f8f)
  • ov-genai: a failed generate() must emit an error chunk, not an empty success (14b6d49)
  • runner: fail loud on shutdown, and book teardown deterministically (bcf5a11)

Documentation

  • metrics: fix the scrape example and the HELP strings that contradict their docs (48b98a3)

Testing

  • cover the teardown HTTP surface and the qwen36 empty-prompt rejection (a503ad6)
  • metrics: make three assertions that could not fail actually fail (8c10cbf)
  • runner: pin metric attribution across concurrent streams (b75d4a3)